diff options
Diffstat (limited to 'dvb-spec/dvbapi/dvbapi.sgml')
-rw-r--r-- | dvb-spec/dvbapi/dvbapi.sgml | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/dvb-spec/dvbapi/dvbapi.sgml b/dvb-spec/dvbapi/dvbapi.sgml new file mode 100644 index 000000000..377fe8fba --- /dev/null +++ b/dvb-spec/dvbapi/dvbapi.sgml @@ -0,0 +1,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> |