[documentation-guide] Flesh out the outline for the DocBook chapter

Jared Smith jsmith at fedoraproject.org
Sun Jun 12 04:21:49 UTC 2011


commit 744f2bff271f7c0da3c467558f087fa48da63c01
Author: Jared K. Smith <jsmith at fedoraproject.org>
Date:   Sun Jun 12 00:13:11 2011 -0400

    Flesh out the outline for the DocBook chapter

 en-US/docbook.xml |   41 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 38 insertions(+), 3 deletions(-)
---
diff --git a/en-US/docbook.xml b/en-US/docbook.xml
index 001ad02..71318ab 100644
--- a/en-US/docbook.xml
+++ b/en-US/docbook.xml
@@ -4,9 +4,44 @@
 %BOOK_ENTITIES;
 ]>
 <chapter id="chap-documentation_guide-docbook">
-	<title>Test Chapter</title>
+	<title>Brief Introduction to DocBook</title>
 	<para>
-		This is a test paragraph
+		This chapter will give you a brief introduction to DocBook.
 	</para>
+	<section>
+		<title>Why DocBook?</title>
+		<para/>
+	</section>
+	<section>
+		<title>DocBook as an XML markup language</title>
+		<para/>
+	</section>
+	<section>
+		<title>Human-readable tags</title>
+		<para/>
+	</section>
+	<section>
+		<title>Text-based format for easy revision control</title>
+		<para/>
+	</section>
+	<section>
+		<title>Separation between content and style</title>
+		<para/>
+	</section>
+	<section>
+		<title>Output in a variety of formats</title>
+		<para/>
+	</section>
+	<section>
+		<title>Common DocBook tags</title>
+		<para/>
+	</section>
+	<section>
+		<title>Dividing a document into multiple files with XIncludes</title>
+		<para/>
+	</section>
+	<section>
+		<title>Entities: With great power comes great responsibility</title>
+		<para/>
+	</section>
 </chapter>
-


More information about the docs-commits mailing list