diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-12 11:23:00 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-12 20:34:47 -0400 |
commit | 895d967d56711617ff59e2d2d60389609557072b (patch) | |
tree | 82e0dd3376941d69e8f0015be316c7dfe4c31a5d /specs | |
parent | a19f712304f9a606dd2f9d805d5292b37371b31d (diff) |
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/appgrp.xml | 7 | ||||
-rw-r--r-- | specs/dbe.xml | 7 | ||||
-rw-r--r-- | specs/dpms.xml | 6 | ||||
-rw-r--r-- | specs/evi.xml | 6 | ||||
-rw-r--r-- | specs/geproto.xml | 6 | ||||
-rw-r--r-- | specs/lbx.xml | 6 | ||||
-rw-r--r-- | specs/multibuf.xml | 7 | ||||
-rw-r--r-- | specs/security.xml | 7 | ||||
-rw-r--r-- | specs/shape.xml | 6 | ||||
-rw-r--r-- | specs/shm.xml | 6 | ||||
-rw-r--r-- | specs/sync.xml | 7 | ||||
-rw-r--r-- | specs/tog-cup.xml | 6 | ||||
-rw-r--r-- | specs/xtest.xml | 6 |
13 files changed, 65 insertions, 18 deletions
diff --git a/specs/appgrp.xml b/specs/appgrp.xml index 099fca1..74bc5fc 100644 --- a/specs/appgrp.xml +++ b/specs/appgrp.xml @@ -1,13 +1,17 @@ <?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="appgrp"> <articleinfo> <title>Application Group Extension to the X Protocol</title> <subtitle>X Consortium Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <author> <firstname>Kaleb</firstname> @@ -17,7 +21,6 @@ <email>kaleb@x.org</email> </author> </authorgroup> - <releaseinfo>X Version 11, Release 6.4</releaseinfo> <date>27 September 1996</date> <legalnotice> diff --git a/specs/dbe.xml b/specs/dbe.xml index c85dfda..5e0f9cf 100644 --- a/specs/dbe.xml +++ b/specs/dbe.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; +]> <!-- @@ -12,7 +15,7 @@ xhtml,docbook,html,refcaption --> <bookinfo> <title>Double Buffer Extension Protocol</title> <subtitle>X Consortium Standard</subtitle> - <releaseinfo>X Version 11, Release 6.4</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <author> <firstname>Ian</firstname><surname>Elliott</surname> diff --git a/specs/dpms.xml b/specs/dpms.xml index 5e759b4..48575a9 100644 --- a/specs/dpms.xml +++ b/specs/dpms.xml @@ -1,12 +1,16 @@ <?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="dpms"> <bookinfo> <title>X Display Power Management Signaling (DPMS) Extension Protocol Specification</title> <subtitle>X Project Team Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 1.0</releaseinfo> <authorgroup> <author> diff --git a/specs/evi.xml b/specs/evi.xml index 86192f3..23c76aa 100644 --- a/specs/evi.xml +++ b/specs/evi.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="evi"> @@ -8,6 +11,7 @@ <bookinfo> <title>Extended Visual Information Extension</title> <subtitle>X Project Team Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 1.0</releaseinfo> <authorgroup> <author> diff --git a/specs/geproto.xml b/specs/geproto.xml index 3356d45..fe1848f 100644 --- a/specs/geproto.xml +++ b/specs/geproto.xml @@ -1,9 +1,13 @@ <?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> <bookinfo> <title>X Generic Event Extension</title> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <author> <firstname>Peter</firstname> diff --git a/specs/lbx.xml b/specs/lbx.xml index f42f9f9..8d7a89d 100644 --- a/specs/lbx.xml +++ b/specs/lbx.xml @@ -1,13 +1,17 @@ <?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="lbx"> <articleinfo> <title>Low Bandwidth X Extension</title> <subtitle>X Consortium Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <author> <firstname>D.</firstname> diff --git a/specs/multibuf.xml b/specs/multibuf.xml index 1c8e363..f85dc41 100644 --- a/specs/multibuf.xml +++ b/specs/multibuf.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; +]> <!-- lifted from troff+ms+XMan by doclifter --> @@ -8,7 +11,7 @@ <bookinfo> <title>Extending X for Double-Buffering, Multi-Buffering, and Stereo</title> - <releaseinfo>X Version 11, Release 6.4</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <othercredit> diff --git a/specs/security.xml b/specs/security.xml index 300bc6c..a380987 100644 --- a/specs/security.xml +++ b/specs/security.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; +]> <!--translated from security.tex, on 2010-06-27 15:29:00, by TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/) xhtml,docbook,html,refcaption --> @@ -10,7 +13,7 @@ xhtml,docbook,html,refcaption --> <bookinfo> <title>Security Extension Specification</title> <subtitle>X Consortium Standard</subtitle> - <releaseinfo>X Version 11, Release 6.8</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <date>November 15, 1996</date> <authorgroup> <author> diff --git a/specs/shape.xml b/specs/shape.xml index 6c14f9b..c24928e 100644 --- a/specs/shape.xml +++ b/specs/shape.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; +]> <!-- lifted from troff+ms+XMan by doclifter --> @@ -9,6 +12,7 @@ <bookinfo> <title>X Nonrectangular Window Shape Extension Protocol</title> <subtitle>X.Org Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 1.1</releaseinfo> <authorgroup> <author> diff --git a/specs/shm.xml b/specs/shm.xml index f93c73a..8a0fd56 100644 --- a/specs/shm.xml +++ b/specs/shm.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; +]> <!-- lifted from troff+ms+XMan by doclifter --> @@ -9,6 +12,7 @@ <bookinfo> <title>MIT-SHM(The MIT Shared Memory Extension)</title> <subtitle>How the shared memory extension works</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 1.0</releaseinfo> <authorgroup> <author> diff --git a/specs/sync.xml b/specs/sync.xml index 7e51aea..cf316b4 100644 --- a/specs/sync.xml +++ b/specs/sync.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; +]> <!--translated from sync.tex, on 2010-06-29 10:52:00, by TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/) xhtml,docbook,html,refcaption --> @@ -11,7 +14,7 @@ by TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/) xhtml,docbook,html,ref <bookinfo> <title>X Synchronization Extension Protocol</title> <subtitle>X Consortium Standard</subtitle> - <releaseinfo>X Version 11, Release 6.6.84</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <author> <firstname>Tim</firstname><surname>Glauert</surname> diff --git a/specs/tog-cup.xml b/specs/tog-cup.xml index cf6f6dc..12ba787 100644 --- a/specs/tog-cup.xml +++ b/specs/tog-cup.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="tog-cup"> @@ -8,6 +11,7 @@ <bookinfo> <title>Colormap Utilization Policy and Extension</title> <subtitle>X Project Team Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 1.0</releaseinfo> <authorgroup> <author> diff --git a/specs/xtest.xml b/specs/xtest.xml index cdf5e63..cb73f29 100644 --- a/specs/xtest.xml +++ b/specs/xtest.xml @@ -1,12 +1,16 @@ <?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="xtest"> <bookinfo> <title>XTEST Extension Protocol</title> <subtitle>X Consortium Standard</subtitle> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 2.2</releaseinfo> <authorgroup> <author> |