Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/orxonox.texinfo @ 1829

Last change on this file since 1829 was 1814, checked in by bensch, 21 years ago

orxonox/brnaches/bensch: added autoproject configuration

File size: 6.2 KB
Line 
1\input texinfo @c -*-texinfo-*-
2@c This file uses the @command command introduced in Texinfo 4.0.
3@c %**start of header
4@setfilename orxonox.info
5@settitle the future of 3D-vertical-scrollers
6@finalout
7@setchapternewpage odd
8@c %**end of header
9
10@set VERSION 0.1.0
11
12@ifinfo
13This file documents the @command{orxonox} command which the future of 3D-vertical-scrollers
14
15Copyright (C) 2004 orx
16
17Permission is granted to make and distribute verbatim copies of
18this manual provided the copyright notice and this permission notice
19are preserved on all copies.
20
21@ignore
22Permission is granted to process this file through TeX and print the
23results, provided the printed document carries copying permission
24notice identical to this one except for the removal of this paragraph
25(this paragraph not being relevant to the printed manual).
26
27@end ignore
28Permission is granted to copy and distribute modified versions of this
29manual under the conditions for verbatim copying, provided that the entire
30resulting derived work is distributed under the terms of a permission
31notice identical to this one.
32
33Permission is granted to copy and distribute translations of this manual
34into another language, under the above conditions for modified versions,
35except that this permission notice may be stated in a translation approved
36by the Foundation.
37@end ifinfo
38
39@titlepage
40@title orxonox
41@subtitle the future of 3D-vertical-scrollers
42@subtitle for orxonox Version @value{VERSION}
43@author by orx
44
45@page
46@vskip 0pt plus 1filll
47Copyright @copyright{} 2004 orx
48
49Permission is granted to make and distribute verbatim copies of
50this manual provided the copyright notice and this permission notice
51are preserved on all copies.
52
53Permission is granted to copy and distribute modified versions of this
54manual under the conditions for verbatim copying, provided that the entire
55resulting derived work is distributed under the terms of a permission
56notice identical to this one.
57
58Permission is granted to copy and distribute translations of this manual
59into another language, under the above conditions for modified versions,
60except that this permission notice may be stated in a translation approved
61by the Foundation.
62@end titlepage
63
64@c All the nodes can be updated using the EMACS command
65@c texinfo-every-node-update, which is normally bound to C-c C-u C-e.
66@node Top, Instructions, (dir), (dir)
67
68@ifinfo
69This file documents the @command{orxonox} command to the future of 3D-vertical-scrollers.
70@end ifinfo
71
72@c All the menus can be updated with the EMACS command
73@c texinfo-all-menus-update, which is normally bound to C-c C-u C-a.
74@menu
75* Instructions::                How to read this manual.
76* Copying::                     How you can copy and share @command{orxonox}.
77* Overview::                    Preliminary information.
78* Sample::                      Sample output from @command{orxonox}.
79* Invoking orxonox::             How to run @command{orxonox}.
80* Problems::                    Reporting bugs.
81* Concept Index::               Index of concepts.
82@end menu
83
84@node Instructions, Copying, Top, Top
85@chapter How to Read This Manual
86
87@cindex reading
88@cindex manual, how to read
89@cindex how to read
90To read this manual, begin at the beginning, reading from left to right
91and top to bottom, until you get to the end.  Then stop.  You may pause
92for a beer anywhere in the middle as well, if you wish.  (Please note,
93however, that The King strongly advises against heavy use of
94prescription pharmaceuticals, based on his extensive personal and
95professional experience.)
96
97@node Copying, Overview, Instructions, Top
98@include gpl.texinfo
99
100@node Overview, Sample, Copying, Top
101@chapter Overview
102@cindex greetings
103@cindex overview
104
105The GNU @command{orxonox} program produces a familiar, friendly greeting.
106It allows nonprogrammers to use a classic computer science tool which
107would otherwise be unavailable to them.  Because it is protected by the
108GNU General Public License, users are free to share and change it.
109
110GNU @command{orxonox} was written by orx.
111
112@node Sample, Invoking orxonox, Overview, Top
113@chapter Sample Output
114@cindex sample
115
116Here are some realistic examples of running @command{orxonox}.
117
118This is the output of the command @samp{orxonox}:
119
120@example
121hello, world!
122@end example
123
124This is the output of the command @samp{orxonox --help}:
125
126@example
127Usage: orxonox [OPTION...] [FILE...]
128the future of 3D-vertical-scrollers
129
130  -q, --quiet, --silent      Inhibit usual output
131  -v, --verbose              Print more information
132  -?, --help                 Give this help list
133      --usage                Give a short usage message
134  -V, --version              Print program version
135
136Report bugs to <orxonox-announce@@mail.datacore.ch>.
137@end example
138
139@node Invoking orxonox, Problems, Sample, Top
140@chapter Invoking @command{orxonox}
141@cindex invoking
142@cindex version
143@cindex options
144@cindex usage
145@cindex help
146@cindex getting help
147
148The format for running the @command{orxonox} program is:
149
150@example
151orxonox @var{option} @dots{}
152@end example
153
154@code{orxonox} supports the following options:
155
156@c Formatting copied from the Texinfo 4.0 manual.
157@table @code
158@item --quiet
159@itemx --silent
160@itemx -q
161Inhibit usual output.
162
163@item --verbose
164@itemx -v
165Print more information.
166
167@item --help
168@itemx -?
169Print an informative help message describing the options and then exit
170successfully.
171
172@item --usage
173Briefly list the options.
174
175@item --version
176@itemx -V
177Print the version number of @command{orxonox} on the standard output
178and then exit successfully.
179@end table
180
181@node Problems, Concept Index, Invoking orxonox, Top
182@chapter Reporting Bugs
183@cindex bugs
184@cindex problems
185
186If you find a bug in @command{orxonox}, please send electronic mail to
187@email{orxonox-announce@@mail.datacore.ch}.  Include the version number, which you can find by
188running @w{@samp{orxonox --version}}.  Also include in your message the
189output that the program produced and the output you expected.@refill
190
191If you have other questions, comments or suggestions about
192@command{orxonox}, contact the author via electronic mail to
193@email{orxonox-announce@@mail.datacore.ch}.  The author will try to help you out, although he
194may not have time to fix your problems.
195
196@node Concept Index,  , Problems, Top
197@unnumbered Concept Index
198
199@cindex tail recursion
200@printindex cp
201
202@shortcontents
203@contents
204@bye
Note: See TracBrowser for help on using the repository browser.