]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add upgrade attribute to root elements, which allows to specify:
authorAndré Malo <nd@apache.org>
Sat, 1 Feb 2014 21:40:45 +0000 (21:40 +0000)
committerAndré Malo <nd@apache.org>
Sat, 1 Feb 2014 21:40:45 +0000 (21:40 +0000)
- a different future document name
- an empty string, meaning that the document disappears in the future

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563476 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/faq.dtd
docs/manual/style/manualpage.dtd
docs/manual/style/sitemap.dtd

index 9af4f113de4ea8244fab8da2053279f39dec7ce8..228545304888ec5b258f2838a6f916c21d42f03d 100644 (file)
@@ -26,6 +26,7 @@ seealso*, (section | categories))>
 
 <!ATTLIST faq metafile   CDATA        #REQUIRED
               all-in-one (yes | no ) "no"
+              upgrade    CDATA        #IMPLIED
 >
 
 <!ELEMENT categories (categoryfile*)>
index 17742548fb0fe0beb3dd5606f6bab163d3fb7dac..e9c22a044b35a528c5c878e31acf38d63cc52b25 100644 (file)
@@ -24,4 +24,6 @@
 <!ELEMENT manualpage (parentdocument?, title, summary?,
 seealso*, section*)>
 
-<!ATTLIST manualpage metafile CDATA  #REQUIRED>
+<!ATTLIST manualpage metafile CDATA  #REQUIRED
+                     upgrade  CDATA  #IMPLIED
+>
index e47e8a9db13079c3b465d7462981d2a35f58c18d..829f326017e4d05debf423a7912bbfadbcaaa736 100644 (file)
 <!-- <sitemap> is the root element -->
 <!ELEMENT sitemap (title, summary?, seealso*, category*)>
 
-<!ATTLIST sitemap metafile CDATA  #REQUIRED>
+<!ATTLIST sitemap metafile CDATA  #REQUIRED
+                  upgrade  CDATA  #IMPLIED
+>
 
 <!-- <indexpage> is another root element -->
 <!ELEMENT indexpage (parentdocument, title, category*)>
 
-<!ATTLIST indexpage metafile CDATA  #REQUIRED>
+<!ATTLIST indexpage metafile CDATA  #REQUIRED
+                    upgrade  CDATA  #IMPLIED
+>
 
 <!ELEMENT category (title, page*)>
 <!ATTLIST category id ID #IMPLIED>