blob: a910b1c2be0c017d53b2d6d62bd0eb76d73bbeb0 (
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
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY intro SYSTEM "intro.sgml">
]>
<book>
<bookinfo>
<title>The xine hacker's guide</title>
<titleabbrev>hackersguide</titleabbrev>
<authorgroup>
<author><firstname>Günter</firstname><surname>Bartsch</surname></author>
<author><firstname>Heiko</firstname><surname>Schäfer</surname></author>
</authorgroup>
<copyright>
<year>2001</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>
<chapter id="intro">
<title>Introduction</title>
&intro;
</chapter>
</book>
|