summaryrefslogtreecommitdiffstats
path: root/docs/manual/style/common.dtd
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2005-11-13 15:11:48 +0100
committerAndré Malo <nd@apache.org>2005-11-13 15:11:48 +0100
commit0550e8f49cdf3a5ef4b1b8a90de2efae8bc3e17f (patch)
treeeeac94e667852eff729c786897a290a05468346a /docs/manual/style/common.dtd
parentAdd an Irish Translation (diff)
downloadapache2-0550e8f49cdf3a5ef4b1b8a90de2efae8bc3e17f.tar.xz
apache2-0550e8f49cdf3a5ef4b1b8a90de2efae8bc3e17f.zip
centralize the versioning of the httpd and the docs directories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/common.dtd')
-rw-r--r--docs/manual/style/common.dtd7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd
index 8d99ac7dd1..b1e603fb66 100644
--- a/docs/manual/style/common.dtd
+++ b/docs/manual/style/common.dtd
@@ -34,6 +34,11 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
%HTMLspecial;
+<!-- HTTPD Version -->
+
+<!ENTITY % HTTPD-VERSION SYSTEM "version.ent">
+%HTTPD-VERSION;
+
<!-- Generic tag entities -->
<!ENTITY % inlinetags "em | strong | code | a | br | directive | module |
@@ -46,6 +51,8 @@ program | img | cite | q | dfn | var | transnote | glossary | phonetic">
<!ENTITY % Inline "(#PCDATA | %inlinetags;)*">
<!ENTITY % BlockOrInline "(#PCDATA | %inlinetags; | %blocktags;)*">
+<!-- Common Elements -->
+
<!ELEMENT title %Inline;>
<!ELEMENT summary %Block;>