summaryrefslogtreecommitdiffstats
path: root/docs-tutorial-en.xml
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2004-08-13 16:08:48 +0000
committerTammy Fox <tfox@redhat.com>2004-08-13 16:08:48 +0000
commitf8800abb927ebe6fdba2ac011724f5e60f704990 (patch)
tree04887c0d56f49774bcd142d3919d17585ed74ad7 /docs-tutorial-en.xml
parent4b18da23a4b4136e724b09f3c5769bf68138b44e (diff)
downloaddocumentation-guide-f8800abb927ebe6fdba2ac011724f5e60f704990.tar.gz
documentation-guide-f8800abb927ebe6fdba2ac011724f5e60f704990.tar.xz
documentation-guide-f8800abb927ebe6fdba2ac011724f5e60f704990.zip
use common entities file
Diffstat (limited to 'docs-tutorial-en.xml')
-rw-r--r--docs-tutorial-en.xml18
1 files changed, 9 insertions, 9 deletions
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 @@
&lt;!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-&lt;!ENTITY RH "Red Hat"&gt; &lt;!--The generic term "Red Hat" --&gt;
-&lt;!ENTITY FORMAL-RHI "&RH;, Inc."&gt; &lt;!--The generic term "Red Hat, Inc. --&gt;
-&lt;!ENTITY PROJECT "Fedora project"&gt; &lt;!-- Set the project name --&gt;
-&lt;!ENTITY NAME-TITLE "Fedora Project"&gt; &lt;!-- Set the project name, use for titles --&gt;
-&lt;!ENTITY DISTRO "Fedora Core"&gt; &lt;!-- Set the distro name --&gt;
-&lt;!ENTITY BOOKID "example-tutorial-0.1 (2003-07-07)"&gt; &lt;!-- change version of manual and date here --&gt;
+&lt;!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.xml"&gt;
+%FEDORA-ENTITIES-EN;
+
+&lt;!ENTITY VERSION "0.1"&gt; &lt;!-- change version of tutorial here --&gt;
+
+&lt;!ENTITY BOOKID "example-tutorial-&amp;VERSION; (2003-07-07)"&gt; &lt;!-- change last modified date here --&gt;
&lt;!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"&gt;