diff options
author | Heiko Schaefer <heikos@users.sourceforge.net> | 2001-10-09 18:20:23 +0000 |
---|---|---|
committer | Heiko Schaefer <heikos@users.sourceforge.net> | 2001-10-09 18:20:23 +0000 |
commit | e80a71bbccecbe87ae078323fec30844c57e063c (patch) | |
tree | b1a95257a1b1bc9b9d8bfa1fc2c15b7e2bf1d2ea /doc/hackersguide/intro.sgml | |
parent | 71471d52bbe4a4dad99413ec8347eb3620296d96 (diff) | |
download | xine-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/intro.sgml')
-rw-r--r-- | doc/hackersguide/intro.sgml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/hackersguide/intro.sgml b/doc/hackersguide/intro.sgml new file mode 100644 index 000000000..de9df59c2 --- /dev/null +++ b/doc/hackersguide/intro.sgml @@ -0,0 +1,48 @@ +<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://xine.sf.net">http://xine.sf.net</ulink>. +</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. +</para> + +<para> +This document has no intention to and therefore will never be complete or +current in any way. +</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 on sourceforge: + +<ulink url="http://xine.sf.net/">http://xine.sf.net/</ulink>. +</para> +</sect1> + +<sect1> +<title>Feedback</title> +<para> +All comments, error reports, additional information and criticism of +all sorts should be directed to the xine developer mailing list +<email>xine-devel@lists.sourceforge.net</email>. +</para> +</sect1>
\ No newline at end of file |