summaryrefslogtreecommitdiffstats
path: root/doc/release-notes/en-US/Chapter.xml
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2012-06-01 10:30:34 +0530
committerVijay Bellur <vijay@gluster.com>2012-06-04 03:49:23 -0700
commit281c79c3766ca6a912e419d0cde24d1b8c457cbe (patch)
tree37e043f7af648310ac09b42d8a9d180080c72cc3 /doc/release-notes/en-US/Chapter.xml
parentf037fe9143706375bea140b61fd87d13e5b2b961 (diff)
doc: added release-notes directory
Change-Id: Idd45c0fe6a0615a3204aad216002894746cea03c Signed-off-by: Amar Tumballi <amarts@redhat.com> Reviewed-on: http://review.gluster.com/3501 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'doc/release-notes/en-US/Chapter.xml')
-rw-r--r--doc/release-notes/en-US/Chapter.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/release-notes/en-US/Chapter.xml b/doc/release-notes/en-US/Chapter.xml
new file mode 100644
index 00000000000..8a2957971af
--- /dev/null
+++ b/doc/release-notes/en-US/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 "Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-Release_Notes-Test_Chapter">
+ <title>Test Chapter</title>
+ <para>
+ This is a test paragraph
+ </para>
+ <section id="sect-Release_Notes-Test_Chapter-Test_Section_1">
+ <title>Test Section 1</title>
+ <para>
+ This is a test paragraph in a section
+ </para>
+ </section>
+
+ <section id="sect-Release_Notes-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>
+