The beginnings of the website.
[super-star-trek.git] / www / index.html
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">\r
2 <html>\r
3 <head>\r
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5    <meta name="Author" content="Eric Raymond">\r
6    <meta name="Description" content="The classic Super Star Trek game.">\r
7    <meta name="Keywords" content="Star Trek, games, retrocomputing">\r
8    <title>Super Star Trek home page</title>\r
9    <style type="text/css">\r
10 BODY \r
11 {\r
12         margin-left:  60px;\r
13         margin-right: 60px;\r
14         margin-top:   30px;\r
15 }\r
16    </style>\r
17 </head>\r
18 <body background='lpt.jpg'>\r
19 \r
20 <h1 align='center'><code>Super Star Trek</code> &mdash; a classic computer game</h1>\r
21 \r
22 <p>This is the home page of Super Star Trek, a modern Unix port of the \r
23 University of Texas "Super Star Trek" game originally written in\r
24 FORTRAN in the early 1970s.</p>\r
25 \r
26 <p>SST is a kind of time machine back to what interactive programs were\r
27 like in the days of hardcopy terminals, before graphics and before\r
28 even video displays. Despite this archaism and decades after it was \r
29 written, SST retains significant play value.  We think it's both fun\r
30 and instructive to see how good a game could be written under those\r
31 conditions.</p>\r
32 \r
33 <p>Presently the code is available only via <a\r
34 href='https://developer.berlios.de/svn/?group_id=2492'>Subversion</a>\r
35 at the <a href='https://developer.berlios.de/projects/sst/'>SST\r
36 Project Page</a> on berlios.de.  We expect to do an actual release\r
37 before 2004 ends.</p>\r
38 \r
39 <p>You can browse the <a href='sst-doc.html'>game documentation</a>.\r
40 There are two project mailing lists:</p>\r
41 \r
42 <ul>\r
43 <li><a\r
44 href="https://lists.berlios.de/mailman/listinfo/sst-users">sst-users</a>\r
45 is for questions and technical support on <code>sst</code>, including support\r
46 for application builders using <code>sst</code> as a component.</p></li>\r
47 \r
48 <li><a\r
49 href="https://lists.berlios.de/mailman/listinfo/sst-dev">sst-dev</a>\r
50 is for <code>sst</code> developers.</p></li>\r
51 </ul>\r
52 \r
53 </body>\r
54 </html>\r