File: Configuration.sgml

package info (click to toggle)
proftpd-dfsg 1.3.0-19etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,604 kB
  • ctags: 5,598
  • sloc: ansic: 59,475; sh: 18,832; perl: 1,474; makefile: 1,191
file content (35 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (8)
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
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY byname SYSTEM "by_name_source.sgml">
<!ENTITY bymodule SYSTEM "by_module_source.sgml"> 
<!ENTITY bycontext SYSTEM "by_context_source.sgml"> 
]>


<book ID="PROFTPD-CONFIG">
<?dbhtml filename="configuration.html">

<bookinfo>
<title>Configuration Directive List</title>
</bookinfo>

<chapter>
<?dbhtml filename="by-name.html">
<title>List of Directives</title>

&byname;

</chapter>

<chapter>
<?dbhtml filename="by-modules.html">
<title>List of modules</title>
&bymodule;
</chapter>

<chapter>
<?dbhtml filename="by-context.html">
<title>List of configuration contexts</title>
&bycontext;
</chapter>

</book>