diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-02-20 14:23:21 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-02-20 14:23:21 +0000 |
commit | 64c84bfc95d60bb4aa7f29b7ad3769c0572f164a (patch) | |
tree | 5d98ee25a8f4f84e1cc6d46c3990d00a27339ee6 /text.xml | |
parent | Set up basic repo structure (diff) | |
download | devmanual-64c84bfc95d60bb4aa7f29b7ad3769c0572f164a.tar.gz devmanual-64c84bfc95d60bb4aa7f29b7ad3769c0572f164a.tar.bz2 devmanual-64c84bfc95d60bb4aa7f29b7ad3769c0572f164a.zip |
Initial commit :)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@2 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'text.xml')
-rw-r--r-- | text.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/text.xml b/text.xml new file mode 100644 index 0000000..2d2cde2 --- /dev/null +++ b/text.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<guide root="true"> +<chapter> +<title>Master Index</title> + +<body> +<p> +This document is an ongoing work in progress. It contains gaps, inaccuracies, omissions, typos and the occasional outright lie. The intent is to make an handbook giving developers and users correct, detailed, up to date technical content. +</p> +<p> +Contributions are encouraged. See the Contributing to This Document section for how to get started. Thanks for Ciaran for permitting me to continue this and sending me the RST source and needed scripts. +</p> +</body> + +<section> +<title>Contents</title> +<body> +<contentsTree maxdepth="1"/> +</body> +</section> + +<section> +<title>Full Contents</title> +<body> +<contentsTree/> +</body> +</section> +</chapter> + +<include href="quickstart/text.xml"/> +<include href="general-concepts/text.xml"/> +<include href="ebuild-writing/text.xml"/> +</guide> |