diff options
Diffstat (limited to 'Documentation/DocBook/dvb/dvbapi.xml')
-rw-r--r-- | Documentation/DocBook/dvb/dvbapi.xml | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/Documentation/DocBook/dvb/dvbapi.xml b/Documentation/DocBook/dvb/dvbapi.xml new file mode 100644 index 000000000000..d53ca4e98e84 --- /dev/null +++ b/Documentation/DocBook/dvb/dvbapi.xml | |||
@@ -0,0 +1,79 @@ | |||
1 | <partinfo> | ||
2 | <authorgroup> | ||
3 | <author> | ||
4 | <firstname>Ralph</firstname> | ||
5 | <surname>Metzler</surname> | ||
6 | <othername role="mi">J. K.</othername> | ||
7 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | ||
8 | </author> | ||
9 | <author> | ||
10 | <firstname>Marcus</firstname> | ||
11 | <surname>Metzler</surname> | ||
12 | <othername role="mi">O. C.</othername> | ||
13 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | ||
14 | </author> | ||
15 | <author> | ||
16 | <firstname>Mauro</firstname> | ||
17 | <surname>Chehab</surname> | ||
18 | <othername role="mi">Carvalho</othername> | ||
19 | <affiliation><address><email>mchehab@redhat.com</email></address></affiliation> | ||
20 | <contrib>Ported document to Docbook XML.</contrib> | ||
21 | </author> | ||
22 | </authorgroup> | ||
23 | <copyright> | ||
24 | <year>2002</year> | ||
25 | <year>2003</year> | ||
26 | <year>2009</year> | ||
27 | <holder>Convergence GmbH</holder> | ||
28 | </copyright> | ||
29 | |||
30 | <revhistory> | ||
31 | <!-- Put document revisions here, newest first. --> | ||
32 | <revision> | ||
33 | <revnumber>2.0.0</revnumber> | ||
34 | <date>2009-09-06</date> | ||
35 | <authorinitials>mcc</authorinitials> | ||
36 | <revremark>Conversion from LaTex to DocBook XML. The | ||
37 | contents is the same as the original LaTex version.</revremark> | ||
38 | </revision> | ||
39 | <revision> | ||
40 | <revnumber>1.0.0</revnumber> | ||
41 | <date>2003-07-24</date> | ||
42 | <authorinitials>rjkm</authorinitials> | ||
43 | <revremark>Initial revision on LaTEX.</revremark> | ||
44 | </revision> | ||
45 | </revhistory> | ||
46 | </partinfo> | ||
47 | |||
48 | |||
49 | <title>LINUX DVB API</title> | ||
50 | <subtitle>Version 3</subtitle> | ||
51 | <!-- ADD THE CHAPTERS HERE --> | ||
52 | <chapter id="dvb_introdution"> | ||
53 | &sub-intro; | ||
54 | </chapter> | ||
55 | <chapter id="dvb_frontend"> | ||
56 | &sub-frontend; | ||
57 | </chapter> | ||
58 | <chapter id="dvb_demux"> | ||
59 | &sub-demux; | ||
60 | </chapter> | ||
61 | <chapter id="dvb_video"> | ||
62 | &sub-video; | ||
63 | </chapter> | ||
64 | <chapter id="dvb_audio"> | ||
65 | &sub-audio; | ||
66 | </chapter> | ||
67 | <chapter id="dvb_ca"> | ||
68 | &sub-ca; | ||
69 | </chapter> | ||
70 | <chapter id="dvb_net"> | ||
71 | &sub-net; | ||
72 | </chapter> | ||
73 | <chapter id="dvb_kdapi"> | ||
74 | &sub-kdapi; | ||
75 | </chapter> | ||
76 | <chapter id="dvb_examples"> | ||
77 | &sub-examples; | ||
78 | </chapter> | ||
79 | <!-- END OF CHAPTERS --> | ||