File: index.sgml

package info (click to toggle)
newbiedoc 0.6.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,904 kB
  • ctags: 17
  • sloc: xml: 416; sh: 308; makefile: 66
file content (301 lines) | stat: -rw-r--r-- 6,406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">

<article> 

<!-- Header -->

  <artheader>
  	<title>Index of the newbieDoc documentation</title>
	
	<author>
	  <firstname>Romain</firstname>
	  <surname>Lerallut</surname>
	  <affiliation>
        <address>
		  <email>rom1@users.sourceforge.net</email>
        </address>
	  </affiliation>
	</author>
	
 
   <revhistory>
      <revision>
         <revnumber>v0.02</revnumber>
		<date>1 March 2001</date>
		<authorinitials>rl</authorinitials>
		<revremark>
		Added links to E-Groups doc. Getting ready for first release
         </revremark>
      </revision>

      <revision>
         <revnumber>v0.01</revnumber>
		<date>23 February 2001</date>
		<authorinitials>rl</authorinitials>
		<revremark>
		First draft
         </revremark>
      </revision>
   </revhistory>
  
	
	
  <abstract>
      <para>
        The goal of the <keycap>NewbieDoc Project</keycap> is to write
        documentation: <emphasis>Developing Documentation FOR Newbies BY
        Newbies.</emphasis>
		For more info, see <ulink
        url="http://newbiedoc.sourceforge.net"> the project's
        homepage</ulink>
		</para>

	  <para>
		This is the index file for all the documentation of the
		newbiedoc project that can be found in the sourceforge cvs
		repository.
	  </para>
	  <para>
		Developers should add entries in this index when uploading new
		files 
	  </para>
	</abstract>

  </artheader>


<!-- Section 1: General doc -->
<important>
	<para>
	<keycap>Note to Netscape 4 users:</keycap>
	When rendered as html, these documents use "stylesheets" to make them
	look nicer. However, Netscape 4 is rather old and does not support
	stylesheets as well as it should. If our doc looks too weird, disable
	stylesheet support ( Edit=Preferences=Advanced ) to see the default
	formatting.
	</para>
</important>
 <sect1 id="general">

   <title>General Documentation</title>
   
   <itemizedlist>
      <listitem>
	  <para><ulink url="sourceforge-guide/index.html"> What is
   sourceforge ??
      </ulink></para>
      </listitem>

      <listitem>
      <para>
      <ulink url="docbook-guide.en/index.html">The NewbieDoc Docbook guide</ulink>
      </para>
      </listitem>

      <listitem>
      <para>
      <ulink url="docbook-intro.en/index.html">The NewbieDoc Docbook guide</ulink>
      </para>
      </listitem>



      <listitem>
      <para><ulink url="main-glossary-en/index.html"> The NewbieDoc Debian Glossary:
	  </ulink></para>
	  </listitem>

     <listitem>
     <para>
     <ulink url="help-system.en/index.html">The Debian help system</ulink>
     </para>
     </listitem>
   
   </itemizedlist>

 </sect1>
 


<!-- Section 2 Finding Stuff -->

 <sect1 id="findingstuff">

   <title>Finding stuff</title>

   <itemizedlist>


   <listitem>
   <para>How can I find text in multiple files ?
   <ulink url="grep/index.html">grep </ulink></para>
   </listitem>


   <listitem>
   <para>How can I extract info from ls,ps, etc ? 
   <ulink url="grep/index.html">grep</ulink>
   </para>
   </listitem>

   <listitem>
   <para>
   Where I can I get hints and tips on finding more information?
   <ulink url="help-system.en/index.html">Debian help system</ulink>
   </para>
   </listitem>


   </itemizedlist>

 </sect1>


<!-- Section 3 Administration -->

 <sect1 id="admin">

   <title>Administration</title>


   <itemizedlist>

   <listitem>
   <para>What are runlevels ?
   <ulink url="runlevels-intro/index.html">runlevels-intro</ulink></para>
   </listitem>


   <listitem>
   <para>How can I start services automatically ? 
   <ulink url="runlevels-intro/index.html">runlevels-intro</ulink></para>
   </listitem>
   

   <listitem>
   <para>How can I install new software ?
   <ulink
   url="apt-get-intro/index.html">apt-get intro</ulink></para>
   </listitem>

   <listitem>
   <para>
   <ulink url="kernel-pkg.en/index-kernel-pkg.html">Compiling custom kernels</ulink>
   </para>
   </listitem>



   <listitem>
   <para><ulink url="process/index.html">Managing Processes</ulink> on 
   a Linux system.
   </para>
   </listitem>
</itemizedlist>

 </sect1>


<!-- Section 4: Networking -->

<sect1 id="networking">
 	<title>Networking</title>

	<itemizedlist>
   <listitem>
   <para>Configuring <ulink url="exim/index.html">exim</ulink>, the Mail Transport Agent
   </para>
   </listitem>

	<listitem>
	<para>Getting mail from a remote server (ISP,...) with <ulink url="fetchmail/index.html">fetchmail</ulink>
	</para>
	</listitem>
   
   </itemizedlist>


 </sect1>

<!-- Section 5: Text editing -->

 <sect1 id="textediting">

   <title>Text editing</title>

   <itemizedlist>
 
   <listitem>
   <para><ulink url="joe/index.html">Joe:</ulink> a good text editor
   for everyone</para>
   </listitem>

   <listitem>
   <para><ulink
   url="http://groups.yahoo.com/group/newbieDoc/files/editing%20TEXT/pico">Pico:</ulink>
   the world's simplest text editor(<emphasis>remote</emphasis>)</para>
   </listitem>

   <listitem>
   <para><ulink url="vi/index.html">VI:</ulink> a powerful console
   text editor</para>
   </listitem>

   <listitem>
   <para><ulink url="vim/index.html">Vim:</ulink> an extended clone of the VI text editor</para>
   </listitem>

   </itemizedlist>

 </sect1>


<!-- Section 6: system -->

<sect1 id="system">

	<title>System</title>

	<itemizedlist>

	<listitem>
	<para><ulink url="hardware/index.html">Setting up new hardware</ulink>
	</para>
	</listitem>


	</itemizedlist>

</sect1>


<sect1 id="browse">
	<title>Browsing the Newbiedoc Documentation</title>

	<para>
	When the newbiedoc package is installed, you can just type
<screen>
newbiedoc
</screen> at the prompt. This will start your favorite browser 
	and display this index page. A 'Newbiedoc' entry has also been
	added to the Debian/Help menu.
	</para>
	<para>To change to another browser, edit your 
	<filename>~/.bashrc</filename>	file and add:
<screen>
export BROWSER=konqueror
</screen> Of course, if you prefer netscape, just type netscape instead of
	konqueror. 
	</para>
	<para>If you don't know how to edit this file, type
<screen>
echo 'export BROWSER=konqueror' >> ~/.bashrc
</screen> at the prompt. It will simply append the line to the <filename>~/.bashrc</filename> file.
	</para>
	<para>
	After this, log out and log in again so that the 
	modifications are taken into account.
	</para>
</sect1>
<!-- End of the index -->
</article>