summaryrefslogtreecommitdiff
path: root/doc/hackersguide/hackersguide.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hackersguide/hackersguide.docbook')
-rw-r--r--doc/hackersguide/hackersguide.docbook47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/hackersguide/hackersguide.docbook b/doc/hackersguide/hackersguide.docbook
new file mode 100644
index 000000000..ebc42d4c7
--- /dev/null
+++ b/doc/hackersguide/hackersguide.docbook
@@ -0,0 +1,47 @@
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!ENTITY intro SYSTEM "intro.sgml" >
+<!ENTITY library SYSTEM "library.sgml" >
+<!ENTITY overview SYSTEM "overview.sgml" >
+<!ENTITY internals SYSTEM "internals.sgml">
+<!ENTITY stream SYSTEM "stream.sgml" >
+<!ENTITY output SYSTEM "output.sgml" >
+]>
+
+<book>
+
+ <bookinfo>
+ <title>The xine hacker's guide</title>
+ <titleabbrev>hackersguide</titleabbrev>
+ <authorgroup>
+ <author><firstname>G&uuml;nter</firstname><surname>Bartsch</surname></author>
+ <author><firstname>Heiko</firstname><surname>Sch&auml;fer</surname></author>
+ <author><firstname>Richard</firstname><surname>Wareham</surname></author>
+ <author><firstname>Miguel</firstname><surname>Freitas</surname></author>
+ <author><firstname>James</firstname><surname>Courtier-Dutton</surname></author>
+ <author><firstname>Siggi</firstname><surname>Langauf</surname></author>
+ <author><firstname>Marco</firstname><surname>Z&uuml;hlke</surname></author>
+ <author><firstname>Mike</firstname><surname>Melanson</surname></author>
+ <author><firstname>Michael</firstname><surname>Roitzsch</surname></author>
+ </authorgroup>
+ <copyright>
+ <year>2001-2003</year>
+ <holder>the xine project team</holder>
+ </copyright>
+ <abstract>
+ <para>
+ This document should help xine hackers to find their way through
+ xine's architecture and source code. It's a pretty free-form document
+ containing a loose collection of articles describing various aspects
+ of xine's internals.
+ </para>
+ </abstract>
+ </bookinfo>
+
+ &intro;
+ &library;
+ &overview;
+ &internals;
+ &stream;
+ &output;
+
+</book>