summaryrefslogtreecommitdiffstats
path: root/common/entities/entities-it.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-it.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-it.xml')
-rw-r--r--common/entities/entities-it.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/common/entities/entities-it.xml b/common/entities/entities-it.xml
index 05bf402..f0cbbdf 100644
--- a/common/entities/entities-it.xml
+++ b/common/entities/entities-it.xml
@@ -1,8 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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">
- <desc>Italian short docs project name</desc>
+ <comment>Italian short docs project name</comment>
<text>Projecto Fedora Document</text>
</entity>
</entities>