[fedora-cookbook] master: Set up document structure (3a607a0)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Fri Mar 21 22:05:49 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/fedora-cookbook.git

On branch  : master

>---------------------------------------------------------------

commit 3a607a0156e28ee72d7f9a93ff5b3c1d927998ee
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Fri Mar 21 18:05:10 2014 -0400

    Set up document structure


>---------------------------------------------------------------

 en-US/Chapter.xml                            |   33 --------------------------
 en-US/Documenting_Fedora.xml                 |   13 ++++++++++
 en-US/Fedora_Cookbook.xml                    |    2 +-
 3 files changed, 14 insertions(+), 34 deletions(-)

diff --git a/en-US/Chapter.xml b/en-US/Chapter.xml
deleted file mode 100644
index 45ca5d5..0000000
--- a/en-US/Chapter.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
-%BOOK_ENTITIES;
-]>
-<chapter id="chap-Documentation-Fedora_Cookbook-Test_Chapter">
-	<title>Test Chapter</title>
-	<para>
-		This is a test paragraph
-	</para>
-	<section id="sect-Documentation-Fedora_Cookbook-Test_Chapter-Test_Section_1">
-		<title>Test Section 1</title>
-		<para>
-			This is a test paragraph in a section
-		</para>
-	</section>
-	
-	<section id="sect-Documentation-Fedora_Cookbook-Test_Chapter-Test_Section_2">
-		<title>Test Section 2</title>
-		<para>
-			This is a test paragraph in Section 2
-			<orderedlist>
-				<listitem>
-					<para>
-						This is a test listitem.
-					</para>
-				</listitem>
-			</orderedlist>
-		</para>
-	</section>
-
-</chapter>
-
diff --git a/en-US/Documenting_Fedora.xml b/en-US/Documenting_Fedora.xml
new file mode 100644
index 0000000..a4e88ef
--- /dev/null
+++ b/en-US/Documenting_Fedora.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-Documentation-Fedora_Cookbook-Test_Chapter">
+	<title>Documenting Fedora</title>
+	<para>
+		This chapter explains how to write documentation for Fedora, such as submissions to this guide.
+	</para>
+  <xi:include href="Documenting_Fedora/writing_recipes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</chapter>
+
diff --git a/en-US/Documenting_Fedora/writing_recipes.xml b/en-US/Documenting_Fedora/writing_recipes.xml
new file mode 100644
index 0000000..e69de29
diff --git a/en-US/Fedora_Cookbook.xml b/en-US/Fedora_Cookbook.xml
index 80e82ee..aeb633d 100644
--- a/en-US/Fedora_Cookbook.xml
+++ b/en-US/Fedora_Cookbook.xml
@@ -6,7 +6,7 @@
 <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" />
+  <xi:include href="Documentatimg_Fedora.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<index />
 </book>



More information about the docs-commits mailing list