Copyright updates. I hope that I didn't miss anybody.
[crack-attack.git] / doc / crack-attack.sgml
blob451159815e275aaa15483bd35bad0eaa5291cca1
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
3 <!ENTITY package "<productname>Crack Attack</productname>">
5 <!ENTITY dhfirstname "<firstname>Colin</firstname>">
6 <!ENTITY dhsurname "<surname>Walters</surname>">
7 <!ENTITY dhdate "<date>November 28, 2001</date>">
8 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
9 <!ENTITY dhemail "<email>walters@debian.org</email>">
10 <!ENTITY dhusername "Colin Walters">
11 <!ENTITY dhpackage "crack-attack">
13 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
14 <!ENTITY gnu "<acronym>GNU</acronym>">
18 <!--
19 Manual page for crack-attack 1.0
21 (C) 2001 Colin Walters <walters@debian.org>
23 Adapted from docbook-to-man.sgml which is:
24 (C) 1999 W. Borgert debacle@debian.org
25 -->
27 <refentry>
28 <refentryinfo>
29 <address>
30 <email>nelson@aluminumangel.org</email>
31 </address>
32 <author>
33 <firstname>Daniel</firstname>
34 <surname>Nelson</surname>
35 </author>
36 <date>2000</date>
37 </refentryinfo>
38 <refmeta>
39 <refentrytitle>&dhpackage</refentrytitle>
40 <manvolnum>1</manvolnum>
41 </refmeta>
42 <refnamediv>
43 <refname>Crack Attack!</refname>
44 <refpurpose>multiplayer OpenGL puzzle game like "Tetris Attack"</refpurpose>
45 </refnamediv>
46 <refsynopsisdiv>
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>
62 <title>Description</title>
64 <para>&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.</para>
71 <para>Crack Attack essentially requires hardware acceleration. For
72 XFree users, this means you want <abbrev>DRI</abbrev>.</para>
73 </refsect1>
74 <refsect1>
75 <title>Copyright</title>
77 <para>Copyright (c) 2000 Daniel Nelson</para>
79 <para>This program is free software; you can redistribute it
80 and/or modify it under the terms of the GNU General Public License
81 as published by the Free Software Foundation; either version 2 of
82 the License, or (at your option) any later version.</para>
84 <para>This program is distributed in the hope that it will be
85 useful, but WITHOUT ANY WARRANTY; without even the implied
86 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
87 PURPOSE. See the GNU General Public License for more details.</para>
89 <para>The GNU General Public License can be found online at
90 http://www.gnu.org/copyleft/gpl.html. Additionally, a copy can be
91 obtained by writing to the Free Software Foundation, Inc., 59
92 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
94 </refsect1>
95 <refsect1>
96 <title>Disclaimer</title>
97 <para>It is important to realize that the name of Crack Attack!
98 X-treme play mode is meant to be humorous, and thus should not
99 itself be the subject of derision. Thank you.</para>
100 </refsect1>
102 <refsect1>
103 <title>Author</title>
104 <para>Direct comments, questions, praise, flames, and job offers
105 to nelson@aluminumangel.org. Visit my homepage at
106 aluminumangel.org.</para>
108 <para>This manual page was written by &dhusername; &dhemail; for
109 the &debian; system (but may be used by others). Permission is
110 granted to copy, distribute and/or modify this document under the
111 terms of the <acronym>GNU</acronym> Free Documentation License,
112 Version 1.1 or any later version published by the Free Software
113 Foundation; with no Invariant Sections, no Front-Cover Texts and
114 no Back-Cover Texts.</para>
115 </refsect1>
117 </refentry>
119 <!-- Keep this comment at the end of the file
120 Local variables:
121 mode: sgml
122 sgml-omittag:t
123 sgml-shorttag:t
124 sgml-minimize-attributes:nil
125 sgml-always-quote-attributes:t
126 sgml-indent-step:2
127 sgml-indent-data:t
128 sgml-parent-document:nil
129 sgml-default-dtd-file:nil
130 sgml-exposed-tags:nil
131 sgml-local-catalogs:nil
132 sgml-local-ecat-files:nil
133 End: