]> granicus.if.org Git - apache/commitdiff
centralize the versioning of the httpd and the docs directories
authorAndré Malo <nd@apache.org>
Sun, 13 Nov 2005 14:11:48 +0000 (14:11 +0000)
committerAndré Malo <nd@apache.org>
Sun, 13 Nov 2005 14:11:48 +0000 (14:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005 13f79535-47bb-0310-9956-ffa450edef68

61 files changed:
docs/conf/extra/httpd-manual.conf.in
docs/conf/extra/httpd-ssl.conf.in
docs/conf/extra/httpd-vhosts.conf.in
docs/conf/httpd-win.conf
docs/conf/httpd.conf.in
docs/manual/faq/all_in_one.xml
docs/manual/faq/all_in_one.xml.ja
docs/manual/faq/all_in_one.xml.ko
docs/manual/faq/index.xml
docs/manual/faq/index.xml.ja
docs/manual/faq/index.xml.ko
docs/manual/faq/support.xml
docs/manual/faq/support.xml.ja
docs/manual/faq/support.xml.ko
docs/manual/glossary.xml
docs/manual/glossary.xml.de
docs/manual/glossary.xml.es
docs/manual/glossary.xml.ko
docs/manual/index.xml
docs/manual/index.xml.de
docs/manual/index.xml.es
docs/manual/index.xml.fr
docs/manual/index.xml.ja
docs/manual/index.xml.ko
docs/manual/index.xml.pt-br
docs/manual/install.xml
docs/manual/install.xml.de
docs/manual/install.xml.es
docs/manual/install.xml.fr
docs/manual/install.xml.ja
docs/manual/install.xml.ko
docs/manual/mod/mod_info.xml
docs/manual/mod/mod_info.xml.ja
docs/manual/mod/mod_info.xml.ko
docs/manual/mod/mod_ssl.xml
docs/manual/programs/suexec.xml
docs/manual/programs/suexec.xml.ko
docs/manual/sitemap.xml
docs/manual/sitemap.xml.es
docs/manual/sitemap.xml.ja
docs/manual/sitemap.xml.ko
docs/manual/ssl/ssl_faq.xml
docs/manual/style/build.properties
docs/manual/style/common.dtd
docs/manual/style/lang.dtd [new file with mode: 0644]
docs/manual/style/lang/de.xml
docs/manual/style/lang/en.xml
docs/manual/style/lang/es.xml
docs/manual/style/lang/fr.xml
docs/manual/style/lang/ja.xml
docs/manual/style/lang/ko.xml
docs/manual/style/lang/pt-br.xml
docs/manual/style/lang/ru.xml
docs/manual/style/latex/latex.xsl
docs/manual/style/version.ent [new file with mode: 0644]
docs/manual/style/xsl/indexpage.xsl
docs/manual/suexec.xml
docs/manual/suexec.xml.ja
docs/manual/suexec.xml.ko
docs/manual/upgrading.xml
docs/manual/upgrading.xml.de

index d20a93f0860ee22bed1ed2a192a2960d59399e42..874b0933ec4711be777bb995e1c35b3cf752a7f1 100644 (file)
@@ -2,7 +2,7 @@
 # Provide access to the documentation on your server as
 #  http://yourserver.example.com/manual/
 # The documentation is always available at
-#  http://httpd.apache.org/docs-2.1/
+#  http://httpd.apache.org/docs/trunk/
 #
 # Required modules: mod_alias, mod_setenvif, mod_negotiation
 #
index 40aa344e4a629b65000e3951db1dc23a13dcfeaf..621ddb39b35b14ce93b8ffcf60acbd6f4ad232e6 100644 (file)
@@ -2,7 +2,7 @@
 # This is the Apache server configuration file providing SSL support.
 # It contains the configuration directives to instruct the server how to
 # serve pages over an https connection. For detailing information about these 
-# directives see <URL:http://httpd.apache.org/docs-2.1/mod/mod_ssl.html>
+# directives see <URL:http://httpd.apache.org/docs/trunk/mod/mod_ssl.html>
 # 
 # Do NOT simply read the instructions in here without understanding
 # what they do.  They're here only as hints or reminders.  If you are unsure
index bd59a127d7669ddbf31d395a0aac51502a6d5933..d3f4e3cc441ee6bc4af5cf40676d86d4d878ee31 100644 (file)
@@ -7,7 +7,7 @@
 # IP addresses. This is indicated by the asterisks in the directives below.
 #
 # Please see the documentation at 
-# <URL:http://httpd.apache.org/docs-2.1/vhosts/>
+# <URL:http://httpd.apache.org/docs/trunk/vhosts/>
 # for further details before you try to setup virtual hosts.
 #
 # You may use the command line option '-S' to verify your virtual host
index e8f2aab46a88f6c6fe6b874f93a6aed8d6b886de..3efd7f25e011d9d80c3c779f03e8c6fb303d9a97 100644 (file)
@@ -1,9 +1,9 @@
 #
 # This is the main Apache HTTP server configuration file.  It contains the
 # configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information.
+# See <URL:http://httpd.apache.org/docs/trunk/> for detailed information.
 # In particular, see 
-# <URL:http://httpd.apache.org/docs-2.1/mod/directives.html>
+# <URL:http://httpd.apache.org/docs/trunk/mod/directives.html>
 # for a discussion of each configuration directive.
 #
 # Do NOT simply read the instructions in here without understanding
@@ -183,7 +183,7 @@ DocumentRoot "@@ServerRoot@@/htdocs"
     # doesn't give it to you.
     #
     # The Options directive is both complicated and important.  Please see
-    # http://httpd.apache.org/docs-2.1/mod/core.html#options
+    # http://httpd.apache.org/docs/trunk/mod/core.html#options
     # for more information.
     #
     Options Indexes FollowSymLinks
index 960bfaa6f4f1d0f35962b64acf4fc0b3a65621cb..4727c8a10f0c6cd2a53aecbea91f92f61e313b5d 100644 (file)
@@ -1,9 +1,9 @@
 #
 # This is the main Apache HTTP server configuration file.  It contains the
 # configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information.
+# See <URL:http://httpd.apache.org/docs/trunk/> for detailed information.
 # In particular, see 
-# <URL:http://httpd.apache.org/docs-2.1/mod/directives.html>
+# <URL:http://httpd.apache.org/docs/trunk/mod/directives.html>
 # for a discussion of each configuration directive.
 #
 # Do NOT simply read the instructions in here without understanding
@@ -138,7 +138,7 @@ DocumentRoot "@exp_htdocsdir@"
     # doesn't give it to you.
     #
     # The Options directive is both complicated and important.  Please see
-    # http://httpd.apache.org/docs-2.1/mod/core.html#options
+    # http://httpd.apache.org/docs/trunk/mod/core.html#options
     # for more information.
     #
     Options Indexes FollowSymLinks
index af90ad04b50b75106e37f9101b5e32eca368d104..ab34dbf3c1d725342162ab29ffc57c89868ed1a9 100644 (file)
@@ -29,8 +29,8 @@
 
 <summary>
     <p>The latest version of this FAQ is always available from the main Apache
-    web site, at &lt;<a href="http://httpd.apache.org/docs-2.1/faq/"
-    >http://httpd.apache.org/docs-2.1/faq/</a>&gt;.</p>
+    web site, at &lt;<a href="http://httpd.apache.org/docs/&httpd.docs;/faq/"
+    >http://httpd.apache.org/docs/&httpd.docs;/faq/</a>&gt;.</p>
 
     <p>If you don't find the answer to your question in the below
     sections, please also consult the <a
index 7260ff77d1ba8c90cc1dfe655a195235de108ce1..817fc06302555ebbd3493be0bb99185075091177 100644 (file)
@@ -29,8 +29,8 @@
 
 <summary>
     <p>Apache \e$B$N<g%5%$%H!"\e(B&lt;<a
-       href="http://httpd.apache.org/docs-2.1/faq/"
-       >http://httpd.apache.org/docs-2.1/faq/</a>&gt;
+       href="http://httpd.apache.org/docs/&httpd.docs;/faq/"
+       >http://httpd.apache.org/docs/&httpd.docs;/faq/</a>&gt;
       \e$B$+$i:G?7HG$N\e(B FAQ \e$B$r>o$K<j$KF~$l$k$3$H$,$G$-$^$9!#\e(B</p>
 
     <p>Apache 2.0 \e$B$O$^$@?7$7$$$N$G!"2?$,\e(B<em>\e$B$h$/$"$k<ALd\e(B</em>\e$B$J$N$+\e(B
index baf5b5fdccfdccdfc1973fcfb2e9d28c48e7429b..9e6e1c8110c80f69054912b13f5107ccc3050d45 100644 (file)
@@ -29,8 +29,8 @@
 
 <summary>
     <p>FAQ ÃֽůÇÀº ¾ÆÆÄÄ¡ À¥»çÀÌÆ® &lt;<a
-    href="http://httpd.apache.org/docs-2.1/faq/"
-    >http://httpd.apache.org/docs-2.1/faq/</a>&gt;¿¡¼­ º¼ ¼ö
+    href="http://httpd.apache.org/docs/&httpd.docs;/faq/"
+    >http://httpd.apache.org/docs/&httpd.docs;/faq/</a>&gt;¿¡¼­ º¼ ¼ö
     ÀÖ´Ù.</p>
 
     <p>¾ÆÆÄÄ¡ 2.0ÀÌ ³ª¿ÂÁö ¾ó¸¶ ¾ÈµÇ¼­ ¿ì¸®´Â ¾ÆÁ÷ <em>ÀÚÁÖ
index c6215f74c672067a6d4990f5d9755a6aa2098a03..c4c549f5e9c4875106ec569767eeb64306d3d436 100644 (file)
 
 <summary>
     <p>The latest version of this FAQ is always available from the
-    main Apache web site, at &lt;<a href="http://httpd.apache.org/docs-2.1/faq/"
-    >http://httpd.apache.org/docs-2.1/faq/</a>&gt;. In addition, you can view
+    main Apache web site, at &lt;<a
+    href="http://httpd.apache.org/docs/&httpd.docs;/faq/"
+    >http://httpd.apache.org/docs/&httpd.docs;/faq/</a>&gt;. In addition, you
+    can view
     this FAQ <a href="all_in_one.html">all in one page</a> for easy searching
     and printing.</p>
 
index 8563f5a250b70f96627561afd0c9f83302e40c44..26fa836907ce2ad8ca80019fa155377e83e94428 100644 (file)
@@ -29,8 +29,8 @@
 
 <summary>
     <p>Apache \e$B$N<g%5%$%H!"\e(B&lt;<a
-       href="http://httpd.apache.org/docs-2.1/faq/"
-       >http://httpd.apache.org/docs-2.1/faq/</a>&gt;
+       href="http://httpd.apache.org/docs/&httpd.docs;/faq/"
+       >http://httpd.apache.org/docs/&httpd.docs;/faq/</a>&gt;
       \e$B$+$i:G?7HG$N\e(B FAQ \e$B$r>o$K<j$KF~$l$k$3$H$,$G$-$^$9!#\e(B
       \e$B$^$?!"4JC1$J8!:w$d0u:~$N$?$a$K$3$N\e(B FAQ \e$B$N\e(B
       <a href="all_in_one.html">\e$B0l%Z!<%8HG\e(B</a>\e$B$b$"$j$^$9!#\e(B</p>
index 2acc98ccae8d52dab75c8a943a8e01317e9d0671..6870e9beaa004259d2e07063243ed39b307768a7 100644 (file)
@@ -29,8 +29,8 @@
 
 <summary>
     <p>FAQ ÃֽůÇÀº ¾ÆÆÄÄ¡ À¥»çÀÌÆ® &lt;<a
-    href="http://httpd.apache.org/docs-2.1/faq/"
-    >http://httpd.apache.org/docs-2.1/faq/</a>&gt;¿¡¼­ º¼ ¼ö
+    href="http://httpd.apache.org/docs/&httpd.docs;/faq/"
+    >http://httpd.apache.org/docs/&httpd.docs;/faq/</a>&gt;¿¡¼­ º¼ ¼ö
     ÀÖ´Ù. ¶Ç, °Ë»öÇϰí Ãâ·ÂÇ챉ʮíÇϰԠFAQ¸¦ <a
     href="all_in_one.html">ÇÑ ÆäÀÌÁö·Î</a> º¼ ¼ö ÀÖ´Ù.</p>
 
index 27d587d1cecd5225bebc00e5a393d2705d5e2159..aa4284363bb8e2e8c4e379a5782f19973678dcc9 100644 (file)
@@ -56,7 +56,7 @@
       <dd>Nearly all problems can be solved by reading the error log.</dd>
       
       <dt>Check the <a
-      href="http://httpd.apache.org/docs/2.3/faq/">FAQ</a>!</dt>
+      href="http://httpd.apache.org/docs/&httpd.docs;/faq/">FAQ</a>!</dt>
       <dd>The latest version of the Apache Frequently-Asked Questions list can
       always be found at the main Apache web site.</dd>
 
index a7faaf3cdc111f10ceadaa9e885a2eddccba4117..e68d83a31dc9fd29c56c43ead1f7322514261811 100644 (file)
@@ -53,7 +53,7 @@
       module="core">ErrorLog</directive> \e$B$r8+$F$/$@$5$$!#\e(B</dd>
 
       <dt><a
-      href="http://httpd.apache.org/docs-2.1/faq/">FAQ</a> \e$B$rD4$Y$k\e(B!</dt>
+      href="http://httpd.apache.org/docs/&httpd.docs;/faq/">FAQ</a> \e$B$rD4$Y$k\e(B!</dt>
       <dd>Apache \e$B$N$h$/$"$k<ALd$N:G?7HG$O>o$K\e(B Apache \e$B$N<g%&%'%V%5%$%H$K\e(B
       \e$B$"$j$^$9!#\e(B</dd>
 
index 11b3c60adf91da1515c88f745c74953338f2e576..1587e2732fe686e94a3bc97788cf08788f84368e 100644 (file)
@@ -53,7 +53,7 @@
       module="core">ErrorLog</directive> Áö½Ã¾î¸¦ Âü°íÇ϶ó.</dd>
 
       <dt><a
-      href="http://httpd.apache.org/docs-2.1/faq/">FAQ</a>¸¦
+      href="http://httpd.apache.org/docs/&httpd.docs;/faq/">FAQ</a>¸¦
       È®ÀÎÇ϶ó!</dt>
       <dd>¾ÆÆÄÄ¡ À¥»çÀÌÆ®¿¡¼­ Ç׻󠾯ÆÄÄ¡ FAQ ÃֽůÇÀ» º¼ ¼ö
       ÀÖ´Ù.</dd>
index eb862063003525609010141511baf9acb9927b7f..8f647ad7f136e34a4382525230a2ae46d86ae4fe 100644 (file)
       ref="uniformresourceidentifier">Uniform Resource Identifier</glossary>.
     URLs are usually made up of a scheme, like <code>http</code> or
     <code>https</code>, a hostname, and a path.  A URL for this page might
-    be <code>http://httpd.apache.org/docs-2.1/glossary.html</code>.
+    be <code>http://httpd.apache.org/docs/&httpd.docs;/glossary.html</code>.
   </dd> 
 
   <dt><a name="uniformresourceidentifier"
index 622bcf5f7d89b2af177bc1ab91a148a97d424767..97069a1c443b7f196a62bc4164ed96016d9f1679 100644 (file)
       Identifier</glossary>. URLs bestehen &uuml;blicherweise aus einem
       Schema wie <code>http</code> oder <code>https</code>, einem Hostnamen
       und einem Pfad. Die URL f&uuml;r diese Seite ist
-      <code>http://httpd.apache.org/docs-2.1/glossary.html</code>.
+      <code>http://httpd.apache.org/docs/&httpd.docs;/glossary.html</code>.
     </dd>
 
     <dt><a name="uniformresourceidentifier"
index 95440889b571a8b441a281c33b7d5afb554f09ce..e908766924dddf0f287563bdd510eefdd252f72d 100644 (file)
@@ -401,7 +401,7 @@ llama un <a href="#uniformresourceidentifier">Identificador de
 Recursos Uniforme</a>.  Las URLs est&#225;n compuestas normalmente por
 un esquema, tal como <code>http</code> o <code>https</code>, un nombre
 de host, y una ruta.  Una URL para esta p&#225;gina es
-<code>http://httpd.apache.org/docs-2.1/glossary.html</code>.</dd>
+<code>http://httpd.apache.org/docs/&httpd.docs;/glossary.html</code>.</dd>
 
 <dt><a name="uniformresourceidentifier">Identificador de Recursos
 Uniforme</a> <a name="URI">(URI)</a></dt> <dd>Una cadena de caracteres
index 381e21c64c0a52f6bf7e89f1015375c18271db67..081f44e5c3829c766348b660d5fb834972bffce4 100644 (file)
@@ -351,7 +351,7 @@ href="#uniformresourceidentifier">Uniform Resource
 Identifier</a>¶ó°í Çϴ °ÍÀÇ ÀÏ»óÀûÀΠºñ°ø½Ä ¸íĪÀÌ´Ù. º¸Åë URLÀº
 <code>http</code>³ª <code>https</code>°°Àº ½ºÅ´(scheme), È£½ºÆ®¸í,
 °æ·Î·Î ±¸¼ºµÈ´Ù. ÀÌ ÆäÀÌÁöÀÇ URLÀº
-<code>http://httpd.apache.org/docs-2.1/glossary.html</code>ÀÌ´Ù.</dd>
+<code>http://httpd.apache.org/docs/&httpd.docs;/glossary.html</code>ÀÌ´Ù.</dd>
 
 <dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a>
 <a name="URI">(URI)</a></dt>
index 12fed221b1866169199dc5b402ff350b460e8cbf..8357909da4498acfef4c8f68a7c4982144f77273 100644 (file)
@@ -23,7 +23,8 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Apache HTTP Server Version 2.3 Documentation</title>
+<title>Apache HTTP Server Version &httpd.major;.&httpd.minor;
+Documentation</title>
 
 <category id="release"><title>Release Notes</title>
     <page href="new_features_2_4.html">New features with Apache 2.3/2.4</page>
index 831cbbb70fc9c1c9bc3706f5bd18871b185d4d71..80d65cd61e127ce577192f635c7f9059dcd79023 100644 (file)
@@ -23,7 +23,8 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Dokumentation zum Apache HTTP Server Version 2.1</title>
+<title>Dokumentation zum Apache HTTP Server Version
+&httpd.major;.&httpd.minor;</title>
 
 <category id="release"><title>Hinweise zur Version</title>
     <page href="new_features_2_2.html">Neue Funktionen in Version 2.1/2.2</page>
index b1830c1afa0f4b97953ba8aec30d8521993ebda5..60bb01f858e93304adc11d028899b7891f5dbf58 100644 (file)
@@ -23,7 +23,7 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Versi&#243;n 2.1 de la documentaci&#243;n del Servidor de HTTP Apache</title>
+<title>Versi&#243;n &httpd.major;.&httpd.minor; de la documentaci&#243;n del Servidor de HTTP Apache</title>
 
 <category id="release"><title>Notas de la Versi&#243;n</title> 
     <page href="new_features_2_0.html">Nuevas funcionalidades en
index 2eb96732a664d08b63ab5c549a1f57e69f264854..09c54fbee541af9770693808b740af2286ae7f40 100644 (file)
@@ -23,7 +23,8 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Documentation du Serveur HTTP Apache Version 2.1</title>
+<title>Documentation du Serveur HTTP Apache Version
+&httpd.major;.&httpd.minor;</title>
 
 <category id="release"><title>Notes sur cette version</title>
     <page href="new_features_2_0.html">Nouvelles Fonctionnalit&#233;s de la version 2.0</page>
index 33c554b979cf6c08842a1acff2f451b10c97da82..bf529448f2ea085f2c4f8b65f18ad489b00faba0 100644 (file)
@@ -23,7 +23,7 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Apache HTTP \e$B%5!<%P\e(B \e$B%P!<%8%g%s\e(B 2.1 \e$B%I%-%e%a%s%H\e(B</title>
+<title>Apache HTTP \e$B%5!<%P\e(B \e$B%P!<%8%g%s\e(B &httpd.major;.&httpd.minor; \e$B%I%-%e%a%s%H\e(B</title>
 
 <category id="release"><title>\e$B%j%j!<%9%N!<%H\e(B</title>
     <page href="new_features_2_2.html">Apache 2.1/2.2 \e$B$N?75!G=\e(B</page>
index c1183a076ccb618f4bc8cfd03b380aa2be4349eb..c37110bb249f2e360b8502379b75c30ccd6eae23 100644 (file)
@@ -23,7 +23,7 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Apache HTTP Server Version 2.1 ¹®¼­</title>
+<title>Apache HTTP Server Version &httpd.major;.&httpd.minor; ¹®¼­</title>
 
 <category id="release"><title>¹ßÇ¥¹®</title>
     <page href="new_features_2_0.html">¹öÀü 2.0ÀÇ »õ·Î¿î ±â´É</page>
index 1c425fb5218a34aadf5cf08dcf9adb0978c68a66..0515e9bcbee6cf3a0229d8786e0685d43e2cb485 100644 (file)
@@ -23,7 +23,8 @@
 <indexpage metafile="index.xml.meta">
 <parentdocument href="http://httpd.apache.org/docs-project/" />
 
-<title>Documenta&#231;&#227;o do Servidor HTTP Apache Vers&#227;o 2.1</title>
+<title>Documenta&#231;&#227;o do Servidor HTTP Apache Vers&#227;o
+&httpd.major;.&httpd.minor;</title>
 
 <category id="release"><title>Notas da Vers&#227;o</title>
     <page href="new_features_2_2.html">Novas funcionalidades no Apache 2.1/2.2</page>
index 619d84fc8234b89a8e263a02ed8e51483071d13b..65ab618d2a091f0a8b598564164d2c2420e4b6bb 100644 (file)
@@ -309,9 +309,9 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
 
     <p>Have a look at the Apache manual under <a
     href="./">docs/manual/</a> or consult <a
-    href="http://httpd.apache.org/docs-2.1/"
-    >http://httpd.apache.org/docs-2.1/</a> for the most recent version of
-    this manual and a complete reference of available <a
+    href="http://httpd.apache.org/docs/&httpd.docs;/"
+    >http://httpd.apache.org/docs/&httpd.docs;/</a> for the most recent
+    version of this manual and a complete reference of available <a
     href="mod/directives.html">configuration directives</a>.</p>
 </section>
 
index dcc90452965226140ac0760b27ded341287f9a42..da75c694171047ebd813f0e213a81e50a8c47db1 100644 (file)
     href="./">docs/manual/</a>. Die aktuellste Version dieses Handbuchs
     sowie eine komplette Referenz der verf&#252;gbaren <a
     href="mod/directives.html">Konfigurationsanweisungen</a> finden
-    Sie unter <a href="http://httpd.apache.org/docs-2.1/"
-    >http://httpd.apache.org/docs-2.1/</a>.</p>
+    Sie unter <a href="http://httpd.apache.org/docs/&httpd.docs;/"
+    >http://httpd.apache.org/docs/&httpd.docs;/</a>.</p>
 </section>
 
 <section id="test"><title>Testen</title>
index 8b5d08c045d61391d762b5c4b3d8c8715ff47cef..a0ba5dca76fc8606b42380786f926b39382cb36e 100644 (file)
@@ -340,8 +340,8 @@ directorios</title>
 
     <p>&#233;chele un vistazo al Manual de Apache que est&#225; en <a
     href="./">docs/manual/</a> o consulte en <a
-    href="http://httpd.apache.org/docs-2.1/"
-    >http://httpd.apache.org/docs-2.1/</a> la versi&#243;n m&#225;s
+    href="http://httpd.apache.org/docs/&httpd.docs;/"
+    >http://httpd.apache.org/docs/&httpd.docs;/</a> la versi&#243;n m&#225;s
     reciente de este manual y la Guia de Referencia de todas las <a
     href="mod/directives.html">directivas de configuraci&#243;n</a>
     disponibles.</p>
index bff8727734b9dfd3ec73fc073b301389aaabdbc4..4ffdf2b6d718779614a4b3cd9efd6dd0d524a442 100644 (file)
@@ -343,8 +343,8 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
 
     <p>A consulter : le manuel d'Apache dans
     <a href="./">docs/manual/</a> ou bien <a
-    href="http://httpd.apache.org/docs-2.1/"
-    >http://httpd.apache.org/docs-2.1/</a> pour la derni&#232;re version de ce
+    href="http://httpd.apache.org/docs/&httpd.docs;/"
+    >http://httpd.apache.org/docs/&httpd.docs;/</a> pour la derni&#232;re version de ce
     manuel, ainsi qu'une r&#233;f&#233;rence compl&#232;te de toutes les
     <a href="mod/directives.html">directives de configuration</a>.</p>
 </section>
index 440146805fe7bccce2d86fd3846ec020d10ad920..19c86e743e2212b3db643577c78e0c26cbd69f60 100644 (file)
@@ -318,7 +318,7 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
 
     <p><a href="./">docs/manual/</a> \e$B$N\e(B Apache \e$B%^%K%e%"%k$r$6$C$H8+$F$/$@$5$$!#\e(B
     \e$B$^$?$O!"\e(B<a
-    href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a>
+    href="http://httpd.apache.org/docs/&httpd.docs;/">http://httpd.apache.org/docs/&httpd.docs;/</a>
     \e$B$K$"$k%^%K%e%"%k:G?7HG!"\e(B<a
     href="mod/directives.html">\e$B@_Dj%G%#%l%/%F%#%V\e(B</a>\e$B$KEv$?$C$F$_$F$/$@$5$$!#\e(B</p>
 </section>
index ae7dfd18f1d30b0f7e8f27147ec9eb12f9612c03..3a40318a4903627b8ca98ca9bfe3e05d84c7e028 100644 (file)
@@ -289,8 +289,8 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
     <p>»ç¿ë°¡´ÉÇÑ <a href="mod/directives.html">¼³Á¤ Áö½Ã¾î</a>¿¡
     ´ëÇÑ ¿ÏÀüÇÑ ¼³¸í°ú ÀÌ ¹®¼­ÀÇ °¡Àå ÃÖ±Ù ÆÇÀº <a
     href="./">docs/manual/</a>À̳ª <a
-    href="http://httpd.apache.org/docs-2.1/"
-    >http://httpd.apache.org/docs-2.1/</a>¿¡ Àִ ¾ÆÆÄÄ¡ ¼³¸í¼­¸¦
+    href="http://httpd.apache.org/docs/&httpd.docs;/"
+    >http://httpd.apache.org/docs/&httpd.docs;/</a>¿¡ Àִ ¾ÆÆÄÄ¡ ¼³¸í¼­¸¦
     Âü°íÇ϶ó.</p>
 </section>
 
index 24696f6ad235e0fb992b604132a49ef5fb55bfa8..9e0867d30260cab5c4908fed8efdd0b4c4e95aab 100644 (file)
@@ -164,8 +164,8 @@ information displayed by the server-info handler</description>
     <example>
       AddModuleInfo mod_deflate.c 'See &lt;a \<br />
       <indent>
-        href="http://www.apache.org/docs-2.1/mod/mod_deflate.html"&gt;\<br />
-        http://www.apache.org/docs-2.1/mod/mod_deflate.html&lt;/a&gt;'
+        href="http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html"&gt;\<br />
+        http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html&lt;/a&gt;'
       </indent>
     </example>
 </usage>
index bd2cabd360f247532d5516a8727f19292b019843..6a5e3e1a1a4be087bc85687b9cdc9811a0124991 100644 (file)
     <example>
       AddModuleInfo mod_deflate.c 'See &lt;a \<br />
       <indent>
-        href="http://www.apache.org/docs-2.1/mod/mod_deflate.html"&gt;\<br />
-        http://www.apache.org/docs-2.1/mod/mod_deflate.html&lt;/a&gt;'
+        href="http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html"&gt;\<br />
+        http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html&lt;/a&gt;'
       </indent>
     </example>
 </usage>
index 6f7d193ed70b4750d948078b6c1e248ccccd6e01..0c5c0e662212041de729959a64683528c84fe440 100644 (file)
     <example>
       AddModuleInfo mod_deflate.c 'See &lt;a \<br />
       <indent>
-        href="http://www.apache.org/docs-2.1/mod/mod_deflate.html"&gt;\<br />
-        http://www.apache.org/docs-2.1/mod/mod_deflate.html&lt;/a&gt;'
+        href="http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html"&gt;\<br />
+        http://www.apache.org/docs/docs/&httpd.docs;/mod/mod_deflate.html&lt;/a&gt;'
       </indent>
     </example>
 </usage>
index 3182012f66daec3fa263dec41a3bde4f3bb095da..1689d3ba3c2289a7ffea01621b1e215f3586cc8e 100644 (file)
@@ -223,7 +223,7 @@ exclusion of operations which have to be done in a synchronized way between the
 pre-forked Apache server processes. This directive can only be used in the
 global server context because it's only useful to have one global mutex.
 This directive is designed to closely match the
-<a href="http://httpd.apache.org/docs-2.0/mod/mpm_common.html#acceptmutex">AcceptMutex</a> directive</p>
+<directive module="mpm_common">AcceptMutex</directive> directive.</p>
 <p>
 The following Mutex <em>types</em> are available:</p>
 <ul>
index 14649f1225e8410dc3b202b5f63661c94522ad25..0723f82f29df15dca105c1320f306b6232f283aa 100644 (file)
@@ -35,8 +35,8 @@
 
      <p>For further information about the concepts and and the security model
      of suexec please refer to the suexec documentation (<a
-     href="http://httpd.apache.org/docs-2.1/suexec.html"
-     >http://httpd.apache.org/docs-2.1/suexec.html</a>).</p>
+     href="http://httpd.apache.org/docs/&httpd.docs;/suexec.html"
+     >http://httpd.apache.org/docs/&httpd.docs;/suexec.html</a>).</p>
 </summary>
 
 <section id="synopsis"><title>Synopsis</title>
index a0f198ba19a0a41c52eb57124cb55486e4bdcb27..811fb494877bbc0d5316149e47055f06ff6a1c07 100644 (file)
@@ -35,8 +35,8 @@
      ´Ù¸¥ »ç¿ëÀÚ°¡ ¾²±â±ÇÇÑÀ» °¡Áö¸é ¾ÈµÈ´Ù.</p>
 
      <p>suexecÀÇ °³³ä°ú º¸¾È¸ðµ¨¿¡ ´ëÇÑ Á¤º¸´Â suexec ¹®¼­¸¦
-     (<a href="http://httpd.apache.org/docs-2.1/suexec.html"
-     >http://httpd.apache.org/docs-2.1/suexec.html</a>) Âü°íÇ϶ó.</p>
+     (<a href="http://httpd.apache.org/docs/&httpd.docs;/suexec.html"
+     >http://httpd.apache.org/docs/&httpd.docs;/suexec.html</a>) Âü°íÇ϶ó.</p>
 </summary>
 
 <section id="synopsis"><title>°³¿ä</title>
index 13ae7fad8757d2ba97672384e1414b9e75b668bf..f8f5a38ea5b1c57cd4bfa8e34ae0d4396a83f5cd 100644 (file)
@@ -26,7 +26,8 @@
 
 <summary>
 <p>This page lists the currently available documents of the
-<a href="./">Apache HTTP Server Version 2.3 Documentation</a>.</p>
+<a href="./">Apache HTTP Server Version &httpd.major;.&httpd.minor;
+Documentation</a>.</p>
 </summary>
 
 <category id="release">
index 8bd248ab1426380413d7b1430f0f1b8ef6f70596..44af461b3f518c0cc9cd5212cfa9f3c4acd4f8a6 100644 (file)
@@ -26,8 +26,8 @@
 
 <summary>
 <p>Esta p&#225;gina contiene la lista con los documentos actualmente
-disponibles de la <a href="./">Versi&#243;n 2.1 de la Documentaci&#243;n del
-Servidor HTTP Apache</a>.</p>
+disponibles de la <a href="./">Versi&#243;n &httpd.major;.&httpd.minor; de la
+Documentaci&#243;n del Servidor HTTP Apache</a>.</p>
 </summary>
 
 <category id="release">
index 894d68c9fd58577e027045f07f92db08e4a52f2a..134f9eb89e591b40ec32453c17ebda277439ef4f 100644 (file)
@@ -26,7 +26,7 @@
 
 <summary>
 <p>\e$B$3$N%Z!<%8$O8=;~E@$GMxMQ2DG=$J\e(B
-<a href="./">Apache HTTP \e$B%5!<%P%P!<%8%g%s\e(B 2.1 \e$B$N%I%-%e%a%s%F!<%7%g%s\e(B</a>
+<a href="./">Apache HTTP \e$B%5!<%P%P!<%8%g%s\e(B &httpd.major;.&httpd.minor; \e$B$N%I%-%e%a%s%F!<%7%g%s\e(B</a>
 \e$B$N0lMw$G$9!#\e(B</p>
 </summary>
 
index eedcd343ea206ad24ebfe51edea811c4d6475efb..6ed46ae549882a797183e177c178ff6b9f8b92cf 100644 (file)
@@ -26,7 +26,7 @@
 
 <summary>
 <p>ÀÌ ÆäÀÌÁö´Â ÇöÀç
-<a href="./">Apache HTTP Server Version 2.1 ¹®¼­</a> ¸ñ·ÏÀ»
+<a href="./">Apache HTTP Server Version &httpd.major;.&httpd.minor; ¹®¼­</a> ¸ñ·ÏÀ»
 º¸¿©ÁØ´Ù.</p>
 </summary>
 
index 3267e2662f294d61932474f7ed9de11715cbcde8..36b4e7af75ec22e4edf39f99ac171241ba94e78e 100644 (file)
@@ -924,8 +924,8 @@ for my core dump?</a></li>
 
     <dl>
     <dt>Answers in the User Manual's F.A.Q. List (this)</dt>
-    <dd><a href="http://httpd.apache.org/docs/2.1/ssl/ssl_faq.html">
-       http://httpd.apache.org/docs/2.1/ssl/ssl_faq.html</a><br />
+    <dd><a href="http://httpd.apache.org/docs/&httpd.docs;/ssl/ssl_faq.html">
+       http://httpd.apache.org/docs/&httpd.docs;/ssl/ssl_faq.html</a><br />
        First check the F.A.Q. (this text). If your problem is a common
        one, it may have been answered several times before, and been included
        in this doc.
index 5ac43c991d1143b6172e30be19b8ace52fa6f1cd..eb2e00e483ec5107f4f8d671dc0a04f310891551 100644 (file)
@@ -1,7 +1,6 @@
 # This file contains version specific properties
 
 # No xml files yet
-noxml.fr=upgrading.html.fr
+noxml.fr = upgrading.html.fr
 
-# (pending) httpd version
-httpd.version=2.3.0
+httpd.version = 2.3.0
index 8d99ac7dd1a5d8f5fdc3f64b32b197bfaf6d0629..b1e603fb66e0b9e2df63dc30ae1e610089c82d8b 100644 (file)
    "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;>
diff --git a/docs/manual/style/lang.dtd b/docs/manual/style/lang.dtd
new file mode 100644 (file)
index 0000000..f117e8d
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<!--
+ Copyright 2005 The Apache Software Foundation or its licensors,
+                as applicable.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!ENTITY % HTTPD-VERSION SYSTEM "version.ent">
+%HTTPD-VERSION;
+
+<!ENTITY nbsp "&#160;">
+
index 93eee6ddb9440d56d2093ca872d2808bcb62830c..969584e1bbaeb04126eacd003bb9ffac97bf20f7 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English Revision: 106753 -->
 
 <!--
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Apache HTTP Server</message>
         <message id="apachehttpserver">Apache HTTP Server Version
-            2.3</message>
+            &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[APACHE DOCUMENTATION]</message>
         <message id="search">Google-Suche</message> <!-- search button -->
         <message id="index">Index</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">HTTP-Server</message>
         <message id="documentation">Dokumentation</message>
-        <message id="version">Version 2.3</message>
+        <message id="version">Version &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">Module</message>
index 06205cc1a611ed948a71c09ffb88c1fb3d24555b..6ab1a2f48c6793a255af4455d196729eeab7741a 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- $LastChangedRevision$ -->
 
 <!--
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Apache HTTP Server</message>
-        <message id="apachehttpserver">Apache HTTP Server Version 2.3</message>
+        <message id="apachehttpserver">Apache HTTP Server Version
+            &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[APACHE DOCUMENTATION]</message>
         <message id="search">Google Search</message> <!-- search button -->
         <message id="index">Index</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">HTTP Server</message>
         <message id="documentation">Documentation</message>
-        <message id="version">Version 2.3</message>
+        <message id="version">Version &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">Modules</message>
index 5b288f5743db38c5f0570aefb596064d4cb2389b..9738ce0501aff40d23d1889d69f571a4870bbc18 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English revision: 106753 -->
 
 <!--
@@ -98,8 +98,8 @@
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Servidor HTTP Apache</message>
-        <message id="apachehttpserver">Versi&#243;n 2.3 del Servidor HTTP
-            Apache</message>
+        <message id="apachehttpserver">Versi&#243;n &httpd.major;.&httpd.minor;
+            del Servidor HTTP Apache</message>
         <message id="apachedocalt">[APACHE DOCUMENTATION]</message>
         <message id="search">Buscar en Google</message> <!-- search button -->
         <message id="index">&#205;ndice</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">Servidor HTTP</message>
         <message id="documentation">Documentaci&#243;n</message>
-        <message id="version">Versi&#243;n 2.3</message>
+        <message id="version">Versi&#243;n &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">M&#243;dulos</message>
index 501f4d1584c01ccd806b5f078a71d09570d9f153..f14cdf141f7e498295d0715c9962b3c1d0b87968 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English revision: 106753 -->
 
 <!--
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Serveur Apache HTTP</message>
-        <message id="apachehttpserver">Serveur Apache HTTP Version 2.3</message>
+        <message id="apachehttpserver">Serveur Apache HTTP Version
+            &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[DOCUMENTATION APACHE]</message>
         <message id="search">Recherche Google</message> <!-- search button -->
         <message id="index">Index</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">Serveur HTTP</message>
         <message id="documentation">Documentation</message>
-        <message id="version">Version 2.3</message>
+        <message id="version">Version &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">Modules</message>
index a0e0ceb5ceac817b0fc26069349b72e07fbb93ad..e52b2be633ce043c21b80d8aac64d99a03299b19 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English revision: 106753 -->
 
 <!--
@@ -97,7 +97,8 @@
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Apache HTTP \e$B%5!<%P\e(B</message>
-        <message id="apachehttpserver">Apache HTTP \e$B%5!<%P\e(B \e$B%P!<%8%g%s\e(B 2.3</message>
+        <message id="apachehttpserver">Apache HTTP \e$B%5!<%P\e(B
+            \e$B%P!<%8%g%s\e(B &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[APACHE DOCUMENTATION]</message>
         <message id="search">Google Search</message> <!-- search button -->
         <message id="index">\e$B:w0z\e(B</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">HTTP \e$B%5!<%P\e(B</message>
         <message id="documentation">\e$B%I%-%e%a%s%F!<%7%g%s\e(B</message>
-        <message id="version">\e$B%P!<%8%g%s\e(B 2.3</message>
+        <message id="version">\e$B%P!<%8%g%s\e(B
+            &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">\e$B%b%8%e!<%k\e(B</message>
index 0511c924dad183934bf6a268adc3bad218c5f3ca..deedd10c5cd03aa64f339edb7245dc0d2d34071f 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="EUC-KR"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English revision: 106753 -->
 
 <!--
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Apache HTTP Server</message>
-        <message id="apachehttpserver">Apache HTTP Server Version 2.3</message>
+        <message id="apachehttpserver">Apache HTTP Server Version
+            &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[APACHE DOCUMENTATION]</message>
         <message id="search">Google °Ë»ö</message> <!-- search button -->
         <message id="index">Index</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">HTTP Server</message>
         <message id="documentation">Documentation</message>
-        <message id="version">Version 2.3</message>
+        <message id="version">Version &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">¸ðµâ</message>
index 212abf9505c1b6afb686316b4723995677164218..9651c446aaf73a18cd381fde38b26bc1bb824711 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English Revision: 106753 -->
 
 <!--
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- Servidor HTTP Apache</message>
-        <message id="apachehttpserver">Servidor HTTP Apache Vers&#227;o 2.3</message>
+        <message id="apachehttpserver">Servidor HTTP Apache Vers&#227;o
+            &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[DOCUMENTA&#199;&#195;O APACHE]</message>
         <message id="search">Busca Google</message> <!-- search button -->
         <message id="index">&#205;ndice</message> <!-- deprecated -->
         <message id="apache">Apache</message>
         <message id="http-server">Servidor HTTP</message>
         <message id="documentation">Documenta&#231;&#227;o</message>
-        <message id="version">Vers&#227;o 2.3</message>
+        <message id="version">Vers&#227;o &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">M&#243;dulos</message>
index 97648831706c93aa5a36b93c4514d2d5884d93f8..fbcb1cd7506e403ac4d49e26f4ad7ce3548343ee 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="KOI8-R"?>
-<!DOCTYPE language [ <!ENTITY nbsp "&#160;"> ]>
+<!DOCTYPE language SYSTEM "../lang.dtd">
 <!-- English revision: 106753 -->
 
 <!--
@@ -87,7 +87,8 @@
 
         <!-- Used in headers and footers -->
         <message id="apachetitle">- HTTP ÓÅÒ×ÅÒ Apache</message>
-        <message id="apachehttpserver">HTTP ÓÅÒ×ÅÒ Apache ÷ÅÒÓÉÑ 2.3</message>
+        <message id="apachehttpserver">HTTP ÓÅÒ×ÅÒ Apache ÷ÅÒÓÉÑ
+            &httpd.major;.&httpd.minor;</message>
         <message id="apachedocalt">[äïëõíåîôáãéñ APACHE]</message>
         <message id="search">Google Search</message> <!-- search button -->
         <message id="index">ïÇÌÁ×ÌÅÎÉÅ</message> <!-- deprecated -->
@@ -97,7 +98,7 @@
         <message id="apache">Apache</message>
         <message id="http-server">HTTP ÓÅÒ×ÅÒ</message>
         <message id="documentation">äÏËÕÍÅÎÔÁÃÉÑ</message>
-        <message id="version">÷ÅÒÓÉÑ 2.3</message>
+        <message id="version">÷ÅÒÓÉÑ &httpd.major;.&httpd.minor;</message>
 
         <!-- super menu -->
         <message id="modules">íÏÄÕÌÉ</message>
index b4068b268dadcafe7a30f23b7056605c776f2df5..9d7bb0a5cfa93385575b503af9301748f1c0a9ca 100644 (file)
@@ -122,7 +122,7 @@ during development, the PDF version may contain some errors and
 inconsistencies, especially in formatting.  If you have difficulty
 reading a part of this file, please consult the HTML version
 of the documentation on the Apache HTTP Server website at
-\href{http://httpd.apache.org/docs-2.0/}{http://httpd.apache.org/docs-2.0/}
+\href{http://httpd.apache.org/docs/&httpd.docs;/}{http://httpd.apache.org/docs/&httpd.docs;/}
 
 The Apache HTTP Server Documentation is maintained by the Apache HTTP
 Server Documentation Project.  More information is available at
diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent
new file mode 100644 (file)
index 0000000..5af87be
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<!--
+ Copyright 2005 The Apache Software Foundation or its licensors,
+                     as applicable.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!ENTITY httpd.major "2">
+<!ENTITY httpd.minor "3">
+<!ENTITY httpd.patch "0">
+
+<!ENTITY httpd.docs "trunk">
index 71a2f9dd54c23ad0f992f50da82ed9220edeca8c..dae6b7777c0dc0f040c75eabbbeb031ff672fd05 100644 (file)
     <!-- (submit the original button and name) -->
     <input type="hidden" name="btnG" value="Google Search" />
 
-    <!-- including the exact phrase "Version 2.1" -->
-    <input type="hidden" value="{$message[@id='version']}" name="as_epq" />
+    <!-- including the exact phrase "Version major.minor" -->
+    <input type="hidden" value="{normalize-space($message[@id='version']})"
+           name="as_epq" />
 
     <!-- with at least one of the words (none) -->
     <input type="hidden" value="" name="as_oq" />
index 875960dfc29623d00a40960f77b4860f2ba6b6ab..85d0fc75b2e0d43ac4ad1ce1729b27c9ee008a61 100644 (file)
     <p><strong>NOTE!</strong> This section may not be
     complete. For the latest revision of this section of the
     documentation, see the Apache Group's <a
-    href="http://httpd.apache.org/docs-2.1/suexec.html">Online
+    href="http://httpd.apache.org/docs/&httpd.docs;/suexec.html">Online
     Documentation</a> version.</p>
 
     <p>There are a few points of interest regarding
index 8d82a45943678cb98e0dfd688f343cab006073ec..84b31f85fde81a9c340f0f1ad8f6aa9cbea158e4 100644 (file)
 
     <p><strong>\e$BCm0U\e(B!</strong>
     \e$B$3$N>O$O40A4$G$O$"$j$^$;$s!#$3$N>O$N:G?72~D{HG$K$D$$$F$O!"\e(B
-    Apache \e$B%0%k!<%W$N\e(B<a href="http://httpd.apache.org/docs-2.1/suexec.html">
+    Apache \e$B%0%k!<%W$N\e(B<a href="http://httpd.apache.org/docs/&httpd.docs;/suexec.html">
     \e$B%*%s%i%$%s%I%-%e%a%s%H\e(B</a>\e$BHG$r;2>H$7$F$/$@$5$$!#\e(B
     </p>
 
index 938e527246b7d79e6be5c505bc9e43a2a3001648..98bd51f6f0a37d633288b36bfe33cad78b092ae3 100644 (file)
 
     <p><strong>ÁÖÀÇ!</strong> ÀÌ ¼½¼ÇÀº ¿ÏÀüÇÏÁö ¾ÊÀ» ¼ö ÀÖ´Ù.
     ¾ÆÆÄÄ¡±×·ìÀÇ <a
-    href="http://httpd.apache.org/docs-2.1/suexec.html">¿Â¶óÀÎ
+    href="http://httpd.apache.org/docs/&httpd.docs;/suexec.html">¿Â¶óÀÎ
     ¹®¼­</a>¿¡¼­ ÀÌ ¹®¼­ÀÇ ÃֽůÇÀ» Âü°íÇ϶ó.</p>
 
     <p>wrapper°¡ ¼­¹ö ¼³Á¤À» Á¦¾àÇϴ ¸î°¡Áö Èï¹Ì·Î¿î Á¡ÀÌ ÀÖ´Ù.
index 6e227c4559c3b7fe313227ef565e87ac7dc643d0..c7120ba75de0a151418a238374349c32b8af601c 100644 (file)
@@ -34,7 +34,7 @@
 
   <p>This document describes only the changes from 2.2 to 2.4.  If you
   are upgrading from version 2.0, you should also consult the <a
-  href="http://httpd.apache.org/docs-2.1/upgrading.html">2.0 to 2.2
+  href="http://httpd.apache.org/docs/&httpd.docs;/upgrading.html">2.0 to 2.2
   upgrading document.</a></p>
 
 </summary>
index 5c356819f6edbcd0e0f45d5bf936ff35dd86a283..45e5426c425473e268ad558bd84f163dc5519a9f 100644 (file)
@@ -35,7 +35,7 @@
   <p>Dieses Dokument beschreibt lediglich die &Auml;nderungen von Version
     2.2 gegen&uuml;ber Version 2.0. Wenn Sie ein Upgrade von Version 1.3
     durchf&uuml;hren, sollten Sie auch <a
-    href="http://httpd.apache.org/docs-2.0/upgrading.html">Upgrade von 1.3
+    href="http://httpd.apache.org/docs/2.0/upgrading.html">Upgrade von 1.3
     auf 2.0</a> zu Rate ziehen.</p>
 </summary>
 <seealso><a href="new_features_2_0.html">&Uuml;bersicht der neuen Funktionen