From f8800abb927ebe6fdba2ac011724f5e60f704990 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Fri, 13 Aug 2004 16:08:48 +0000 Subject: use common entities file --- docs-tutorial-en.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs-tutorial-en.xml') 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 @@ - - + The Layout of a Tutorial @@ -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. @@ -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"> -- cgit