[release-notes] fixing some markup. Docbook DTD likes <indexterm> after <title> within a section.

Pete Travis immanetize at fedoraproject.org
Wed May 15 00:28:40 UTC 2013


commit 35f3aaae35f476ebdd75a8497a6e08975ec42c66
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue May 14 18:28:38 2013 -0600

    fixing some markup. Docbook DTD likes <indexterm> after <title> within a section.

 en-US/Cloud.xml          |   11 +++++++----
 en-US/System_Daemons.xml |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/en-US/Cloud.xml b/en-US/Cloud.xml
index 6477f90..b84acc0 100644
--- a/en-US/Cloud.xml
+++ b/en-US/Cloud.xml
@@ -4,15 +4,17 @@
 <?xml-stylesheet href="http://www.informatik.fh-wiesbaden.de/~werntges/home_t/proj/dbkcss102/wysiwygdocbook1.02/driver.css" type="text/css"?>
 
 <section id="sect_Cloud">
-  <indexterm><primary>cloud</primary></indexterm>
+  
   <title>Cloud</title>
+  <indexterm><primary>cloud</primary></indexterm>
   <para />
   <section id="sect_Cloud-Ready_to_run">
+    <title>Ready-to-run cloud images</title>
     <indexterm><primary>EC2</primary></indexterm>
     <indexterm><primary>OpenStack</primary></indexterm>
     <indexterm><primary>CloudStack</primary></indexterm>
     <indexterm><primary>Eucalyptus</primary></indexterm>
-    <title>Ready-to-run cloud images</title>
+   
     <para>Ready-to-run cloud images are provided as part of Fedora &PRODVER;.
       These are available in Amazon EC2 or for direct download. The downloadable
       images are available in compressed raw image format and in qcow2 for
@@ -21,15 +23,16 @@
       metadata services for provisioning SSH keys.</para>
   </section>
   <section id="sect_Cloud-OpenShift">
-    <indexterm><primary>OpenStack</primary><secondary>Origin</secondary></indexterm>
+    
     <title>OpenShift Origin</title>
+    <indexterm><primary>OpenStack</primary><secondary>Origin</secondary></indexterm>
     <para>OpenShift Origin, the community-supported version of Red Hat's
       OpenShift, is available for the first time in Fedora &PRODVER;.</para>
   </section>
 
   <section id="sect_Cloud-OpenStack">
-    <indexterm><primary>OpenStack</primary><secondary>Grizzly</secondary></indexterm>
     <title>OpenStack Grizzly</title>
+<indexterm><primary>OpenStack</primary><secondary>Grizzly</secondary></indexterm>
     <para>OpenStack is upgraded to the latest stable release, code named
       "Grizzly". OpenStack Grizzly includes the Incubation projects Heat and
       Ceiliometer, as well as numerous other upgrades and improvements. A detailed
diff --git a/en-US/System_Daemons.xml b/en-US/System_Daemons.xml
index ca0f305..675151a 100644
--- a/en-US/System_Daemons.xml
+++ b/en-US/System_Daemons.xml
@@ -87,8 +87,8 @@
         
       </simplelist>
     </para>
+    </section>
   </section>
-    
 
 
 </section>


More information about the docs-commits mailing list