summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-08-16 21:55:59 +0000
committerPaul W. Frields <stickster@gmail.com>2005-08-16 21:55:59 +0000
commitc73d669a4d5b8410232330edca53e5096ed94c3f (patch)
tree7f30417fc53a2055983ff5e0090bde553d9c2c7a
parent568caae251cf262937dba269369d47dc162afac3 (diff)
downloadfedora-doc-utils-c73d669a4d5b8410232330edca53e5096ed94c3f.tar.gz
fedora-doc-utils-c73d669a4d5b8410232330edca53e5096ed94c3f.tar.xz
fedora-doc-utils-c73d669a4d5b8410232330edca53e5096ed94c3f.zip
Added deprecation notice to common entities
-rw-r--r--common/deprecatednotice-en.xml29
-rw-r--r--common/fedora-entities-en.ent3
2 files changed, 31 insertions, 1 deletions
diff --git a/common/deprecatednotice-en.xml b/common/deprecatednotice-en.xml
new file mode 100644
index 0000000..0eeca61
--- /dev/null
+++ b/common/deprecatednotice-en.xml
@@ -0,0 +1,29 @@
+<note>
+ <title>DEPRECATED DOCUMENT</title>
+ <para>
+ This document is no longer supported by the &FDP;. One or more of the
+ following situations may have occurred:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Changes in Fedora may have made this document inaccurate.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A more relevant document may be available.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ This document may have been subsumed in a different document.
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <para>
+ Refer to the revision history for more information.
+ </para>
+</note>
diff --git a/common/fedora-entities-en.ent b/common/fedora-entities-en.ent
index 045d898..05c727e 100644
--- a/common/fedora-entities-en.ent
+++ b/common/fedora-entities-en.ent
@@ -1,4 +1,4 @@
-<!-- $Id: fedora-entities-en.ent,v 1.5 2005/08/02 22:05:33 pfrields Exp $ -->
+<!-- $Id: fedora-entities-en.ent,v 1.6 2005/08/16 21:55:59 pfrields Exp $ -->
<!--
These common entities are useful shorthand
@@ -68,3 +68,4 @@
<!ENTITY DRAFTNOTICE SYSTEM "./draftnotice-en.xml">
<!ENTITY LEGACYNOTICE SYSTEM "./legacynotice-en.xml">
<!ENTITY OBSOLETENOTICE SYSTEM "./obsoletenotice-en.xml">
+<!ENTITY DEPRECATEDNOTICE SYSTEM "./deprecatednotice-en.xml">