summaryrefslogtreecommitdiffstats
path: root/common/entities/entities-en.xml
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-25 03:45:34 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-25 03:45:34 +0000
commit0c434ea59ffa766526ed7f8bb2185ed5063bf3f8 (patch)
treee9b91197caf2f4e1879d8532ec84a5f968bc9e2f /common/entities/entities-en.xml
parent113a1e60b6db8ae0c4f230fc6105f5221dc727c2 (diff)
downloadfedora-doc-utils-0c434ea59ffa766526ed7f8bb2185ed5063bf3f8.tar.gz
fedora-doc-utils-0c434ea59ffa766526ed7f8bb2185ed5063bf3f8.tar.xz
fedora-doc-utils-0c434ea59ffa766526ed7f8bb2185ed5063bf3f8.zip
Implement the <use/> entity because you can't embed an entity
reference such as "&FED;" in an XML document that doesn't have it defined using an "<!ENTITY>" element.
Diffstat (limited to 'common/entities/entities-en.xml')
-rw-r--r--common/entities/entities-en.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/common/entities/entities-en.xml b/common/entities/entities-en.xml
index 5a46610..4cbc26c 100644
--- a/common/entities/entities-en.xml
+++ b/common/entities/entities-en.xml
@@ -3,6 +3,26 @@
<!DOCTYPE entities SYSTEM "entities.dtd">
<entities>
+ <title>
+ These common entities are useful shorthand terms and names,
+ which may be subject to change at anytime. This is an important
+ value the the entity provides: a single location to update terms
+ and common names.
+ </title>
+ <group name="Fedora common entries">
+ <entity name="FED">
+ <comment>Generic root term</comment>
+ <text>Fedora</text>
+ </entity>
+ <entity name="CORE">
+ <comment>Generic root term</comment>
+ <text>Core</text>
+ </entity>
+ <entity name="FC">
+ <comment>Generic main project name</comment>
+ <text><use entity="FED"/> <use entity="CORE"/></text>
+ </entity>
+ </group>
<entity name="FDPX">
<comment>Short docs project name</comment>
<text>Fedora Docs Project</text>