-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.sgml
126 lines (104 loc) · 4.07 KB
/
index.sgml
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
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.0//EN"
"http://nwalsh.com/docbook/xml/4.0/docbookx.dtd" [
<!ENTITY ant SYSTEM "ant.sgml">
<!ENTITY linux SYSTEM "linux.sgml">
<!ENTITY perl SYSTEM "perl.sgml">
<!ENTITY groovy SYSTEM "groovy.sgml">
<!ENTITY sql SYSTEM "sql.sgml">
<!ENTITY java SYSTEM "java.sgml">
<!ENTITY windows SYSTEM "windows.sgml">
<!ENTITY lyx SYSTEM "lyx.sgml">
]>
<!--
build with:
db2html index.sgml
or
docbook2html -o html index.sgml
or
build.sh
See also:
docbook2pdf
-->
<article id='index' lang='en' class='faq'>
<articleinfo>
<title>Frequently Asked Questions</title>
<legalnotice>
<para>Copyright (c) Frank Jung. All rights reserved.</para>
</legalnotice>
<editor>
<firstname>Frank</firstname><surname>Jung</surname>
</editor>
</articleinfo>
<!-- TOC should appear here -->
<section><title>Introduction</title>
<para>
Permission is granted to copy, distribute and/or modify this document under the
terms of the GNU Free Documentation License, Version 1.2 or any later version
published by the Free Software Foundation; with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
in the section entitled "GNU Free Documentation License".
</para>
<blockquote>
<attribution>Frank Jung</attribution>
<para>
This is a collection of tips and techniques that I have used over the years.
Some are included so that I can record how I manage my FreeBSD and Linux
machines. Others, because it was hard to solve a problem. And finally,
others because they are clever.
</para>
<para>
None of this would have been possible without the
<emphasis>World-Wide-Web</emphasis>. So I must thank the web community for
their input. In keeping with this community spirit, please feel free to use
what you can. I hope that you find something useful here!
</para>
</blockquote>
</section>
<!-- qanda sets begin here -->
<section><title>Apache Ant</title>
<subtitle>Tips, hints and information for using Apache Ant.</subtitle>
&ant;
</section>
<section><title>Linux</title>
<subtitle>Tips, hints and information for the Linux Operating Systems.</subtitle>
&linux;
</section>
<section><title>Perl</title>
<subtitle>Tips, hints and information for Larry Wall's Perl scripting language.</subtitle>
&perl;
</section>
<section><title>Groovy</title>
<subtitle>Tips, hints and information for the Groovy scripting language.</subtitle>
&groovy;
</section>
<section><title>Java</title>
<subtitle>Tips, Java on Debian.</subtitle>
&java;
</section>
<section><title>SQL</title>
<subtitle>Tips, hints and information about SQL.</subtitle>
&sql;
</section>
<section><title>Windows</title>
<subtitle>Tips, hints and information for the Microsoft's Windows Operating System.</subtitle>
&windows;
</section>
<section><title>Lyx</title>
<subtitle>Tips, hints and information for LyX interface.</subtitle>
&lyx;
</section>
<section><title>Docbook Installation</title>
<para>
After installation of Docbook packages, ensure that the environment variable
SGML_CATALOG_FILES has been set. This typically points to a system wide
catalog file called <filename>/etc/sgml/catalog</filename>.
</para>
<para>
To rebuild this from SGML source use:
<screen>
db2html index.sgml
</screen>
</para>
</section>
<!-- add addtional sections here -->
</article>