[documentation-guide] Start building table of contents, and setup author group

Jared Smith jsmith at fedoraproject.org
Sun Jun 12 04:03:30 UTC 2011


commit bf71cbffce6bfaa06807c1cdf7b608d65afbbf03
Author: Jared K. Smith <jsmith at fedoraproject.org>
Date:   Sun Jun 12 00:02:59 2011 -0400

    Start building table of contents, and setup author group

 en-US/Author_Group.xml        |   15 ++++++++-------
 en-US/documentation-guide.ent |    2 +-
 en-US/documentation-guide.xml |   10 +++++++++-
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/en-US/Author_Group.xml b/en-US/Author_Group.xml
index e1d3f46..a698e3f 100644
--- a/en-US/Author_Group.xml
+++ b/en-US/Author_Group.xml
@@ -5,13 +5,14 @@
 ]>
 <authorgroup>
 	<author>
-		<firstname>Dude</firstname>
-		<surname>McPants</surname>
-		<affiliation>
-			<orgname>Somewhere</orgname>
-			<orgdiv>Someone</orgdiv>
-		</affiliation>
-		<email>Dude.McPants at example.com</email>
+		<firstname>Eric</firstname>
+		<surname>Christensen</surname>
+		<email>sparks at fedoraproject.org</email>
+	</author>
+	<author>
+		<firstname>Jared</firstname>
+		<surname>Smith</surname>
+		<email>jsmith at fedoraproject.org</email>
 	</author>
 </authorgroup>
 
diff --git a/en-US/documentation-guide.ent b/en-US/documentation-guide.ent
index 8991ead..ae57f26 100644
--- a/en-US/documentation-guide.ent
+++ b/en-US/documentation-guide.ent
@@ -1,4 +1,4 @@
 <!ENTITY PRODUCT "Documentation">
 <!ENTITY BOOKID "documentation-guide">
 <!ENTITY YEAR "2011">
-<!ENTITY HOLDER "| You need to change the HOLDER entity in the en-US/documentation-guide.ent file |">
+<!ENTITY HOLDER "Documentation Guide authors">
diff --git a/en-US/documentation-guide.xml b/en-US/documentation-guide.xml
index 07cb920..b52fdff 100644
--- a/en-US/documentation-guide.xml
+++ b/en-US/documentation-guide.xml
@@ -6,7 +6,15 @@
 <book>
 	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<!-- Chapters go here -->
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="workflow.xml"/>
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="docbook.xml"/>
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.xml"/>
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="publican.xml"/>
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="style.xml"/>
+
+	<!-- Revision history -->
 	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<index />
 </book>


More information about the docs-commits mailing list