diff options
Diffstat (limited to 'dvb-spec/sgml/dvbapi.sgml')
-rw-r--r-- | dvb-spec/sgml/dvbapi.sgml | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/dvb-spec/sgml/dvbapi.sgml b/dvb-spec/sgml/dvbapi.sgml deleted file mode 100644 index 6b4b96fe5..000000000 --- a/dvb-spec/sgml/dvbapi.sgml +++ /dev/null @@ -1,103 +0,0 @@ -<?xml version="1.0"?> -<!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.sgml"> %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> - <appendix id="fdl"> - &sub-fdl; - </appendix> -<!-- END OF CHAPTERS --> - -</book> |