blob: 02c7fe9172002e1ace9f076b908f75e8bfc25e13 (
plain)
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
|
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY about SYSTEM "about/about.sgml">
<!ENTITY core SYSTEM "core/core.sgml">
<!ENTITY fdl SYSTEM "gfdl/fdl.sgml">
]>
<book>
<title>Opie Policy Manual</title>
<bookinfo>
<author><firstname>Chris</firstname><surname>Larson</surname></author>
<copyright><year>2002</year><holder>Chris Larson</holder></copyright>
<legalnotice>
<title>Legal Notice</title>
<para>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the section
entitled "GNU Free Documentation License".
</para>
</legalnotice>
</bookinfo>
&about
&core
&fdl
</book>
|