site/index.html

40 lines
2.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tildeverse Dungeon Crawl Stone Soup Server</title>
<link rel="stylesheet" href="crawl.css" type="text/css"/>
<link rel="icon" type="image/png" href="icon.png"/>
</head>
<body>
<div id="container">
<div id="logo">
<pre>
__ .__.__ .___ .__
_/ |_|__| | __| _/____ ________________ __ _ _| |
\ __\ | | / __ |/ __ \ _/ ___\_ __ \__ \\ \/ \/ / |
| | | | |__/ /_/ \ ___/ \ \___| | \// __ \\ /| |__
|__| |__|____/\____ |\___ > \___ >__| (____ /\/\_/ |____/
\/ \/ \/ \/
</pre>
</div>
<div id="content">
<p>"A roguelike adventure through dungeons filled with dangerous monsters in a quest to find the mystifyingly fabulous Orb of Zot." - <a href="http://crawl.develz.org">DCSS</a></p>
<p>For a graphical game, <a href="http://crawl.tildeverse.org:8080">play webtiles</a>!</p>
<p>Console games via SSH <a href="dcss.key">require this key</a>. Please connect to the "dcss" user. If you are using Linux, BSD, or macOS you can connect via terminal using:</p>
<p><code>ssh -i ./dcss.key dcss@crawl.tildeverse.org</code></p>
<p>
<ul>
<li><a href="/crawl/morgue">Morgue files</a></li>
<li><a href="/crawl/rcfiles">Player RC files</a></li>
<li><a href="/crawl/ttyrec">TTY Recordings</a></li>
</ul></p>
<p>Run a shell account server and want to easily provide console access to this DCSS instance for your users? Grab the ssh key, place it somewhere on your server, and create a file at <code>/usr/local/bin/dcss</code> with the following contents:<br />
<code><pre>#!/bin/sh
ssh -i /etc/dcss/dcss.key dcss@crawl.tildeverse.org</pre></code></p>
<p>Be sure to replace <code>/etc/dcss/dcss.key</code> with the key location on your server and to make <code>/usr/local/bin/dcss</code> executable.</p>
</div>
</div>
</body>
</html>