Ignore various files generated by documentation
[mp-xquery-moved-to-github.git] / doc / book.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY manref SYSTEM "manref.xml">
8      <!ENTITY gpl2 SYSTEM "gpl-2.0.xml">
9      <!ENTITY % idcommon SYSTEM "common/common.ent">
10      %idcommon;
11 ]>
12 <book>
13  <bookinfo>
14   <title>MP-XQuery - User's Guide and Reference</title>
15   <authorgroup>
16    <author>
17     <firstname>Adam</firstname><surname>Dickmeiss</surname>
18    </author>
19   </authorgroup>
20   <releaseinfo>&version;</releaseinfo>
21   <copyright>
22    <year>2014-2015</year>
23    <holder>Index Data</holder>
24   </copyright>
25   <abstract>
26    <simpara>
27     This manual is part of MP-XQuery version &version;.
28     </simpara>
29    <simpara>
30     MP-XQuery is a Metaproxy module that allows record conversion
31     using W3C's XQuery language.
32    </simpara>
33    <simpara>
34     Metaproxy is covered by the GNU General Public License version 2.
35    </simpara>
36    <simpara>
37     <inlinemediaobject>
38      <imageobject>
39       <imagedata fileref="common/id.png" format="PNG"/>
40      </imageobject>
41      <imageobject>
42       <imagedata fileref="common/id.eps" format="EPS"/>
43      </imageobject>
44     </inlinemediaobject>
45    </simpara>
46   </abstract>
47  </bookinfo>
48
49  <chapter id="introduction">
50   <title>Introduction</title>
51
52   <para>
53    MP-XQuery is a module for
54    <ulink url="&url.metaproxy;">Metaproxy</ulink>.
55   </para>
56  </chapter>
57
58  <chapter id="installation">
59   <title>Installation</title>
60   <para/>
61  </chapter>
62
63  <reference id="reference">
64   <title>Reference</title>
65    <partintro id="reference-introduction">
66     <para>
67      The material in this chapter is drawn directly from the individual
68      manual entries.
69     </para>
70    </partintro>
71    &manref;
72  </reference>
73
74  <appendix id="license">
75   <title>License</title>
76   <para>
77    Copyright (C) 2014-2015 Index Data
78   </para>
79
80   <para>
81    Metaproxy is free software; you can redistribute it and/or modify it under
82    the terms of the GNU General Public License as published by the Free
83    Software Foundation; either version 2, or (at your option) any later
84    version.
85    </para>
86
87   <para>
88    Metaproxy is distributed in the hope that it will be useful, but WITHOUT ANY
89    WARRANTY; without even the implied warranty of MERCHANTABILITY or
90    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
91    for more details.
92   </para>
93
94   <para>
95    You should have received a copy of the GNU General Public License
96    along with Metaproxy; see the file LICENSE.  If not, write to the
97    Free Software Foundation,
98    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
99    </para>
100
101  </appendix>
102
103  &gpl2;
104 </book>
105
106 <!-- Keep this comment at the end of the file
107 Local variables:
108 mode: nxml
109 nxml-child-indent: 1
110 End:
111 -->