grim/purple-objects-docbook

made the todo an appendix

2009-04-30, Gary Kramlich
457f4ea1a35f
Parents 2e8c3e6bb219
Children e2e2ba6fb06a
made the todo an appendix
moved it to later in the doc to make the appendicies together
--- a/sheets/devtodo.xsl Thu Apr 30 02:09:25 2009 -0500
+++ b/sheets/devtodo.xsl Thu Apr 30 02:19:42 2009 -0500
@@ -35,7 +35,7 @@
<!-- main template -->
<xsl:template match="todo">
- <xsl:element name="chapter">
+ <xsl:element name="appendix">
<xsl:attribute name="id">todo</xsl:attribute>
<xsl:element name="title">
--- a/xml/purple-objects.xml Thu Apr 30 02:09:25 2009 -0500
+++ b/xml/purple-objects.xml Thu Apr 30 02:19:42 2009 -0500
@@ -7,7 +7,6 @@
</bookinfo>
<xi:include href="about.xml"/>
- <xi:include href="todo.xml"/>
<xi:include href="graphs.xml"/>
<xi:include href="plugins.xml"/>
<xi:include href="plugin-loaders.xml"/>
@@ -20,5 +19,6 @@
<xi:include href="filetransfers.xml"/>
<xi:include href="pounces.xml"/>
+ <xi:include href="todo.xml"/>
<xi:include href="revhistory.xml"/>
</book>
--- a/xml/todo.xml Thu Apr 30 02:09:25 2009 -0500
+++ b/xml/todo.xml Thu Apr 30 02:19:42 2009 -0500
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<chapter id="todo">
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<appendix id="todo">
<title>TODO List</title>
<variablelist>
<varlistentry>
@@ -14,4 +14,4 @@
</term>
</varlistentry>
</variablelist>
-</chapter>
+</appendix>