jargon-buster/en_US doc-entities.xml, NONE, 1.1 jargon-buster.xml, 1.3, 1.4

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri May 26 21:37:25 UTC 2006


Author: pfrields

Update of /cvs/docs/jargon-buster/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4124/en_US

Modified Files:
	jargon-buster.xml 
Added Files:
	doc-entities.xml 
Log Message:
Add "x86" (#193277) and revise files to match standards


--- NEW FILE doc-entities.xml ---
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!DOCTYPE entities SYSTEM "../../docs-common/common/entities/entities.dtd">

<entities>
  <title>Local entities for Jargon Buster</title>
  <group name="Document revision markings">
    <entity name="DOCNAME">
      <comment>Document name</comment>
      <text>jargon-buster</text>
    </entity>
    <entity name="DOCVERSION">
      <comment>Version number</comment>
      <text>1.9.6.1</text>
    </entity>
    <entity name="DOCDATE">
      <comment>Date of last revision</comment>
      <text>2006-05-26</text>
    </entity>
    <entity name="DOCID">
      <comment>Document ID</comment>
      <text>
        <use entity="DOCNAME"/>-<use entity="DOCVERSION"/> (<use
	  entity="DOCDATE"/>)</text>
    </entity>
  </group>
</entities>


Index: jargon-buster.xml
===================================================================
RCS file: /cvs/docs/jargon-buster/en_US/jargon-buster.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jargon-buster.xml	11 May 2006 21:50:21 -0000	1.3
+++ jargon-buster.xml	26 May 2006 21:37:22 -0000	1.4
@@ -1,13 +1,11 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
-<!ENTITY % FDP-ENTITIES SYSTEM "../../docs-common/common/entities/entities-en_US.ent">
+<!ENTITY % FDP-ENTITIES SYSTEM "fdp-entities.ent">
 %FDP-ENTITIES;
 
-<!ENTITY DOCNAME "jargon-buster">
-<!ENTITY DOCVERSION "1.9.6">
-<!ENTITY DOCDATE "2006-03-14">
-<!ENTITY DOCID "&DOCNAME;-&DOCVERSION; (&DOCDATE;)">
+<!ENTITY % DOC-ENTITIES SYSTEM "doc-entities.ent">
+%DOC-ENTITIES;
 
 ]>
 
@@ -23,8 +21,7 @@
     reporting information below to notify the maintainers.
   </para>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../docs-common/common/bugreporting-en_US.xml"/>
+<!--  &BUG-REPORTING; -->
 
   <glossary id="fedora-glossary">
     <title>Glossary</title>
@@ -1129,6 +1126,20 @@
           </para>
         </glossdef>
       </glossentry>
+      <glossentry id="gl-jb-x86">
+        <glossterm>x86</glossterm>
+        <glossdef>
+          <para>
+            An abbreviation for "Intel 80x86," the microprocessor family
+            used in most PC systems. Users and developers tend to use
+            this term rather broadly, since the very old 8086 and 80286
+            microprocessors are rarely seen and not usable with most
+            modern Linux distributions. In &FED; terms, this
+            abbreviation stands for Intel and Intel-compatible
+            processors, Pentium class and above.
+          </para>
+        </glossdef>
+      </glossentry>
       <glossentry id="gl-jb-xfs">
         <glossterm>XFS</glossterm>
         <glossdef>




More information about the Fedora-docs-commits mailing list