diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 19:32:52 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 19:32:52 +0200 |
commit | 2a4dbb619807a5da276e21463eee3c1fc07840e1 (patch) | |
tree | 46390b4483a08c6e9357c0d7fe86ebca06153440 /doc/hackersguide/intro.docbook | |
parent | dea81a1e14eb9d5c9d4ec971d0041f61ef08c6ca (diff) | |
download | xine-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/intro.docbook')
-rw-r--r-- | doc/hackersguide/intro.docbook | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/hackersguide/intro.docbook b/doc/hackersguide/intro.docbook new file mode 100644 index 000000000..c7dce6254 --- /dev/null +++ b/doc/hackersguide/intro.docbook @@ -0,0 +1,54 @@ +<chapter id="intro"> + <title>Introduction</title> + + <sect1> + <title>Where am I?</title> + <para> + You are currently looking at a piece of documentation for xine. + xine is a free video player. It lives on + <ulink url="http://xinehq.de/">http://xinehq.de/</ulink>. Specifically + this document goes under the moniker of the "xine Hackers' Guide". + </para> + </sect1> + + <sect1> + <title>What does this text do?</title> + <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. It has been written by a number of people who work + on xine themselves and is intended to provide the important concepts and + methods used within xine. Readers should not consider this document to be + an exhausative description of the internals of xine. As with all projects + which provide access, the source-code should be considered the definitive + source of information. + </para> + </sect1> + + <sect1> + <title>New versions of this document</title> + <para> + This document is being developed in the xine-lib cvs repository within + the directory <filename>doc/hackersguide/</filename>. If you are + unsure what to do with the stuff in that directory, please read the + <filename>README</filename> file located there. + </para> + <para> + New versions of this document can also be obtained from the xine web site: + <ulink url="http://xinehq.de/">http://xinehq.de/</ulink>. + </para> + </sect1> + + <sect1> + <title>Feedback</title> + <para> + All comments, error reports, additional information and criticism + concerning this document should be directed to the xine documentations + mailing list <email>xine-docs@lists.sourceforge.net</email>. + Questions about xine hacking in general should be sent to the + developer mailing list <email>xine-devel@lists.sourceforge.net</email>. + </para> + </sect1> + +</chapter> |