Updating the manpage
[crack-attack.git] / doc / crack-attack.xml
blobaf73ad6b32c330108db04f8e39669cf8c521ad4d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
3  [
4   <!ENTITY package  "Crack Attack">
6   <!ENTITY dhfirstname "<firstname>Colin</firstname>">
7   <!ENTITY dhsurname   "<surname>Walters</surname>">
8   <!ENTITY dhdate      "<date>January 03, 2003</date>">
9   <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
10   <!ENTITY dhemail     "<email>walters@debian.org</email>">
11   <!ENTITY dhusername  "Colin Walters">
12   <!ENTITY dhpackage   "crack-attack">
14   <!ENTITY debian      "Debian GNU/Linux">
15   <!ENTITY gnu         "<acronym>GNU</acronym>">
19 <!--
20 Manual page for crack-attack 1.0
22      © 2001,2003 Colin Walters <walters@debian.org>
23      © 2005 Andrew Sayman <lorien420@myrealbox.com>
25  Permission is granted to copy, distribute and/or modify this document
26  under the terms of the GNU Free Documentation License, Version 1.1 or
27  any later version published by the Free Software Foundation; with no
28  Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.
30  A copy of Version 1.2 of the Free Documentation License is included in
31  the file debian/copyright in the crack-attack source package.  This
32  file is also available in the Debian package as
33  /usr/share/doc/crack-attack/copyright.
35 -->     
37 <refentry id="crack-attack.6">
38   <refmeta>
39     <refentrytitle>crack-attack</refentrytitle>
40     <manvolnum>6</manvolnum>
41   </refmeta>
42   <refnamediv id="name">
43     <refname>crack-attack</refname>
44     <refpurpose>multiplayer OpenGL puzzle game like "Tetris Attack"</refpurpose>
45   </refnamediv>
46   <refsynopsisdiv id="synopsis">
47     <cmdsynopsis>
48       <command>&dhpackage;</command>
49       <group choice="req">
50         <group choice="req"><arg>--server <replaceable>PORT</replaceable></arg>
51                <arg choice="opt">-X</arg><arg choice="opt">--wait</arg>
52         </group>
53         <group choice="req"><arg><replaceable>SERVER</replaceable></arg>
54                <arg choice="opt">-X</arg>
55         </group>
56         <group choice="req"><arg>--solo</arg><arg choice="opt">-X</arg></group>
57       </group>
58       <arg choice="opt">--name <replaceable>NAME</replaceable></arg>
59     </cmdsynopsis>
60   </refsynopsisdiv>
61   <refsect1 id="description">
62     <title>Description</title>
63     <para>
64       &package; is roughly based on the Super Nintendo game
65       "Tetris Attack".  Slowly, your stack of colored blocks grows from the
66       bottom, and you've got to make sure it never reaches the top. If it
67       does, you lose. To eliminate blocks from the stack, line up at least
68       three of one color, horizontally or vertically. Once you do, those
69       blocks disappear, and put off slightly your inevitable demise.
70     </para>
71     
72     <para>
73       Crack Attack essentially requires hardware acceleration.  For
74       XFree users, this means you want <abbrev>DRI</abbrev>.
75     </para>
76   </refsect1>
77   <refsect1 id="options">
78     <title>Options</title>
79     <variablelist>
80       <varlistentry>
81         <term><option>solo</option></term>
82         <listitem><para> Creates a solo game versus yourself. The goal is to 
83         gain as many points as possible. If an AI level is specified, then 
84         the game is played versus a computer and the goal is to defeat the 
85         computer player in as little time as possible.</para></listitem>
86       </varlistentry>
87     </variablelist>
88   </refsect1>
89   <refsect1 id="copyright">
90     <title>Copyright</title>
92     <para>Copyright &copy; 2000 Daniel Nelson</para>
93     <para>Copyright &copy; 2005 Andrew Sayman</para>
95     <para>An attempt at a complete list of copyright holders is included 
96     with the source distribution of this software in the file COPYRIGHT</para>
98     <para>This program is free software; you can redistribute it
99     and/or modify it under the terms of the GNU General Public License
100     as published by the Free Software Foundation; either version 2 of
101     the License, or (at your option) any later version.</para>
103     <para>This program is distributed in the hope that it will be
104     useful, but WITHOUT ANY WARRANTY; without even the implied
105     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
106     PURPOSE. See the GNU General Public License for more details.</para>
107     
108     <para>The GNU General Public License can be found online at
109     http://www.gnu.org/copyleft/gpl.html. Additionally, a copy can be
110     obtained by writing to the Free Software Foundation, Inc., 59
111     Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
112     
113   </refsect1>
114   <refsect1>
115     <title>Disclaimer</title>
116     <para>It is important to realize that the name of Crack Attack!
117     X-treme play mode is meant to be humorous, and thus should not
118     itself be the subject of derision.  Thank you.</para>
119   </refsect1>
121   <refsect1>
122     <title>Author</title>
123     <para>Direct any comments or questions to Andrew Sayman via the 
124     Crack Attack! home page:
125     https://savannah.nongnu.org/projects/crack-attack</para>
127     <para>This manual page was written by &dhusername; &dhemail; for
128     the &debian; system (but may be used by others).  Permission is
129     granted to copy, distribute and/or modify this document under the
130     terms of the <acronym>GNU</acronym> Free Documentation License,
131     Version 1.1 or any later version published by the Free Software
132     Foundation; with no Invariant Sections, no Front-Cover Texts and
133     no Back-Cover Texts.</para>
135     <para>A copy of Version 1.2 of the Free Documentation License is
136     included in the file debian/copyright in the crack-attack source
137     package.  This file is also available in the Debian package as
138     /usr/share/doc/crack-attack/copyright.</para>
140   </refsect1>
142 </refentry>
144 <!--
145 Local Variables:
146 compile-command: "SP_CHARSET_FIXED=YES SP_ENCODING=XML nsgmls -wxml -mdeclaration/xml.soc -gues crack-attack.xml"
147 End: