diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-14 10:42:44 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-14 12:59:46 -0400 |
commit | 92616bd4bad5d90221e4361603953710c7c184e1 (patch) | |
tree | 67b6716811f2c63a3fa5c688194307cba87a064e /general | |
parent | 45f2518a1b1a96ad77a4dd2d004f3bfb2ddf7f6d (diff) |
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'general')
-rw-r--r-- | general/fonts/fonts.xml | 1 | ||||
-rw-r--r-- | general/input/XKB-Config.xml | 5 | ||||
-rw-r--r-- | general/input/XKB-Enhancing.xml | 5 | ||||
-rw-r--r-- | general/platforms/Darwin.xml | 5 |
4 files changed, 12 insertions, 4 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> |