/[ddp]/manuals/trunk/user/user.sgml
ViewVC logotype

Contents of /manuals/trunk/user/user.sgml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 621 - (hide annotations) (download) (as text)
Tue Jul 7 08:54:29 1998 UTC (14 years, 10 months ago) by elphick
File MIME type: text/x-sgml
File size: 5815 byte(s)
Import source in new structure
1 elphick 621 <!doctype debiandoc system>
2    
3     <!--
4     Debian User's Manual
5     Copyright (C)1997 Ardo van Rangelrooij
6     released under the terms of the GNU General Public License,
7     version 2 or (at your option) any later.
8     -->
9    
10     <debiandoc>
11    
12     <book>
13    
14     <titlepag>
15    
16     <title>Debian User's Manual</title>
17    
18     <author>
19     <name>Ardo van Rangelrooij </name>
20     <email>ardo@debian.org</email>
21     </author>
22    
23     <author>
24     <name>Jason D. Waterman </name>
25     <email>jwaterma@bbn.com</email>
26     </author>
27    
28     <author>
29     <name>Thalia L. Hooker </name>
30     <email>th@visi.com</email>
31     </author>
32    
33     <author>
34     <name>Havoc Pennington </name>
35     <email>rhpennin@midway.uchicago.edu</email>
36     </author>
37    
38     <author>
39     <name>Oliver Elphick </name>
40     <email>Oliver.Elphick@lfix.co.uk</email>
41     </author>
42    
43     <author>
44     <name>Bruce Evry </name>
45     <email>bruce@fantek.org</email>
46     </author>
47    
48     <author>
49     <name>Karl-Heinz Zimmer </name>
50     <email>x_zimmer@online.de</email>
51     </author>
52    
53     <version>version 0.1, <date></version>
54    
55     <abstract>
56     The Debian User's Manual covers everything a user should
57     know about a Debian GNU/Linux system from a user's view
58     point.
59     </abstract>
60    
61     <copyright>
62    
63     <copyrightsummary>
64     Copyright &copy; 1997 Ardo van Rangelrooij
65     </copyrightsummary>
66    
67     <p>
68     This manual is free software; you may redistribute it and/or
69     modify it under the terms of the GNU General Public License
70     as published by the Free Software Foundation; either version
71     2, or (at your option) any later version.
72     </p>
73    
74     <p>
75     This is distributed in the hope that it will be useful, but
76     <em>without any warranty</em>; without even the implied
77     warranty of merchantability or fitness for a particular
78     purpose. See the GNU General Public License for more
79     details.
80     </p>
81    
82     <p>
83     You should have received a copy of the GNU General Public
84     License with your Debian GNU/Linux system, in
85     <tt>/usr/doc/copyright/GPL</tt>, or with the
86     <prgn>debiandoc-sgml</prgn> source package as the file
87     <tt>COPYING</tt>. If not, write to the Free Software
88     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
89     </p>
90    
91     </copyright>
92    
93     </titlepag>
94    
95     <toc sect>
96    
97     <chapt>
98    
99     <heading>Introduction</heading>
100    
101     <p>
102     author = Ardo van Rangelrooij
103     <email>ardo@debian.org</email>
104     </p>
105    
106     <p>
107     "about this manual"
108     </p>
109    
110     <p>
111     "where to find newer versions"
112     </p>
113    
114     <p>
115     "how this manual came about"
116     </p>
117    
118     <p>
119     Please send all comments, critics, suggestions, bugs, etc. to
120     <email>ardo@debian.org</email>.
121     </p>
122    
123     </chapt>
124    
125     <chapt>
126    
127     <heading>Overview of a Debian GNU/Linux System</heading>
128    
129     <p>
130     author = Ardo van Rangelrooij
131     <email>ardo@debian.org</email>
132     </p>
133    
134     <p>
135     topics = booting (?), first login session, shutting down,
136     etc.; concepts of users, shells, processes, etc.
137     </p>
138    
139     </chapt>
140    
141     <chapt>
142    
143     <heading>Documentation</heading>
144    
145     <p>
146     author = Karl-Heinz Zimmer
147     <email>x_zimmer@online.de</email>
148     </p>
149    
150     <p>
151     topics = how to read man pages, "apropos", using info and
152     dwww, etc.
153     </p>
154    
155     </chapt>
156    
157     <chapt>
158    
159     <heading>Files and File Systems</heading>
160    
161     <p>
162     author = Havoc Pennington
163     <email>rhpennin@midway.uchicago.edu</email>
164     </p>
165    
166     <p>
167     topics = file handling commands, directory handling commands,
168     directory structure, file systems, etc.
169     </p>
170    
171     </chapt>
172    
173     <chapt>
174    
175     <heading>Shells</heading>
176    
177     <p>
178     author = Jason D. Waterman
179     <email>jwaterma@bbn.com</email>
180     </p>
181    
182     <p>
183     topics = bash basics, tcsh, etc.
184     </p>
185    
186     </chapt>
187    
188     <chapt>
189    
190     <heading>Basic Commands and Tools</heading>
191    
192     <p>
193     author = Oliver Elphick
194     <email>Oliver.Elphick@lfix.co.uk</email>
195     </p>
196    
197     <p>
198     topics = head, tail grep, etc.
199     </p>
200    
201     </chapt>
202    
203     <chapt>
204    
205     <heading>Advanced Commands and Tools</heading>
206    
207     <p>
208     author = ?
209     </p>
210    
211     <p>
212     topics = awk, sed, etc.
213     </p>
214    
215     </chapt>
216    
217     <chapt>
218    
219     <heading>Text Editing</heading>
220    
221     <p>
222     author = Jason D. Waterman
223     <email>jwaterma@bbn.com</email>
224     </p>
225    
226     <p>
227     topics = handling vi (how to exit ;-), emacs, etc.
228     </p>
229    
230     </chapt>
231    
232     <chapt>
233    
234     <heading>Text Processing</heading>
235    
236     <p>
237     author = ?
238     </p>
239    
240     <p>
241     topics = tex, latex, sgml, troff, lyx, etc.
242     </p>
243    
244     </chapt>
245    
246     <chapt>
247    
248     <heading>Programming</heading>
249    
250     <p>
251     author = ?
252     </p>
253    
254     <p>
255     topics = gcc, javac, gdb, ddd, xxgdb, etc.
256     </p>
257    
258     </chapt>
259    
260     <chapt>
261    
262     <heading>Games</heading>
263    
264     <p>
265     author = Jason D. Waterman
266     <email>jwaterma@bbn.com</email>
267     </p>
268    
269     <p>
270     topics = ?
271     </p>
272    
273     </chapt>
274    
275     <chapt>
276    
277     <heading>Sound</heading>
278    
279     <p>
280     author = ?
281     </p>
282    
283     <p>
284     topics = ?
285     </p>
286    
287     </chapt>
288    
289     <chapt>
290    
291     <heading>Image Manipulation</heading>
292    
293     <p>
294     author = ?
295     </p>
296    
297     <p>
298     topics = gimp, xv, xfig, etc.
299     </p>
300    
301     </chapt>
302    
303     <chapt>
304    
305     <heading>Networking</heading>
306    
307     <p>
308     author = ?
309     </p>
310    
311     <p>
312     topics = mail, news, ftp, etc.
313     </p>
314    
315     </chapt>
316    
317     <chapt>
318    
319     <heading>X Windows</heading>
320    
321     <p>
322     author = Jason D. Waterman
323     <email>jwaterma@bbn.com</email>
324     </p>
325    
326     <p>
327     topics = ?
328     </p>
329    
330     </chapt>
331    
332     <chapt>
333    
334     <heading>X Windows Managers</heading>
335    
336     <p>
337     author = ?
338     </p>
339    
340     <p>
341     topics = ?
342     </p>
343    
344     </chapt>
345    
346     <chapt>
347    
348     <heading>X Windows Applications</heading>
349    
350     <p>
351     author = ?
352     </p>
353    
354     <p>
355     topics = ?
356     </p>
357    
358     </chapt>
359    
360     <chapt>
361    
362     <heading>Index</heading>
363    
364     </chapt>
365    
366     </book>
367    
368     </debiandoc>

  ViewVC Help
Powered by ViewVC 1.1.5