summaryrefslogtreecommitdiff
path: root/doc/hackersguide/hackersguide.sgml
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-10-09 18:20:23 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-10-09 18:20:23 +0000
commite80a71bbccecbe87ae078323fec30844c57e063c (patch)
treeb1a95257a1b1bc9b9d8bfa1fc2c15b7e2bf1d2ea /doc/hackersguide/hackersguide.sgml
parent71471d52bbe4a4dad99413ec8347eb3620296d96 (diff)
downloadxine-lib-e80a71bbccecbe87ae078323fec30844c57e063c.tar.gz
xine-lib-e80a71bbccecbe87ae078323fec30844c57e063c.tar.bz2
initial xine hacker's guide stuff
CVS patchset: 778 CVS date: 2001/10/09 18:20:23
Diffstat (limited to 'doc/hackersguide/hackersguide.sgml')
-rw-r--r--doc/hackersguide/hackersguide.sgml34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/hackersguide/hackersguide.sgml b/doc/hackersguide/hackersguide.sgml
new file mode 100644
index 000000000..a910b1c2b
--- /dev/null
+++ b/doc/hackersguide/hackersguide.sgml
@@ -0,0 +1,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&uuml;nter</firstname><surname>Bartsch</surname></author>
+ <author><firstname>Heiko</firstname><surname>Sch&auml;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>