From: Eric S. Raymond Date: Mon, 1 Nov 2004 21:25:21 +0000 (+0000) Subject: The beginnings of the website. X-Git-Tag: 2.0~443 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=d4fbe5a0d40edcf4b9eb0d3e24d4ea32aff89137;ds=sidebyside The beginnings of the website. --- diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..cec98ea --- /dev/null +++ b/www/index.html @@ -0,0 +1,54 @@ + + + + + + + + Super Star Trek home page + + + + +

Super Star Trek — a classic computer game

+ +

This is the home page of Super Star Trek, a modern Unix port of the +University of Texas "Super Star Trek" game originally written in +FORTRAN in the early 1970s.

+ +

SST is a kind of time machine back to what interactive programs were +like in the days of hardcopy terminals, before graphics and before +even video displays. Despite this archaism and decades after it was +written, SST retains significant play value. We think it's both fun +and instructive to see how good a game could be written under those +conditions.

+ +

Presently the code is available only via Subversion +at the SST +Project Page on berlios.de. We expect to do an actual release +before 2004 ends.

+ +

You can browse the game documentation. +There are two project mailing lists:

+ + + + + diff --git a/www/lpt.jpg b/www/lpt.jpg new file mode 100644 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 index 0000000..225131f --- /dev/null +++ b/www/upload @@ -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