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
|
<!doctype book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY examples SYSTEM "examples.sgml">
<!ENTITY iso639 SYSTEM "iso639.sgml">
<!ENTITY dvdauthor SYSTEM "dvdauthor.sgml">
<!ENTITY dvddirdel SYSTEM "dvddirdel.sgml">
<!ENTITY dvdunauthor SYSTEM "dvdunauthor.sgml">
<!ENTITY mpeg2desc SYSTEM "mpeg2desc.sgml">
<!ENTITY spumux SYSTEM "spumux.sgml">
<!ENTITY spuunmux SYSTEM "spuunmux.sgml">
<!ENTITY videoformat SYSTEM "video_format.sgml">
<!ENTITY dhfirstname "<firstname>Marc</firstname>">
<!ENTITY dhsurname "<surname>Leeman</surname>">
<!ENTITY dhdate "<date>Fri Dec 30 19:47:26 CET 2005</date>">
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>marc.leeman@gmail.com</email>">
<!ENTITY dhusername "Marc Leeman">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
]>
<book id="index"><title>DVDAuthor</title>
&examples;
&iso639;
<reference id="manpages"><title>DVDAuthor Man Pages</title>
&dvdauthor;
&dvddirdel;
&dvdunauthor;
&mpeg2desc;
&spumux;
&spuunmux;
&videoformat;
</reference>
</book>
|