summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-14 10:42:44 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-14 12:59:46 -0400
commit92616bd4bad5d90221e4361603953710c7c184e1 (patch)
tree67b6716811f2c63a3fa5c688194307cba87a064e
parent45f2518a1b1a96ad77a4dd2d004f3bfb2ddf7f6d (diff)
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--general/fonts/fonts.xml1
-rw-r--r--general/input/XKB-Config.xml5
-rw-r--r--general/input/XKB-Enhancing.xml5
-rw-r--r--general/platforms/Darwin.xml5
-rw-r--r--specs/ICCCM/icccm.xml6
-rw-r--r--specs/XLFD/xlfd.xml6
-rw-r--r--specs/Xext/lbxalg.xml13
-rw-r--r--specs/Xserver/XACE-Spec.xml7
-rw-r--r--specs/Xserver/analysis.xml5
-rw-r--r--specs/Xserver/appgroup.xml6
10 files changed, 45 insertions, 14 deletions
diff --git a/general/fonts/fonts.xml b/general/fonts/fonts.xml
index f3fd514..660cfe8 100644
--- a/general/fonts/fonts.xml
+++ b/general/fonts/fonts.xml
@@ -10,6 +10,7 @@
<articleinfo>
<title>Fonts in X11R&relvers;</title>
+<releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<author><firstname>Juliusz</firstname><surname>Chroboczek</surname>
<email>jch@freedesktop.org</email>
</author>
diff --git a/general/input/XKB-Config.xml b/general/input/XKB-Config.xml
index fab061c..7dac34c 100644
--- a/general/input/XKB-Config.xml
+++ b/general/input/XKB-Config.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
]>
<article>
@@ -8,6 +10,7 @@
<articleinfo>
<title>The XKB Configuration Guide</title>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<authorgroup>
<author>
<firstname>Kamil</firstname><surname>Toman</surname>
diff --git a/general/input/XKB-Enhancing.xml b/general/input/XKB-Enhancing.xml
index 0601651..4273549 100644
--- a/general/input/XKB-Enhancing.xml
+++ b/general/input/XKB-Enhancing.xml
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[]>
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<article>
<articleinfo>
<title>How to further enhance XKB configuration</title>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<authorgroup>
<author>
<firstname>Kamil</firstname><surname>Toman</surname>
diff --git a/general/platforms/Darwin.xml b/general/platforms/Darwin.xml
index 552eee0..5c94b92 100644
--- a/general/platforms/Darwin.xml
+++ b/general/platforms/Darwin.xml
@@ -9,8 +9,9 @@
<articleinfo>
- <title>X.Org X11R&relvers; on Darwin and Mac OS X</title>
- <pubdate>October 2009</pubdate>
+ <title>X on Darwin and Mac OS X</title>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
+ <pubdate>October 2009</pubdate>
</articleinfo>
diff --git a/specs/ICCCM/icccm.xml b/specs/ICCCM/icccm.xml
index 066eecd..69f348a 100644
--- a/specs/ICCCM/icccm.xml
+++ b/specs/ICCCM/icccm.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<book id="icccm">
@@ -8,6 +11,7 @@
<bookinfo>
<title>Inter-Client Communication Conventions Manual</title>
<subtitle>X Consortium Standard</subtitle>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<releaseinfo>Version 2.0</releaseinfo>
<authorgroup>
<author>
diff --git a/specs/XLFD/xlfd.xml b/specs/XLFD/xlfd.xml
index ee8bbcc..a6d9763 100644
--- a/specs/XLFD/xlfd.xml
+++ b/specs/XLFD/xlfd.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<book id="xlfd">
@@ -8,6 +11,7 @@
<bookinfo>
<title>X Logical Font Description Conventions</title>
<subtitle>X Consortium Standard</subtitle>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<releaseinfo>Version 1.5</releaseinfo>
<authorgroup>
<author>
diff --git a/specs/Xext/lbxalg.xml b/specs/Xext/lbxalg.xml
index 9c1a89a..10c926f 100644
--- a/specs/Xext/lbxalg.xml
+++ b/specs/Xext/lbxalg.xml
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE article
- PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<article id='lbxalg'>
-<title>LBX X Consortium Algorithms</title>
+ <articleinfo>
+ <title>LBX X Consortium Algorithms</title>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
+</articleinfo>
<sect1 id='introduction'>
<title>Introduction</title>
diff --git a/specs/Xserver/XACE-Spec.xml b/specs/Xserver/XACE-Spec.xml
index 3faf92f..7023242 100644
--- a/specs/Xserver/XACE-Spec.xml
+++ b/specs/Xserver/XACE-Spec.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[]>
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<article>
<articleinfo>
@@ -11,7 +13,8 @@
<pubdate>2009</pubdate>
<title>X Access Control Extension Specification</title>
<titleabbrev>XACE-Spec</titleabbrev>
- <revhistory>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
+ <revhistory>
<revision>
<revnumber>1.0</revnumber>
<date>19 Oct 2006</date>
diff --git a/specs/Xserver/analysis.xml b/specs/Xserver/analysis.xml
index 777ac1f..ce044eb 100644
--- a/specs/Xserver/analysis.xml
+++ b/specs/Xserver/analysis.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<!-- by TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)
diff --git a/specs/Xserver/appgroup.xml b/specs/Xserver/appgroup.xml
index e3b2b94..1b53ac5 100644
--- a/specs/Xserver/appgroup.xml
+++ b/specs/Xserver/appgroup.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+]>
<article id="appgroup">
@@ -8,6 +11,7 @@
<articleinfo>
<title>Description of the Application Group Extension</title>
<subtitle>Implementation for the X11 Sample Server</subtitle>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<releaseinfo>Version 1.0</releaseinfo>
<authorgroup>
<author>