summaryrefslogtreecommitdiff
path: root/doc/hackersguide/hackersguide.sgml
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 19:32:52 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 19:32:52 +0200
commit2a4dbb619807a5da276e21463eee3c1fc07840e1 (patch)
tree46390b4483a08c6e9357c0d7fe86ebca06153440 /doc/hackersguide/hackersguide.sgml
parentdea81a1e14eb9d5c9d4ec971d0041f61ef08c6ca (diff)
downloadxine-lib-2a4dbb619807a5da276e21463eee3c1fc07840e1.tar.gz
xine-lib-2a4dbb619807a5da276e21463eee3c1fc07840e1.tar.bz2
Rename the sgml files to docbook (xml).
--HG-- rename : doc/hackersguide/hackersguide.sgml => doc/hackersguide/hackersguide.docbook rename : doc/hackersguide/internals.sgml => doc/hackersguide/internals.docbook rename : doc/hackersguide/intro.sgml => doc/hackersguide/intro.docbook rename : doc/hackersguide/library.sgml => doc/hackersguide/library.docbook rename : doc/hackersguide/output.sgml => doc/hackersguide/output.docbook rename : doc/hackersguide/overview.sgml => doc/hackersguide/overview.docbook rename : doc/hackersguide/stream.sgml => doc/hackersguide/stream.docbook
Diffstat (limited to 'doc/hackersguide/hackersguide.sgml')
-rw-r--r--doc/hackersguide/hackersguide.sgml47
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/hackersguide/hackersguide.sgml b/doc/hackersguide/hackersguide.sgml
deleted file mode 100644
index ebc42d4c7..000000000
--- a/doc/hackersguide/hackersguide.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!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>