From c49e7903e1cf91303ed22f12bfc8c0d44b85fb2c Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Wed, 15 Oct 2003 18:11:01 +0000 Subject: fix example figure tag, add ack chapter --- acknowledgments-en.xml | 22 ++++++++++++++++++++++ acknowledgments.xml | 22 ++++++++++++++++++++++ docs-xml-tags-en.xml | 14 +++++++------- docs-xml-tags.xml | 14 +++++++------- documentation-guide-en.xml | 5 ++++- documentation-guide.xml | 5 ++++- 6 files changed, 66 insertions(+), 16 deletions(-) create mode 100644 acknowledgments-en.xml create mode 100644 acknowledgments.xml 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 @@ + + Acknowledgments + + + 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). + + + + 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. + + + + A patch from Gavin Henry (gavin.henry at magicfx.co.uk) has been applied to + docs-xml-tags.xml to add the trailing slashes to the + figure tag example. + + + diff --git a/acknowledgments.xml b/acknowledgments.xml new file mode 100644 index 0000000..6d41282 --- /dev/null +++ b/acknowledgments.xml @@ -0,0 +1,22 @@ + + Acknowledgments + + + 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). + + + + 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. + + + + A patch from Gavin Henry (gavin.henry at magicfx.co.uk) has been applied to + docs-xml-tags.xml to add the trailing slashes to the + figure tag example. + + + 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 @@ - + DocBook XML Tags @@ -191,7 +191,7 @@ browser. -<!--$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-sample"> <title>Sample Chapter</title> @@ -591,16 +591,16 @@ installed during a server-class installation. <mediaobject> <imageobject> <imagedata fileref="./figs/ksconfig/ksconfig-basic.eps" - format="eps"> + format="EPS"/> </imageobject> <imageobject> <imagedata fileref="./figs/ksconfig/ksconfig-basic.png" - format="png"> + format="PNG"/> </imageobject> <textobject> - <para> + <phrase> Some text description of this image - </para> + </phrase> </textobject> </mediaobject> </figure> @@ -620,7 +620,7 @@ fileref="./figs/ksconfig/ksconfig-basics.eps"> ==> .eps location wo fileref="./figs/ksconfig/ksconfig-basics.png"> ==> .png location would be edited -<para>Some text description of this image</para> ==> "Some text..." would be edited +<phrase>Some text description of this image</phrase> ==> "Some text..." would be edited 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 @@ - + DocBook XML Tags @@ -191,7 +191,7 @@ browser. -<!--$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-sample"> <title>Sample Chapter</title> @@ -591,16 +591,16 @@ installed during a server-class installation. <mediaobject> <imageobject> <imagedata fileref="./figs/ksconfig/ksconfig-basic.eps" - format="eps"> + format="EPS"/> </imageobject> <imageobject> <imagedata fileref="./figs/ksconfig/ksconfig-basic.png" - format="png"> + format="PNG"/> </imageobject> <textobject> - <para> + <phrase> Some text description of this image - </para> + </phrase> </textobject> </mediaobject> </figure> @@ -620,7 +620,7 @@ fileref="./figs/ksconfig/ksconfig-basics.eps"> ==> .eps location wo fileref="./figs/ksconfig/ksconfig-basics.png"> ==> .png location would be edited -<para>Some text description of this image</para> ==> "Some text..." would be edited +<phrase>Some text description of this image</phrase> ==> "Some text..." would be edited 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 @@ - + + ]> @@ -71,4 +72,6 @@ &CVS; + &ACKNOWLEDGMENTS; + 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 @@ - + + ]> @@ -71,4 +72,6 @@ &CVS; + &ACKNOWLEDGMENTS; + -- cgit