summaryrefslogtreecommitdiff
path: root/doc/orc-docs.sgml
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-07-14 11:48:48 -0700
committerDavid Schleef <ds@schleef.org>2009-07-14 11:48:48 -0700
commite1bc1971ad2de94e0de55fbc78de4271040ba385 (patch)
tree01871a2af6437de6aac04a1ac2fd210b552e1e5e /doc/orc-docs.sgml
parente641509f2cf8cd86b71db632cd4bec29a8e0e20f (diff)
downloadorc-e1bc1971ad2de94e0de55fbc78de4271040ba385.tar.gz
doc: add version entities, fix URL
Diffstat (limited to 'doc/orc-docs.sgml')
-rw-r--r--doc/orc-docs.sgml9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/orc-docs.sgml b/doc/orc-docs.sgml
index c99c3e0..28900d4 100644
--- a/doc/orc-docs.sgml
+++ b/doc/orc-docs.sgml
@@ -1,13 +1,16 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY % version-entities SYSTEM "version.entities">
+%version-entities;
+]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>Orc Reference Manual</title>
<releaseinfo>
- for Orc [VERSION]
+ for Orc-&ORC_VERSION;.
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://[SERVER]/orc/index.html">http://[SERVER]/orc/</ulink>.
+ <ulink role="online-location" url="http://www.schleef.org/orc/documentation/">http://www.schleef.org/orc/documentation/</ulink>.
</releaseinfo>
</bookinfo>