Added some missing "para" elements in the legalnotice. Fixed up
[comedilib.git] / doc / comedilib.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3         "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % comedilib_entities SYSTEM "comedilib.ent">
5 %comedilib_entities;
6 ]>
7
8 <article xmlns:xi="http://www.w3.org/2001/XInclude">
9         <articleinfo>
10                 <title>Comedi</title>
11                 <subtitle>
12                         The <emphasis>Control and Measurement Device Interface</emphasis>
13                         handbook
14                 </subtitle>
15                 <author>
16                         <firstname>David</firstname>
17                         <surname>Schleef</surname>
18                         <affiliation>
19                                 <address>ds@schleef.org</address>
20                         </affiliation>
21                 </author>
22                 <author>
23                         <firstname>Frank</firstname>
24                         <othername>Mori</othername>
25                         <surname>Hess</surname>
26                         <affiliation>
27                                 <address>fmhess@users.sourceforge.net</address>
28                         </affiliation>
29                 </author>
30                 <author>
31                         <firstname>Herman</firstname>
32                         <surname>Bruyninckx</surname>
33                         <affiliation>
34                                 <address>Herman.Bruyninckx@mech.kuleuven.ac.be</address>
35                         </affiliation>
36                 </author>
37                 <copyright>
38                         <year>1998-2003</year>
39                         <holder>David Schleef</holder>
40                 </copyright>
41                 <copyright>
42                         <year>2001-2003, 2005, 2008</year>
43                         <holder>Frank Mori Hess</holder>
44                 </copyright>
45                 <copyright>
46                         <year>2002-2003</year>
47                         <holder>Herman Bruyninckx</holder>
48                 </copyright>
49
50                 <abstract>
51                         <para>
52                                 &comedi; is a free software project to interface
53                                 <emphasis>digital acquisition</emphasis> (DAQ) cards. It is the
54                                 combination of three complementary software items: (i) a generic,
55                                 device-independent API, (ii) a collection of Linux kernel modules that
56                                 implement this API for a wide range of cards, and (iii) a Linux user
57                                 space library with a developer-oriented programming interface to
58                                 configure and use the cards.
59                         </para>
60                 </abstract>
61
62                 <legalnotice>
63                         <para>
64                                 This document is part of Comedilib.  In the context of this
65                                 document, the term "source code" as defined by the license is
66                                 interpreted as the XML source.
67                         </para>
68                         <para>
69                                 This library is free software; you can redistribute it and/or
70                                 modify it under the terms of the GNU Lesser General Public
71                                 License as published by the Free Software Foundation, version 2.1
72                                 of the License.
73                         </para>
74                         <para>
75                                 This library is distributed in the hope that it will be useful,
76                                 but WITHOUT ANY WARRANTY; without even the implied warranty of
77                                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78                                 Lesser General Public License for more details.
79                         </para>
80                         <para>
81                                 You should have received a copy of the GNU Lesser General Public
82                                 License along with this library; if not, write to the Free Software
83                                 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
84                                 USA.
85                         </para>
86                 </legalnotice>
87
88         </articleinfo>
89
90         <xi:include href="intro.xml"/>
91         <xi:include href="install.xml"/>
92         <xi:include href="tutorial.xml"/>
93         <xi:include href="other.xml"/>
94         <xi:include href="driverwriting.xml"/>
95         <xi:include href="drivers.xml"/>
96         <xi:include href="reference.xml"/>
97         <xi:include href="glossary.xml"/>
98
99 </article>
100