diff options
author | Tammy Fox <tfox@redhat.com> | 2004-08-13 16:08:48 +0000 |
---|---|---|
committer | Tammy Fox <tfox@redhat.com> | 2004-08-13 16:08:48 +0000 |
commit | f8800abb927ebe6fdba2ac011724f5e60f704990 (patch) | |
tree | 04887c0d56f49774bcd142d3919d17585ed74ad7 | |
parent | 4b18da23a4b4136e724b09f3c5769bf68138b44e (diff) | |
download | documentation-guide-f8800abb927ebe6fdba2ac011724f5e60f704990.tar.gz documentation-guide-f8800abb927ebe6fdba2ac011724f5e60f704990.tar.xz documentation-guide-f8800abb927ebe6fdba2ac011724f5e60f704990.zip |
use common entities file
-rw-r--r-- | docs-intro-en.xml | 4 | ||||
-rw-r--r-- | docs-tutorial-en.xml | 18 | ||||
-rw-r--r-- | docs-xml-tags-en.xml | 10 | ||||
-rw-r--r-- | documentation-guide-en.xml | 12 |
4 files changed, 20 insertions, 24 deletions
diff --git a/docs-intro-en.xml b/docs-intro-en.xml index 19e586f..90adb3c 100644 --- a/docs-intro-en.xml +++ b/docs-intro-en.xml @@ -1,11 +1,11 @@ -<!-- $Id: docs-intro-en.xml,v 1.2 2004/01/19 23:14:46 tfox Exp $ --> +<!-- $Id: docs-intro-en.xml,v 1.3 2004/08/13 16:08:48 tfox Exp $ --> <preface id="ch-intro"> <title>Introduction</title> <para> The goal of the Docs Project is to create easy-to-follow, task-based - documentation for &DISTRO; users and developers. Other than the + documentation for &FC; users and developers. Other than the <citetitle>&IG;</citetitle>, each tutorial should be in DocBook XML article format, with one article per topic. This way, writers can contribute documentation about a specific topic without having to worry diff --git a/docs-tutorial-en.xml b/docs-tutorial-en.xml index 3a0aca0..3d68f89 100644 --- a/docs-tutorial-en.xml +++ b/docs-tutorial-en.xml @@ -1,5 +1,4 @@ -<!-- $Id: docs-tutorial-en.xml,v 1.5 2004/08/12 21:17:05 tfox Exp $ --> - +<!-- $Id: docs-tutorial-en.xml,v 1.6 2004/08/13 16:08:48 tfox Exp $ --> <chapter id="ch-tutorial"> <title>The Layout of a Tutorial</title> @@ -7,7 +6,8 @@ In this chapter, you will find an example of a &PROJECT; documentation parent file. This example is specific to the way the Docs Project uses DocBook XML. The parent file contains the main structural format of the - book, entities that should be used for this book specifically and more. + book, a link to the entities file that contain common entities that should + be used, and an entity to change the version and date of the tutorial. </para> <sect1 id="s1-tutorial-parent"> @@ -22,12 +22,12 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!ENTITY RH "Red Hat"> <!--The generic term "Red Hat" --> -<!ENTITY FORMAL-RHI "&RH;, Inc."> <!--The generic term "Red Hat, Inc. --> -<!ENTITY PROJECT "Fedora project"> <!-- Set the project name --> -<!ENTITY NAME-TITLE "Fedora Project"> <!-- Set the project name, use for titles --> -<!ENTITY DISTRO "Fedora Core"> <!-- Set the distro name --> -<!ENTITY BOOKID "example-tutorial-0.1 (2003-07-07)"> <!-- change version of manual and date here --> +<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.xml"> +%FEDORA-ENTITIES-EN; + +<!ENTITY VERSION "0.1"> <!-- change version of tutorial here --> + +<!ENTITY BOOKID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> <!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> diff --git a/docs-xml-tags-en.xml b/docs-xml-tags-en.xml index af27ea7..0fc2ab0 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.8 2004/08/12 21:33:45 tfox Exp $ --> +<!-- $Id: docs-xml-tags-en.xml,v 1.9 2004/08/13 16:08:48 tfox Exp $ --> <chapter id="ch-xml-tags"> <title>DocBook XML Tags</title> @@ -191,7 +191,7 @@ browser. <screen> <computeroutput> -<!--$Id: docs-xml-tags-en.xml,v 1.8 2004/08/12 21:33:45 tfox Exp $ --> +<!--$Id: docs-xml-tags-en.xml,v 1.9 2004/08/13 16:08:48 tfox Exp $ --> <chapter id="ch-sample"> <title>Sample Chapter</title> @@ -511,7 +511,7 @@ To use the <application>Keyboard Configuration Tool</application>, t <screen> <computeroutput> Nearly every modern-day operating system uses <firstterm>disk -partitions</firstterm>, and &DISTRO; is no exception. +partitions</firstterm>, and &FC; is no exception. </computeroutput> </screen> @@ -521,7 +521,7 @@ partitions</firstterm>, and &DISTRO; is no exception. <para> Nearly every modern-day operating system uses <firstterm>disk - partitions</firstterm>, and &DISTRO; is no exception. + partitions</firstterm>, and &FC; is no exception. </para> </sect1> @@ -1690,7 +1690,7 @@ own entry to refer to. <partintro> <para>This section contains information you will need when you first join the Docs group. You might need to refer to this part again for - information such as installing &DISTRO;.</para> + information such as installing &FC;.</para> </partintro> </computeroutput> </screen> diff --git a/documentation-guide-en.xml b/documentation-guide-en.xml index f77d1a6..4ffd001 100644 --- a/documentation-guide-en.xml +++ b/documentation-guide-en.xml @@ -1,14 +1,10 @@ -<!-- $Id: documentation-guide-en.xml,v 1.12 2004/08/13 15:35:53 tfox Exp $ --> +<!-- $Id: documentation-guide-en.xml,v 1.13 2004/08/13 16:08:48 tfox Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!ENTITY RH "Red Hat"> <!--The generic term "Red Hat" --> -<!ENTITY FORMAL-RHI "&RH;, Inc."> <!--The generic term "Red Hat, Inc. --> -<!ENTITY PROJECT "Fedora project"> <!-- Set the project name --> -<!ENTITY NAME-TITLE "Fedora Project"> <!-- Set the project name, use for titles --> -<!ENTITY DISTRO "Fedora Core"> <!-- Set the distro name --> -<!ENTITY IG "&DISTRO; Installation Guide"> <!-- Always use for Installation Guide --> +<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.xml"> +%FEDORA-ENTITIES-EN; <!ENTITY VERSION "0.2.3"> <!-- version for this document --> @@ -34,7 +30,7 @@ <book id="documentation-guide" lang="en"> <bookinfo> - <title>&NAME-TITLE; Documentation Guide</title> + <title>&FP; Documentation Guide</title> <subtitle>Version &VERSION;</subtitle> <copyright> <year>2003,2004</year> |