summaryrefslogtreecommitdiff
path: root/doc/hackersguide/hackersguide.sgml
blob: e33304110c125088c38d22ae9b98ab04005f3b99 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
<!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>
   <author><firstname>Darren</firstname><surname>Salt</surname></author>
  </authorgroup>
  <copyright>
   <year>2001-2010</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>