summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2005-05-30 13:40:51 +0000
committerKarsten Wade <kwade@redhat.com>2005-05-30 13:40:51 +0000
commitc44e20cf7c41638a329187b3b86099a6e0832225 (patch)
treed2b62cf97ed6edf4c0eb6e5765f80eff374de4c9
parent5a3e23b08d87fd9cf5a6b9aa1ba2199272ffb911 (diff)
downloadfedora-doc-utils-c44e20cf7c41638a329187b3b86099a6e0832225.tar.gz
fedora-doc-utils-c44e20cf7c41638a329187b3b86099a6e0832225.tar.xz
fedora-doc-utils-c44e20cf7c41638a329187b3b86099a6e0832225.zip
This is to replace fedora-entities-en.xml and should be used in all current and future guides. The faster we switch over, the less hassle with maintaining parallel files. The file extension *.ent was chosen to be against the two-letter language abbreviation 'en'.
-rw-r--r--common/fedora-entities-en.ent62
1 files changed, 62 insertions, 0 deletions
diff --git a/common/fedora-entities-en.ent b/common/fedora-entities-en.ent
new file mode 100644
index 0000000..f020f45
--- /dev/null
+++ b/common/fedora-entities-en.ent
@@ -0,0 +1,62 @@
+<!-- $Id: fedora-entities-en.ent,v 1.1 2005/05/30 13:40:51 kwade Exp $ -->
+
+<!--
+ These common entities are useful shorthand
+ terms and names, which may be subject to
+ change at anytime. This is an important
+ value the entity provides, a single location
+ to update terms and common names.
+-->
+
+<!-- *************** Fedora common entities *************** -->
+<!ENTITY FED "Fedora"> <!-- Generic root term -->
+<!ENTITY FC "&FED; Core"> <!-- Generic main project name -->
+<!ENTITY DISTRO "&FC;"> <!-- Legacy entity -->
+<!ENTITY FCX "FC"> <!-- Short project name -->
+<!ENTITY FP "&FED; Project"> <!-- Generic overall project name -->
+<!ENTITY FDP "&FED; Documentation Project"> <!-- Generic docs project name -->
+<!ENTITY FDPX "&FED; Docs Project"> <!-- Short docs project name -->
+<!ENTITY EX "Extras"> <!-- cf. Core -->
+<!ENTITY FEX "&FED; &EX;"> <!-- cf. Fedora Core -->
+
+<!ENTITY FP-URL "<ulink url='http://fedora.redhat.com/'>http://fedora.redhat.com/</ulink>"> <!-- Fedora Project URL -->
+<!ENTITY FDP-URL "<ulink url='http://fedora.redhat.com/projects/docs/'>http://fedora.redhat.com/projects/docs/</ulink>"> <!-- Fedora Docs Project URL -->
+<!ENTITY FDPDOCS-URL "<ulink url='http://fedora.redhat.com/docs/'>http://fedora.redhat.com/docs/</ulink>"> <!-- Fedora Documentation (repository) URL -->
+
+<!ENTITY BZ "Bugzilla"> <!-- Bugzilla -->
+<!ENTITY BZ-URL "<ulink url='http://bugzilla.redhat.com/'>http://bugzilla.redhat.com/</ulink>"> <!-- Bugzilla URL -->
+
+<!-- *************** Fedora version numbers *************** -->
+<!ENTITY FCVER "4"> <!-- Current release version of main project -->
+<!ENTITY TESTVER "test1"> <!-- Current test number of main project -->
+<!ENTITY FCTESTVER "4 &TESTVER;"> <!-- Current test version of main project -->
+
+
+<!-- ************** other common names *********** -->
+<!ENTITY RH "Red Hat"> <!-- The generic term "Red Hat" -->
+<!ENTITY FORMAL-RHI "&RH;, Inc."> <!-- The generic term "Red Hat, Inc. -->
+<!ENTITY RHL "&RH; Linux"> <!-- The generic term "Red Hat Linux" -->
+<!ENTITY RHN "&RH; Network"> <!-- The generic term "Red Hat Network" -->
+<!ENTITY RHEL "&RH; Enterprise Linux"> <!-- The generic term "Red Hat Enterprise Linux" -->
+
+<!-- ************** technology terms *********** -->
+<!ENTITY SEL "SELinux"> <!-- Generic technology term -->
+
+<!-- ************** common doc files *********** -->
+<!ENTITY LEGALNOTICE SYSTEM "./legalnotice-en.xml">
+
+<!-- ************** common applications? *********** -->
+
+<!-- ************** required by build scripts *********** -->
+
+<!ENTITY PROJECT "&FP;">
+
+<!-- ************** tutorial titles ********** -->
+
+<!ENTITY IG "Installation Guide">
+<!ENTITY DOCG "Documentation Guide">
+
+<!-- ************** draftnotice ************* -->
+<!ENTITY DRAFTNOTICE SYSTEM "./draftnotice-en.xml">
+<!ENTITY LEGACYNOTICE SYSTEM "./legacynotice-en.xml">
+<!ENTITY OBSOLETENOTICE SYSTEM "./obsoletenotice-en.xml">