summaryrefslogtreecommitdiffstats
path: root/doc/legacy/docbook/Chapter.xml
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2013-07-03 13:02:29 +0530
committerVijay Bellur <vbellur@redhat.com>2013-07-08 23:58:36 -0700
commit60bdca792b7e572b4d79382dada1c6b93bebdd0e (patch)
tree6582900533f0214561e41176041095fde5bb72a4 /doc/legacy/docbook/Chapter.xml
parent0d9fe510e7a3204c524ca88d8679c0cb20c101b2 (diff)
doc: Moved non-relevant documentation files to legacy
Change-Id: I2d34e5a4e47cd03d301d9fd2525fb61ae997fcb8 BUG: 811311 Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/5277 Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc/legacy/docbook/Chapter.xml')
-rw-r--r--doc/legacy/docbook/Chapter.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/legacy/docbook/Chapter.xml b/doc/legacy/docbook/Chapter.xml
new file mode 100644
index 000000000..4a1cef872
--- /dev/null
+++ b/doc/legacy/docbook/Chapter.xml
@@ -0,0 +1,33 @@
+<?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 "Administration_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-Administration_Guide-Test_Chapter">
+ <title>Test Chapter</title>
+ <para>
+ This is a test paragraph
+ </para>
+ <section id="sect-Administration_Guide-Test_Chapter-Test_Section_1">
+ <title>Test Section 1</title>
+ <para>
+ This is a test paragraph in a section
+ </para>
+ </section>
+
+ <section id="sect-Administration_Guide-Test_Chapter-Test_Section_2">
+ <title>Test Section 2</title>
+ <para>
+ This is a test paragraph in Section 2
+ <orderedlist>
+ <listitem>
+ <para>
+ listitem text
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ </section>
+
+</chapter>
+