summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-04-24 22:03:06 +0000
committerPaul W. Frields <stickster@gmail.com>2005-04-24 22:03:06 +0000
commit49119f022a7ac3a0461d024e1be550e475ad43d8 (patch)
tree35d23ebb9f3f145a39c3cb556a9a6d38f2d2b9bd
parent062bbe3bf265a32a646e06d9b74617bf8fdffc6a (diff)
downloadfedora-doc-utils-49119f022a7ac3a0461d024e1be550e475ad43d8.tar.gz
fedora-doc-utils-49119f022a7ac3a0461d024e1be550e475ad43d8.tar.xz
fedora-doc-utils-49119f022a7ac3a0461d024e1be550e475ad43d8.zip
Added obsolete and legacy doc notices to common entities
-rw-r--r--common/fedora-entities-en.xml5
-rw-r--r--common/legacynotice-en.xml17
-rw-r--r--common/obsoletenotice-en.xml14
3 files changed, 34 insertions, 2 deletions
diff --git a/common/fedora-entities-en.xml b/common/fedora-entities-en.xml
index 700378c..89437e6 100644
--- a/common/fedora-entities-en.xml
+++ b/common/fedora-entities-en.xml
@@ -1,4 +1,4 @@
-<!-- $Id: fedora-entities-en.xml,v 1.8 2004/12/01 02:20:32 tfox Exp $ -->
+<!-- $Id: fedora-entities-en.xml,v 1.9 2005/04/24 22:03:06 pfrields Exp $ -->
<!--
These common entities are useful shorthand
@@ -56,4 +56,5 @@
<!-- ************** draftnotice ************* -->
<!ENTITY DRAFTNOTICE SYSTEM "./draftnotice-en.xml">
-
+<!ENTITY LEGACYNOTICE SYSTEM "./legacynotice-en.xml">
+<!ENTITY OBSOLETENOTICE SYSTEM "./obsoletenotice-en.xml">
diff --git a/common/legacynotice-en.xml b/common/legacynotice-en.xml
new file mode 100644
index 0000000..e7e140c
--- /dev/null
+++ b/common/legacynotice-en.xml
@@ -0,0 +1,17 @@
+<note>
+ <title>LEGACY DOCUMENT</title>
+ <para>
+ This document relates to a version of &FC; that is no longer
+ supported by the &FP;. Changes in later versions of &FC; may have
+ made this document inaccurate. Please check the &FDP; website at
+ &FDPDOCS-URL; for a current version before you continue reading this
+ document.
+ </para>
+
+ <para>
+ This version of the document will not be changed or amended, except
+ to correct errors that may result in data loss or a system security
+ weakness. If you believe that you have found such an error, please
+ report it via &BZ; in bug &BUG-NUM;.
+ </para>
+</note>
diff --git a/common/obsoletenotice-en.xml b/common/obsoletenotice-en.xml
new file mode 100644
index 0000000..b00c915
--- /dev/null
+++ b/common/obsoletenotice-en.xml
@@ -0,0 +1,14 @@
+<note>
+ <title>OBSOLETE DOCUMENT</title>
+ <para>
+ This document relates to a version of &FC; that is no longer
+ supported. Changes in later versions of &FC; may have made this
+ document inaccurate. Please check the &FDP; website at
+ &FDPDOCS-URL; for a current version before you continue reading this
+ document.
+ </para>
+
+ <para>
+ This version of the document will not be changed or amended.
+ </para>
+</note>