From 3ee4e7935ce2710f45d60df2eaf25bcc802c729b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 18 Apr 2005 16:03:09 +0000 Subject: [PATCH] Resync code and docs. --- README | 2 +- sst-doc.xml | 8 ++++---- sst.c | 2 +- sst.spec | 4 ++-- www/upload | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index b120231..97ab9f5 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ There is one binary, sst. On-line documentation goes to /usr/share/doc/sst.doc. If you enjoy this, check out other ancient games in the Retrocomputing Museum -at . +at . Eric S. Raymond November 2004 diff --git a/sst-doc.xml b/sst-doc.xml index 20fa43a..2af003c 100644 --- a/sst-doc.xml +++ b/sst-doc.xml @@ -1010,13 +1010,13 @@ Klingons. Call Starbase for Help -Mnemonic: CALL +Mnemonic: MAYDAY (No abbreviation) [Originally, this command was called HELP, but these days it might be misinterpreted as built-in -documentation!] +documentation! In some later versions it was CALL.] When you get into serious trouble, you may call starbase for help. Starbases have a device called a long-range transporter @@ -1509,7 +1509,6 @@ The emeritus game is strictly for masochists. ------ ------------ ----------- ABANDON ABANDON shuttle craft C CHART (none) - CALL CALL (for help) subspace radio CO COMPUTER computer CR CRYSTALS (none) DA DAMAGES (none) @@ -1521,6 +1520,7 @@ The emeritus game is strictly for masochists. I IMPULSE <MANUAL> <DISPLACEMENT> impulse engines IMPULSE AUTOMATIC <DESTINATION> impulse engines and computer L LRSCAN long-range sensors + MAYDAY MAYDAY (for help) subspace radio MI MINE (none) M MOVE <MANUAL> <DISPLACEMENT> warp engines MOVE AUTOMATIC <DESTINATION> warp engines and computer @@ -1766,7 +1766,7 @@ I made the internal pager work, and in the process got rid of a number of platform dependencies in the code. -The HELP/CALL/SOS command is now MAYDAY. SOS and CALL are still accepted. +The HELP/CALL/SOS command is now MAYDAY. Status report now indicates if dilithium crystals are on board. diff --git a/sst.c b/sst.c index 1d4ca2f..eabe0ff 100644 --- a/sst.c +++ b/sst.c @@ -196,7 +196,7 @@ commands[] = { #define MAYDAY 32 {"MAYDAY", MAYDAY, 0}, //{"SOS", MAYDAY, 0}, - {"CALL", MAYDAY, 0}, + //{"CALL", MAYDAY, 0}, #define QUIT 33 {"QUIT", QUIT, 0}, #define HELP 34 diff --git a/sst.spec b/sst.spec index 9a2266a..445f133 100644 --- a/sst.spec +++ b/sst.spec @@ -1,11 +1,11 @@ Name: sst Version: 2.0 Release: 1 -URL: http://www.catb.org/~esr/sst/ +URL: http://sst.berlios.de Source0: %{name}-%{version}.tar.gz License: GPL Group: Games -Summary: Sst (screen mode) +Summary: the classic game of Super Star Trek BuildRoot: %{_tmppath}/%{name}-root #Freshmeat-Name: strek diff --git a/www/upload b/www/upload index d33984b..b8066a1 100755 --- a/www/upload +++ b/www/upload @@ -3,4 +3,4 @@ # Upload gpsd docs # xmlto xhtml-nochunks ../sst-doc.xml -scp ../TODO *.html *.jpg esr@shell.berlios.de:/home/groups/sst/htdocs +scp ../TODO ../CHANGES *.html *.jpg esr@shell.berlios.de:/home/groups/sst/htdocs -- 2.31.1