The beginnings of the website.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Nov 2004 21:25:21 +0000 (21:25 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Nov 2004 21:25:21 +0000 (21:25 +0000)
www/index.html [new file with mode: 0644]
www/lpt.jpg [new file with mode: 0644]
www/upload [new file with mode: 0755]

diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..cec98ea
--- /dev/null
@@ -0,0 +1,54 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">\r
+<html>\r
+<head>\r
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+   <meta name="Author" content="Eric Raymond">\r
+   <meta name="Description" content="The classic Super Star Trek game.">\r
+   <meta name="Keywords" content="Star Trek, games, retrocomputing">\r
+   <title>Super Star Trek home page</title>\r
+   <style type="text/css">\r
+BODY \r
+{\r
+       margin-left:  60px;\r
+       margin-right: 60px;\r
+       margin-top:   30px;\r
+}\r
+   </style>\r
+</head>\r
+<body background='lpt.jpg'>\r
+\r
+<h1 align='center'><code>Super Star Trek</code> &mdash; a classic computer game</h1>\r
+\r
+<p>This is the home page of Super Star Trek, a modern Unix port of the \r
+University of Texas "Super Star Trek" game originally written in\r
+FORTRAN in the early 1970s.</p>\r
+\r
+<p>SST is a kind of time machine back to what interactive programs were\r
+like in the days of hardcopy terminals, before graphics and before\r
+even video displays. Despite this archaism and decades after it was \r
+written, SST retains significant play value.  We think it's both fun\r
+and instructive to see how good a game could be written under those\r
+conditions.</p>\r
+\r
+<p>Presently the code is available only via <a\r
+href='https://developer.berlios.de/svn/?group_id=2492'>Subversion</a>\r
+at the <a href='https://developer.berlios.de/projects/sst/'>SST\r
+Project Page</a> on berlios.de.  We expect to do an actual release\r
+before 2004 ends.</p>\r
+\r
+<p>You can browse the <a href='sst-doc.html'>game documentation</a>.\r
+There are two project mailing lists:</p>\r
+\r
+<ul>\r
+<li><a\r
+href="https://lists.berlios.de/mailman/listinfo/sst-users">sst-users</a>\r
+is for questions and technical support on <code>sst</code>, including support\r
+for application builders using <code>sst</code> as a component.</p></li>\r
+\r
+<li><a\r
+href="https://lists.berlios.de/mailman/listinfo/sst-dev">sst-dev</a>\r
+is for <code>sst</code> developers.</p></li>\r
+</ul>\r
+\r
+</body>\r
+</html>\r
diff --git a/www/lpt.jpg b/www/lpt.jpg
new file mode 100644 (file)
index 0000000..cc74ea0
Binary files /dev/null and b/www/lpt.jpg differ
diff --git a/www/upload b/www/upload
new file mode 100755 (executable)
index 0000000..225131f
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh 
+#
+# Upload gpsd docs
+#
+xmlto --skip-validation xhtml-nochunks ../sst-doc.xml
+scp *.html *.jpg esr@shell.berlios.de:/home/groups/sst/htdocs