summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-10-15 18:11:01 +0000
committerTammy Fox <tfox@redhat.com>2003-10-15 18:11:01 +0000
commitc49e7903e1cf91303ed22f12bfc8c0d44b85fb2c (patch)
tree680cd2c90568710f54de15ac7dcd12ce87de47c5
parent0036ca323f10ce9582400683d4b129ce23dd8780 (diff)
downloaddocumentation-guide-c49e7903e1cf91303ed22f12bfc8c0d44b85fb2c.tar.gz
documentation-guide-c49e7903e1cf91303ed22f12bfc8c0d44b85fb2c.tar.xz
documentation-guide-c49e7903e1cf91303ed22f12bfc8c0d44b85fb2c.zip
fix example figure tag, add ack chapter
-rw-r--r--acknowledgments-en.xml22
-rw-r--r--acknowledgments.xml22
-rw-r--r--docs-xml-tags-en.xml14
-rw-r--r--docs-xml-tags.xml14
-rw-r--r--documentation-guide-en.xml5
-rw-r--r--documentation-guide.xml5
6 files changed, 66 insertions, 16 deletions
diff --git a/acknowledgments-en.xml b/acknowledgments-en.xml
new file mode 100644
index 0000000..6d41282
--- /dev/null
+++ b/acknowledgments-en.xml
@@ -0,0 +1,22 @@
+ <chapter id="acknowledgments">
+ <title>Acknowledgments</title>
+
+ <para>
+ This document is based on the a document started by Tammy Fox (tfox at
+ redhat.com) and contributed to by Sandra Moore (smoore at redhat.com) and
+ Johnray Fuller (jrfuller at redhat.com).
+ </para>
+
+ <para>
+ A patch from Roozbeh Pournader (roozbeh at sharif.edu) has been applied to
+ fix a few typos and explain that anonymous CVS access does not allow
+ commits.
+ </para>
+
+ <para>
+ A patch from Gavin Henry (gavin.henry at magicfx.co.uk) has been applied to
+ <filename>docs-xml-tags.xml</filename> to add the trailing slashes to the
+ figure tag example.
+ </para>
+
+ </chapter>
diff --git a/acknowledgments.xml b/acknowledgments.xml
new file mode 100644
index 0000000..6d41282
--- /dev/null
+++ b/acknowledgments.xml
@@ -0,0 +1,22 @@
+ <chapter id="acknowledgments">
+ <title>Acknowledgments</title>
+
+ <para>
+ This document is based on the a document started by Tammy Fox (tfox at
+ redhat.com) and contributed to by Sandra Moore (smoore at redhat.com) and
+ Johnray Fuller (jrfuller at redhat.com).
+ </para>
+
+ <para>
+ A patch from Roozbeh Pournader (roozbeh at sharif.edu) has been applied to
+ fix a few typos and explain that anonymous CVS access does not allow
+ commits.
+ </para>
+
+ <para>
+ A patch from Gavin Henry (gavin.henry at magicfx.co.uk) has been applied to
+ <filename>docs-xml-tags.xml</filename> to add the trailing slashes to the
+ figure tag example.
+ </para>
+
+ </chapter>
diff --git a/docs-xml-tags-en.xml b/docs-xml-tags-en.xml
index bc43f8b..f0f76df 100644
--- a/docs-xml-tags-en.xml
+++ b/docs-xml-tags-en.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-xml-tags-en.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
+<!-- $Id: docs-xml-tags-en.xml,v 1.2 2003/10/15 18:11:01 tfox Exp $ -->
<chapter id="ch-xml-tags">
<title>DocBook XML Tags</title>
@@ -191,7 +191,7 @@ browser.
<screen>
<computeroutput>
-&lt;!--$Id: docs-xml-tags-en.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ --&gt;
+&lt;!--$Id: docs-xml-tags-en.xml,v 1.2 2003/10/15 18:11:01 tfox Exp $ --&gt;
&lt;chapter id="ch-sample"&gt;
&lt;title&gt;Sample Chapter&lt;/title&gt;
@@ -591,16 +591,16 @@ installed during a server-class installation.
&lt;mediaobject&gt;
&lt;imageobject&gt;
&lt;imagedata fileref="./figs/ksconfig/ksconfig-basic.eps"
- format="eps"&gt;
+ format="EPS"/&gt;
&lt;/imageobject&gt;
&lt;imageobject&gt;
&lt;imagedata fileref="./figs/ksconfig/ksconfig-basic.png"
- format="png"&gt;
+ format="PNG"/&gt;
&lt;/imageobject&gt;
&lt;textobject&gt;
- &lt;para&gt;
+ &lt;phrase&gt;
Some text description of this image
- &lt;/para&gt;
+ &lt;/phrase&gt;
&lt;/textobject&gt;
&lt;/mediaobject&gt;
&lt;/figure&gt;
@@ -620,7 +620,7 @@ fileref="./figs/ksconfig/ksconfig-basics.eps"&gt; <emphasis>==> .eps location wo
fileref="./figs/ksconfig/ksconfig-basics.png"&gt; <emphasis>==> .png location would be edited</emphasis>
-&lt;para&gt;Some text description of this image&lt;/para&gt; <emphasis>==> "Some text..." would be edited</emphasis>
+&lt;phrase&gt;Some text description of this image&lt;/phrase&gt; <emphasis>==> "Some text..." would be edited</emphasis>
</screen>
</sect1>
diff --git a/docs-xml-tags.xml b/docs-xml-tags.xml
index f391902..6bbce6e 100644
--- a/docs-xml-tags.xml
+++ b/docs-xml-tags.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-xml-tags.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
+<!-- $Id: docs-xml-tags.xml,v 1.2 2003/10/15 18:11:01 tfox Exp $ -->
<chapter id="ch-xml-tags">
<title>DocBook XML Tags</title>
@@ -191,7 +191,7 @@ browser.
<screen>
<computeroutput>
-&lt;!--$Id: docs-xml-tags.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ --&gt;
+&lt;!--$Id: docs-xml-tags.xml,v 1.2 2003/10/15 18:11:01 tfox Exp $ --&gt;
&lt;chapter id="ch-sample"&gt;
&lt;title&gt;Sample Chapter&lt;/title&gt;
@@ -591,16 +591,16 @@ installed during a server-class installation.
&lt;mediaobject&gt;
&lt;imageobject&gt;
&lt;imagedata fileref="./figs/ksconfig/ksconfig-basic.eps"
- format="eps"&gt;
+ format="EPS"/&gt;
&lt;/imageobject&gt;
&lt;imageobject&gt;
&lt;imagedata fileref="./figs/ksconfig/ksconfig-basic.png"
- format="png"&gt;
+ format="PNG"/&gt;
&lt;/imageobject&gt;
&lt;textobject&gt;
- &lt;para&gt;
+ &lt;phrase&gt;
Some text description of this image
- &lt;/para&gt;
+ &lt;/phrase&gt;
&lt;/textobject&gt;
&lt;/mediaobject&gt;
&lt;/figure&gt;
@@ -620,7 +620,7 @@ fileref="./figs/ksconfig/ksconfig-basics.eps"&gt; <emphasis>==> .eps location wo
fileref="./figs/ksconfig/ksconfig-basics.png"&gt; <emphasis>==> .png location would be edited</emphasis>
-&lt;para&gt;Some text description of this image&lt;/para&gt; <emphasis>==> "Some text..." would be edited</emphasis>
+&lt;phrase&gt;Some text description of this image&lt;/phrase&gt; <emphasis>==> "Some text..." would be edited</emphasis>
</screen>
</sect1>
diff --git a/documentation-guide-en.xml b/documentation-guide-en.xml
index fe82600..4560d2b 100644
--- a/documentation-guide-en.xml
+++ b/documentation-guide-en.xml
@@ -1,4 +1,4 @@
-<!-- $Id: documentation-guide-en.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
+<!-- $Id: documentation-guide-en.xml,v 1.2 2003/10/15 18:11:01 tfox Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
@@ -23,6 +23,7 @@
<!ENTITY TUTORIAL SYSTEM "docs-tutorial.xml">
<!ENTITY CONVERTING SYSTEM "docs-converting.xml">
<!ENTITY CVS SYSTEM "../common/cvs.xml">
+<!ENTITY ACKNOWLEDGMENTS SYSTEM "acknowledgments.xml">
]>
@@ -71,4 +72,6 @@
&CVS;
+ &ACKNOWLEDGMENTS;
+
</book>
diff --git a/documentation-guide.xml b/documentation-guide.xml
index cb266ab..50fc212 100644
--- a/documentation-guide.xml
+++ b/documentation-guide.xml
@@ -1,4 +1,4 @@
-<!-- $Id: documentation-guide.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
+<!-- $Id: documentation-guide.xml,v 1.2 2003/10/15 18:11:01 tfox Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
@@ -23,6 +23,7 @@
<!ENTITY TUTORIAL SYSTEM "docs-tutorial.xml">
<!ENTITY CONVERTING SYSTEM "docs-converting.xml">
<!ENTITY CVS SYSTEM "../common/cvs.xml">
+<!ENTITY ACKNOWLEDGMENTS SYSTEM "acknowledgments.xml">
]>
@@ -71,4 +72,6 @@
&CVS;
+ &ACKNOWLEDGMENTS;
+
</book>