blob: 377fe8fbaf49d63e2ed42df39391a7e320f79e04 (
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
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
|
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY % entities SYSTEM "./entities.xml"> %entities;
<!ENTITY i2c "I<superscript>2</superscript>C">
]>
<book id="dvbapi">
<bookinfo>
<title>LINUX DVB API</title>
<subtitle>Version 3</subtitle>
<authorgroup><author>
<firstname>Ralph</firstname>
<surname>Metzler</surname>
<othername role="mi">J. K.</othername>
<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
</author>
<author>
<firstname>Marcus</firstname>
<surname>Metzler</surname>
<othername role="mi">O. C.</othername>
<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
</author>
<author>
<firstname>Mauro</firstname>
<surname>Chehab</surname>
<othername role="mi">Carvalho</othername>
<affiliation><address><email>mchehab@infradead.org</email></address></affiliation>
<contrib>Ported document to Docbook XML.</contrib>
</author>
</authorgroup>
<copyright>
<year>2002</year>
<year>2003</year>
<year>2009</year>
<holder>Convergence GmbH</holder>
</copyright>
<legalnotice>
<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. A copy of the license is included in the chapter entitled
"GNU Free Documentation License"</para>
</legalnotice>
<revhistory>
<!-- Put document revisions here, newest first. -->
<revision>
<revnumber>2.0.0</revnumber>
<date>2009-09-06</date>
<authorinitials>mcc</authorinitials>
<revremark>Conversion from LaTex to DocBook XML. The
contents is the same as the original LaTex version.</revremark>
</revision>
<revision>
<revnumber>1.0.0</revnumber>
<date>2003-07-24</date>
<authorinitials>rjkm</authorinitials>
<revremark>Initial revision on LaTEX.</revremark>
</revision>
</revhistory>
</bookinfo>
<toc></toc> <!-- autogenerated -->
<!-- ADD THE CHAPTERS HERE -->
<chapter id="introdution">
&sub-intro;
</chapter>
<chapter id="frontend">
&sub-frontend;
</chapter>
<chapter id="demux">
&sub-demux;
</chapter>
<chapter id="video">
&sub-video;
</chapter>
<chapter id="audio">
&sub-audio;
</chapter>
<chapter id="ca">
&sub-ca;
</chapter>
<chapter id="net">
&sub-net;
</chapter>
<chapter id="kdapi">
&sub-kdapi;
</chapter>
<chapter id="examples">
&sub-examples;
</chapter>
<!-- END OF CHAPTERS -->
&sub-fdl-appendix;
</book>
|