diff options
-rw-r--r-- | docs-tutorial-en.xml | 4 | ||||
-rw-r--r-- | docs-tutorial-zh_CN.xml | 4 | ||||
-rw-r--r-- | documentation-guide-en.xml | 4 | ||||
-rw-r--r-- | documentation-guide-zh_CN.xml | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/docs-tutorial-en.xml b/docs-tutorial-en.xml index 88aae9c..d748721 100644 --- a/docs-tutorial-en.xml +++ b/docs-tutorial-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: docs-tutorial-en.xml,v 1.7 2004/08/31 15:45:53 tfox Exp $ --> +<!-- $Id: docs-tutorial-en.xml,v 1.8 2005/12/28 00:40:27 pfrields Exp $ --> <chapter id="ch-tutorial"> <title>The Layout of a Tutorial</title> @@ -27,7 +27,7 @@ <!ENTITY VERSION "0.1"> <!-- change version of tutorial here --> -<!ENTITY BOOKID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> +<!ENTITY DOCID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> <!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> diff --git a/docs-tutorial-zh_CN.xml b/docs-tutorial-zh_CN.xml index 6a7e494..a24e3bc 100644 --- a/docs-tutorial-zh_CN.xml +++ b/docs-tutorial-zh_CN.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $Id: docs-tutorial-zh_CN.xml,v 1.2 2005/12/17 13:28:38 bbbush Exp $ --><chapter id="ch-tutorial"> +<!-- $Id: docs-tutorial-zh_CN.xml,v 1.3 2005/12/28 00:40:27 pfrields Exp $ --><chapter id="ch-tutorial"> <title>文档的布局</title> <para>在本章您将看到 &PROJECT; 文档中,主控文件的示例。这个示例与 Docs Project 处理 DocBook XML 的方式相关。主控文件包含文档的主要结构,以及到定义公共实体的文件的链接,还包括定义文档版本和日期的实体。</para> <sect1 id="s1-tutorial-parent"> @@ -15,7 +15,7 @@ <!ENTITY VERSION "0.1"> <!-- change version of tutorial here --> -<!ENTITY BOOKID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> +<!ENTITY DOCID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> <!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> diff --git a/documentation-guide-en.xml b/documentation-guide-en.xml index 7d7ad19..a83b8b6 100644 --- a/documentation-guide-en.xml +++ b/documentation-guide-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: documentation-guide-en.xml,v 1.22 2005/12/13 21:56:24 jtr Exp $ --> +<!-- $Id: documentation-guide-en.xml,v 1.23 2005/12/28 00:40:27 pfrields Exp $ --> <!-- breaks the build ... <?xml version="1.0" encoding="utf-8"?> --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ @@ -9,7 +9,7 @@ <!ENTITY VERSION "0.2.6.3"> <!-- version for this document --> -<!ENTITY BOOKID "documentation-guide-&VERSION; (2005-09-18)"> <!-- change date here and VERSION entity everytime a change is made--> +<!ENTITY DOCID "documentation-guide-&VERSION; (2005-09-18)"> <!-- change date here and VERSION entity everytime a change is made--> <!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml"> diff --git a/documentation-guide-zh_CN.xml b/documentation-guide-zh_CN.xml index 1a29334..49b5df7 100644 --- a/documentation-guide-zh_CN.xml +++ b/documentation-guide-zh_CN.xml @@ -4,7 +4,7 @@ <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-zh_CN.ent"> %FEDORA-ENTITIES-EN; <!ENTITY VERSION "0.2.6.3"> -<!ENTITY BOOKID "documentation-guide-&VERSION; (2005-09-18)"> +<!ENTITY DOCID "documentation-guide-&VERSION; (2005-09-18)"> <!ENTITY INTRODUCTION SYSTEM "docs-intro-zh_CN.xml" > <!ENTITY GETTINGFILES SYSTEM "docs-getting-files-zh_CN.xml" > <!ENTITY GUIDELINES SYSTEM "docs-rh-guidelines-zh_CN.xml" > |