summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-03-21 18:05:10 -0400
committerPete Travis <immanetize@fedoraproject.org>2014-03-21 18:05:10 -0400
commit3a607a0156e28ee72d7f9a93ff5b3c1d927998ee (patch)
tree966a200df8e7b6b0cab15077afbf32db3346a95c
parenta720b8d3016308af020df07635556fa2ab9b4f01 (diff)
downloadfedora-cookbook-3a607a0156e28ee72d7f9a93ff5b3c1d927998ee.tar.gz
fedora-cookbook-3a607a0156e28ee72d7f9a93ff5b3c1d927998ee.tar.xz
fedora-cookbook-3a607a0156e28ee72d7f9a93ff5b3c1d927998ee.zip
Set up document structure
-rw-r--r--en-US/Chapter.xml33
-rw-r--r--en-US/Documenting_Fedora.xml13
-rw-r--r--en-US/Documenting_Fedora/writing_recipes.xml0
-rw-r--r--en-US/Fedora_Cookbook.xml2
4 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
--- /dev/null
+++ b/en-US/Documenting_Fedora/writing_recipes.xml
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>