Make the internal pager actually work. In the process, remove getch()
[super-star-trek.git] / sst.xml
1 <!DOCTYPE refentry PUBLIC 
2    "-//OASIS//DTD DocBook XML V4.1.2//EN"
3    "docbook/docbookx.dtd">
4 <refentry id='sst.6'>
5 <refmeta>
6 <refentrytitle>sst</refentrytitle>
7 <manvolnum>6</manvolnum>
8 <refmiscinfo class='date'>Nov 1 2004</refmiscinfo>
9 </refmeta>
10 <refnamediv id='name'>
11 <refname>sst</refname>
12 <refpurpose>the classic Super Star Trek game</refpurpose>
13 </refnamediv>
14 <refsynopsisdiv id='synopsis'>
15
16 <cmdsynopsis>
17   <command>sst</command>
18 </cmdsynopsis>
19
20 </refsynopsisdiv>
21
22 <refsect1 id='description'><title>DESCRIPTION</title>
23
24 <para>The Organian Peace Treaty has collapsed, and the Federation is
25 at war with the Klingon Empire. Joining the Klingons against the
26 Federation are the members of the Romulan Star Empire. As commander
27 of the Starship U.S.S. Enterprise, your job is to wipe out the Klingon
28 invasion fleet and make the galaxy safe for democracy.</para>
29
30 <para>This is one of the great early classic computer games from the
31 1970s and still has a remarkable amount of play value. Run
32 <command>sst</command> in a terminal window to start it.  Typing
33 'comands' at the prompt will list all commands; help is available for
34 each one individually as well.  Full documentation is <ulink
35 url='http://sst.berlios.de/sst-doc.html'>browseable</ulink>.  On
36 systems where <filename>/usr/share/doc/sst/</filename> is a legal
37 filename, it will probably be installed there as well.</para>
38
39 <para>Input tokens for the setup prompts will be read from the command
40 line before standard input.  Thus, for example, you can invoke the
41 program as</para>
42
43 <programlisting>
44 sst regular medium good foobar
45 </programlisting>
46
47 <para>to start a regular medium game as a good player 
48 with password "foobar".</para>
49 </refsect1>
50
51 <refsect1 id='authors'><title>AUTHORS</title> <para>Super Star Trek
52 was designed and written by David Matuszek, Paul Reynolds, and Don
53 Smith in the 1970s.  It was resurrected by Tom Almy.  This version has
54 been cleaned up and documented by Eric S. Raymond
55 <email>esr@snark.thyrsus.com</email>.  There is a <ulink
56 url='https://developer.berlios.de/projects/sst/'>project
57 page</ulink>.</para>
58 </refsect1>
59 </refentry>
60