diff options
author | André Malo <nd@apache.org> | 2003-04-11 01:25:58 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-04-11 01:25:58 +0000 |
commit | 94fc88341542c788801ed2a51da340af5bd0715a (patch) | |
tree | 6d5c13ae93a370ca5ca116f61f26da5556b2a6f2 /docs/manual | |
parent | 6dea9992a78c7cc62f013417292037d96b217847 (diff) | |
download | httpd-94fc88341542c788801ed2a51da340af5bd0715a.tar.gz |
add the metafile attribute to all xml files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
214 files changed, 238 insertions, 238 deletions
diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml index 4153351df2..f97ccb0324 100644 --- a/docs/manual/bind.xml +++ b/docs/manual/bind.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="bind.xml.meta"> <relativepath href="."/> <title>Binding</title> diff --git a/docs/manual/bind.xml.ja b/docs/manual/bind.xml.ja index 8f2df3e0f9..d8938a5f58 100644 --- a/docs/manual/bind.xml.ja +++ b/docs/manual/bind.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.4 --> -<manualpage> +<manualpage metafile="bind.xml.meta"> <relativepath href="."/> <title>$B%P%$%s%I(B</title> diff --git a/docs/manual/cgi_path.xml b/docs/manual/cgi_path.xml index e1c6894ca8..0eca1fe52e 100644 --- a/docs/manual/cgi_path.xml +++ b/docs/manual/cgi_path.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="cgi_path.xml.meta"> <relativepath href="."/> <title>PATH_INFO Changes in the CGI Environment</title> diff --git a/docs/manual/cgi_path.xml.ja b/docs/manual/cgi_path.xml.ja index 866bc0d303..8b2689b9fb 100644 --- a/docs/manual/cgi_path.xml.ja +++ b/docs/manual/cgi_path.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.1 --> -<manualpage> +<manualpage metafile="cgi_path.xml.meta"> <relativepath href="."/> <title>CGI $B4D6-$G$N(B PATH_INFO $B$NJQ99(B</title> diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 199dee4718..0468d923e1 100644 --- a/docs/manual/configuring.xml +++ b/docs/manual/configuring.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="configuring.xml.meta"> <relativepath href="."/> <title>Configuration Files</title> @@ -178,4 +178,4 @@ HTTP server.</p> <p>For more information on <code>.htaccess</code> files, see the <a href="howto/htaccess.html">.htaccess tutorial</a>.</p> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/configuring.xml.ja b/docs/manual/configuring.xml.ja index 4656cac91e..af33fdebba 100644 --- a/docs/manual/configuring.xml.ja +++ b/docs/manual/configuring.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="configuring.xml.meta"> <relativepath href="."/> <!-- English revision: 1.5 --> diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index 13de47dc34..1afc260887 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="content-negotiation.xml.meta"> <relativepath href="."/> <title>Content Negotiation</title> diff --git a/docs/manual/content-negotiation.xml.ja b/docs/manual/content-negotiation.xml.ja index 5565c7afaa..6d637ad2fe 100644 --- a/docs/manual/content-negotiation.xml.ja +++ b/docs/manual/content-negotiation.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="content-negotiation.xml.meta"> <relativepath href="."/> <!-- English revision: 1.3 --> diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml index 9ea20ef30f..be6138dfdb 100644 --- a/docs/manual/custom-error.xml +++ b/docs/manual/custom-error.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="custom-error.xml.meta"> <relativepath href="."/> <title>Custom Error Responses</title> @@ -172,4 +172,4 @@ have no effect.</p> </section> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/custom-error.xml.ja b/docs/manual/custom-error.xml.ja index 0c4abbe8e7..689569d95c 100644 --- a/docs/manual/custom-error.xml.ja +++ b/docs/manual/custom-error.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.1 --> -<manualpage> +<manualpage metafile="custom-error.xml.meta"> <relativepath href="."/> <title>$B%+%9%?%`%(%i!<%l%9%]%s%9(B</title> diff --git a/docs/manual/developer/debugging.xml b/docs/manual/developer/debugging.xml index 0044f5fe6a..8e9b201dee 100644 --- a/docs/manual/developer/debugging.xml +++ b/docs/manual/developer/debugging.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="debugging.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/developer/documenting.xml b/docs/manual/developer/documenting.xml index 223b9b8f3c..d413fe0e85 100644 --- a/docs/manual/developer/documenting.xml +++ b/docs/manual/developer/documenting.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="documenting.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/developer/filters.xml b/docs/manual/developer/filters.xml index fbfe61e664..4325abbec3 100644 --- a/docs/manual/developer/filters.xml +++ b/docs/manual/developer/filters.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="filters.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml index 975b4c5794..28a5d75152 100644 --- a/docs/manual/developer/hooks.xml +++ b/docs/manual/developer/hooks.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="hooks.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/developer/index.xml b/docs/manual/developer/index.xml index 95746073ea..77fb3a40a3 100644 --- a/docs/manual/developer/index.xml +++ b/docs/manual/developer/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".."/> <parentdocument href="../" /> diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml index de03072b91..c054d05e42 100644 --- a/docs/manual/developer/modules.xml +++ b/docs/manual/developer/modules.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="modules.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/developer/request.xml b/docs/manual/developer/request.xml index 51edc831ad..051aceb476 100644 --- a/docs/manual/developer/request.xml +++ b/docs/manual/developer/request.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="request.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/developer/thread_safety.xml b/docs/manual/developer/thread_safety.xml index 80d5b028bd..9596a1449d 100644 --- a/docs/manual/developer/thread_safety.xml +++ b/docs/manual/developer/thread_safety.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="thread_safety.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Developer Documentation</parentdocument> diff --git a/docs/manual/dns-caveats.xml b/docs/manual/dns-caveats.xml index 157b66d45d..932f510c78 100644 --- a/docs/manual/dns-caveats.xml +++ b/docs/manual/dns-caveats.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="dns-caveats.xml.meta"> <relativepath href="." /> <title>Issues Regarding DNS and Apache</title> diff --git a/docs/manual/dns-caveats.xml.ja b/docs/manual/dns-caveats.xml.ja index f5f2442332..f887a1ca80 100644 --- a/docs/manual/dns-caveats.xml.ja +++ b/docs/manual/dns-caveats.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.2 --> -<manualpage> +<manualpage metafile="dns-caveats.xml.meta"> <relativepath href="." /> <title>DNS $B$H(B Apache $B$K$^$D$o$kCm0U;v9`(B</title> diff --git a/docs/manual/dso.xml b/docs/manual/dso.xml index 697f9be11c..0cc58cdc7d 100644 --- a/docs/manual/dso.xml +++ b/docs/manual/dso.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="dso.xml.meta"> <relativepath href="."/> <title>Dynamic Shared Object (DSO) Support</title> diff --git a/docs/manual/dso.xml.ja b/docs/manual/dso.xml.ja index 8f4eb8e420..260caef40e 100644 --- a/docs/manual/dso.xml.ja +++ b/docs/manual/dso.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.3 --> -<manualpage> +<manualpage metafile="dso.xml.meta"> <relativepath href="."/> <title>$BF0E*6&M-%*%V%8%'%/%H(B (DSO) $B%5%]!<%H(B</title> diff --git a/docs/manual/env.xml b/docs/manual/env.xml index fb838df888..fad6b8281e 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="env.xml.meta"> <relativepath href="."/> <title>Environment Variables in Apache</title> diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja index 710c54b593..506c92ff46 100644 --- a/docs/manual/env.xml.ja +++ b/docs/manual/env.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.11 --> -<manualpage> +<manualpage metafile="env.xml.meta"> <relativepath href="."/> <title>Apache $B$N4D6-JQ?t(B</title> diff --git a/docs/manual/filter.xml b/docs/manual/filter.xml index 62923de5ad..29c438e213 100644 --- a/docs/manual/filter.xml +++ b/docs/manual/filter.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="filter.xml.meta"> <relativepath href="."/> <title>Filters</title> diff --git a/docs/manual/filter.xml.ja b/docs/manual/filter.xml.ja index da7d2dd7a2..2a9ef1e389 100644 --- a/docs/manual/filter.xml.ja +++ b/docs/manual/filter.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.4 --> -<manualpage> +<manualpage metafile="filter.xml.meta"> <relativepath href="."/> <title>$B%U%#%k%?(B</title> diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 9241f560c0..39f7e7d290 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="glossary.xml.meta"> <relativepath href="."/> <title>Glossary</title> diff --git a/docs/manual/handler.xml b/docs/manual/handler.xml index 123222ce73..f6633ef4df 100644 --- a/docs/manual/handler.xml +++ b/docs/manual/handler.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="handler.xml.meta"> <relativepath href="."/> <title>Apache's Handler Use</title> diff --git a/docs/manual/handler.xml.ja b/docs/manual/handler.xml.ja index be0fde8518..169b4ea360 100644 --- a/docs/manual/handler.xml.ja +++ b/docs/manual/handler.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.3 --> -<manualpage> +<manualpage metafile="handler.xml.meta"> <relativepath href="."/> <title>Apache $B$N%O%s%I%i$N;HMQ(B</title> diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index de8dac3ef3..550a3cd928 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="auth.xml.meta"> <relativepath href=".." /> <parentdocument href="./">How-To / Tutorials</parentdocument> diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index aebca60666..6501f9c7ac 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="cgi.xml.meta"> <relativepath href=".." /> <parentdocument href="./">How-To / Tutorials</parentdocument> diff --git a/docs/manual/howto/cgi.xml.ja b/docs/manual/howto/cgi.xml.ja index ba4ac6d97b..1553aae321 100644 --- a/docs/manual/howto/cgi.xml.ja +++ b/docs/manual/howto/cgi.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="cgi.xml.meta"> <!-- English revision: 1.1 --> <relativepath href=".." /> diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index 5484b68ad6..8a19af7f8f 100755 --- a/docs/manual/howto/htaccess.xml +++ b/docs/manual/howto/htaccess.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="htaccess.xml.meta"> <relativepath href=".."/> <parentdocument href="./">How-To / Tutorials</parentdocument> diff --git a/docs/manual/howto/index.xml b/docs/manual/howto/index.xml index 09a96a639d..2b9467f08c 100644 --- a/docs/manual/howto/index.xml +++ b/docs/manual/howto/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".." /> <parentdocument href="../"/> diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml index 858e689759..ca3a15cccc 100644 --- a/docs/manual/howto/public_html.xml +++ b/docs/manual/howto/public_html.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="public_html.xml.meta"> <relativepath href=".."/> <parentdocument href="./">How-To / Tutorials</parentdocument> diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index d3d65574a9..b30c55b65e 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ssi.xml.meta"> <relativepath href=".."/> <parentdocument href="./">How-To / Tutorials</parentdocument> diff --git a/docs/manual/howto/ssi.xml.ja b/docs/manual/howto/ssi.xml.ja index 07e3c4f6cf..8a658763ce 100644 --- a/docs/manual/howto/ssi.xml.ja +++ b/docs/manual/howto/ssi.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="ssi.xml.meta"> <relativepath href=".."/> <!-- English revision: 1.4 --> diff --git a/docs/manual/index.xml b/docs/manual/index.xml index f195a92bff..52506f3d48 100644 --- a/docs/manual/index.xml +++ b/docs/manual/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<indexpage> +<indexpage metafile="index.xml.meta"> <relativepath href="."/> <parentdocument href="http://httpd.apache.org/docs-project/" /> diff --git a/docs/manual/index.xml.de b/docs/manual/index.xml.de index 3947b10294..93c038e872 100644 --- a/docs/manual/index.xml.de +++ b/docs/manual/index.xml.de @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English Revision: 1.1 --> -<indexpage> +<indexpage metafile="index.xml.meta"> <relativepath href="."/> <parentdocument href="http://httpd.apache.org/docs-project/" /> diff --git a/docs/manual/install.xml b/docs/manual/install.xml index f31f97d028..603dd768b8 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="install.xml.meta"> <relativepath href="."/> <title>Compiling and Installing</title> diff --git a/docs/manual/install.xml.de b/docs/manual/install.xml.de index e8ade6ed59..2393b6621a 100644 --- a/docs/manual/install.xml.de +++ b/docs/manual/install.xml.de @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English revision: 1.14 --> -<manualpage> +<manualpage metafile="install.xml.meta"> <relativepath href="."/> <title>Kompilieren und Installieren</title> @@ -615,4 +615,4 @@ <example>$ <em>PREFIX</em>/bin/apachectl stop</example> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/install.xml.ja b/docs/manual/install.xml.ja index 65194f524c..b1b62ad821 100644 --- a/docs/manual/install.xml.ja +++ b/docs/manual/install.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="install.xml.meta"> <relativepath href="."/> <!-- English revision: 1.16 --> diff --git a/docs/manual/invoking.xml b/docs/manual/invoking.xml index 8d8affb548..fc96f304af 100644 --- a/docs/manual/invoking.xml +++ b/docs/manual/invoking.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="invoking.xml.meta"> <relativepath href="."/> <title>Starting Apache</title> diff --git a/docs/manual/invoking.xml.de b/docs/manual/invoking.xml.de index d9407b1531..c64c66eeac 100644 --- a/docs/manual/invoking.xml.de +++ b/docs/manual/invoking.xml.de @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English revision: 1.4 --> -<manualpage> +<manualpage metafile="invoking.xml.meta"> <relativepath href="."/> <title>Apache starten</title> diff --git a/docs/manual/invoking.xml.ja b/docs/manual/invoking.xml.ja index 08fb53bf04..3168bb9a0e 100644 --- a/docs/manual/invoking.xml.ja +++ b/docs/manual/invoking.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="invoking.xml.meta"> <relativepath href="."/> <!-- English revision: 1.4 --> diff --git a/docs/manual/license.xml b/docs/manual/license.xml index 2a7b6a502d..7f270b8154 100644 --- a/docs/manual/license.xml +++ b/docs/manual/license.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="license.xml.meta"> <relativepath href="."/> <title>The Apache Software License, Version 1.1</title> diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index cda18815c7..8c9bb1c71d 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="logs.xml.meta"> <relativepath href="."/> <title>Log Files</title> diff --git a/docs/manual/logs.xml.ja b/docs/manual/logs.xml.ja index 74e81349c2..57af7a9dce 100644 --- a/docs/manual/logs.xml.ja +++ b/docs/manual/logs.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.8 --> -<manualpage> +<manualpage metafile="logs.xml.meta"> <relativepath href="."/> <title>$B%m%0%U%!%$%k(B</title> diff --git a/docs/manual/misc/index.xml b/docs/manual/misc/index.xml index 1789683ad0..3df002a8e3 100644 --- a/docs/manual/misc/index.xml +++ b/docs/manual/misc/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".." /> <parentdocument href="../"/> diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml index 7c536ecdeb..bf2953a184 100644 --- a/docs/manual/misc/perf-tuning.xml +++ b/docs/manual/misc/perf-tuning.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="perf-tuning.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Miscellaneous Documentation</parentdocument> diff --git a/docs/manual/misc/rewriteguide.xml b/docs/manual/misc/rewriteguide.xml index 815df14f13..f525477f9d 100644 --- a/docs/manual/misc/rewriteguide.xml +++ b/docs/manual/misc/rewriteguide.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="rewriteguide.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Miscellaneous Documentation</parentdocument> diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index c21726f6c9..265f929e7e 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="security_tips.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Miscellaneous Documentation</parentdocument> diff --git a/docs/manual/mod/beos.xml b/docs/manual/mod/beos.xml index 4d824a88cb..c2bd73b6af 100644 --- a/docs/manual/mod/beos.xml +++ b/docs/manual/mod/beos.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="beos.xml.meta"> <name>beos</name> <description>This Multi-Processing Module is optimized for BeOS.</description> diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 6e0f5f8ca3..7fed697609 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="core.xml.meta"> <name>core</name> <description>Core Apache HTTP Server features that are always @@ -2916,4 +2916,4 @@ hostname or IP address</description> different sections are combined when a request is received</seealso> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 58c8e5cce7..b0e361e730 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> <!-- English revision: 1.52 --> -<modulesynopsis> +<modulesynopsis metafile="core.xml.meta"> <name>core</name> <description>Ständig verfügbare Kernfunktionen des Apache HTTP @@ -3073,4 +3073,4 @@ IP-Adressen angewendet werden</description> kombiniert werden, wenn eine Anfrage empfangen wird</seealso> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/directive-dict.xml b/docs/manual/mod/directive-dict.xml index ce0afd28ce..e4cafadb41 100644 --- a/docs/manual/mod/directive-dict.xml +++ b/docs/manual/mod/directive-dict.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="directive-dict.xml.meta"> <relativepath href=".."/> <title>Terms Used to Describe Directives</title> diff --git a/docs/manual/mod/directive-dict.xml.ja b/docs/manual/mod/directive-dict.xml.ja index e1259799d2..bad3eaa2c4 100644 --- a/docs/manual/mod/directive-dict.xml.ja +++ b/docs/manual/mod/directive-dict.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.2 --> -<manualpage> +<manualpage metafile="directive-dict.xml.meta"> <relativepath href=".."/> <title>$B%G%#%l%/%F%#%V$N2r@b$K;H$o$l$kMQ8l(B</title> diff --git a/docs/manual/mod/directives.xml b/docs/manual/mod/directives.xml index 4fbabd9685..fbf1491c45 100644 --- a/docs/manual/mod/directives.xml +++ b/docs/manual/mod/directives.xml @@ -4,7 +4,7 @@ > <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<directiveindex> +<directiveindex metafile="directives.xml.meta"> <title>Directive Index</title> <summary> <p> @@ -23,4 +23,4 @@ </summary> &sitemap; -</directiveindex>
\ No newline at end of file +</directiveindex> diff --git a/docs/manual/mod/directives.xml.de b/docs/manual/mod/directives.xml.de index d8dfab24ae..8ac04d1d6d 100644 --- a/docs/manual/mod/directives.xml.de +++ b/docs/manual/mod/directives.xml.de @@ -5,7 +5,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> <!-- English revision: 1.7 --> -<directiveindex> +<directiveindex metafile="directives.xml.meta"> <title>Verzeichnis der Direktiven</title> <summary> <p> @@ -24,4 +24,4 @@ </summary> &sitemap; -</directiveindex>
\ No newline at end of file +</directiveindex> diff --git a/docs/manual/mod/directives.xml.ja b/docs/manual/mod/directives.xml.ja index a352a67e81..feadd3d467 100644 --- a/docs/manual/mod/directives.xml.ja +++ b/docs/manual/mod/directives.xml.ja @@ -5,7 +5,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.7 --> -<directiveindex> +<directiveindex metafile="directives.xml.meta"> <title>$B%G%#%l%/%F%#%V0lMw(B</title> <summary> <p> diff --git a/docs/manual/mod/index.xml b/docs/manual/mod/index.xml index 3462211150..40b48b07f7 100644 --- a/docs/manual/mod/index.xml +++ b/docs/manual/mod/index.xml @@ -4,7 +4,7 @@ > <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<moduleindex> +<moduleindex metafile="index.xml.meta"> <title>Module Index</title> <summary> <p> @@ -20,4 +20,4 @@ </seealso> &sitemap; -</moduleindex>
\ No newline at end of file +</moduleindex> diff --git a/docs/manual/mod/index.xml.de b/docs/manual/mod/index.xml.de index c8406990f9..781930ec80 100644 --- a/docs/manual/mod/index.xml.de +++ b/docs/manual/mod/index.xml.de @@ -5,7 +5,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> <!-- English revision: 1.5 --> -<moduleindex> +<moduleindex metafile="index.xml.meta"> <title>Modul-Index</title> <summary> <p> @@ -21,4 +21,4 @@ </seealso> &sitemap; -</moduleindex>
\ No newline at end of file +</moduleindex> diff --git a/docs/manual/mod/index.xml.ja b/docs/manual/mod/index.xml.ja index 0b5d8dfe8b..de8470d545 100644 --- a/docs/manual/mod/index.xml.ja +++ b/docs/manual/mod/index.xml.ja @@ -5,7 +5,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.5 --> -<moduleindex> +<moduleindex metafile="index.xml.meta"> <title>$B%b%8%e!<%k0lMw(B</title> <summary> <p> diff --git a/docs/manual/mod/leader.xml b/docs/manual/mod/leader.xml index 9609306d67..cf6b93a9a4 100644 --- a/docs/manual/mod/leader.xml +++ b/docs/manual/mod/leader.xml @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="leader.xml.meta"> <name>leader</name> <description>An experimental variant of the standard <module>worker</module> MPM</description> @@ -74,4 +74,4 @@ MPM</description> <directivesynopsis location="mpm_common"><name>User</name> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml index 592f26b0d6..d23ce48f6c 100644 --- a/docs/manual/mod/mod_actions.xml +++ b/docs/manual/mod/mod_actions.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_actions.xml.meta"> <name>mod_actions</name> diff --git a/docs/manual/mod/mod_actions.xml.ja b/docs/manual/mod/mod_actions.xml.ja index 5c4f3de871..296be9de54 100644 --- a/docs/manual/mod/mod_actions.xml.ja +++ b/docs/manual/mod/mod_actions.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_actions.xml.meta"> <!-- English revision: 1.8 --> <name>mod_actions</name> diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index fd15769670..4bfd26eaa7 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_alias.xml.meta"> <name>mod_alias</name> <description>Provides for mapping different parts of the host diff --git a/docs/manual/mod/mod_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja index fd40531d6c..bd1e8f12e6 100644 --- a/docs/manual/mod/mod_alias.xml.ja +++ b/docs/manual/mod/mod_alias.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_alias.xml.meta"> <!-- English revision: 1.11 --> <name>mod_alias</name> diff --git a/docs/manual/mod/mod_asis.xml b/docs/manual/mod/mod_asis.xml index dcd9d811b4..4339430b91 100644 --- a/docs/manual/mod/mod_asis.xml +++ b/docs/manual/mod/mod_asis.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_asis.xml.meta"> <name>mod_asis</name> <description>Sends files that contain their own diff --git a/docs/manual/mod/mod_asis.xml.ja b/docs/manual/mod/mod_asis.xml.ja index 50238e2930..30672e58cc 100644 --- a/docs/manual/mod/mod_asis.xml.ja +++ b/docs/manual/mod/mod_asis.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_asis.xml.meta"> <!-- English revision: 1.5 --> <name>mod_asis</name> diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index 2741327fb5..f770b4ddec 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_auth_basic.xml.meta"> <name>mod_auth_basic</name> <description>Basic authentication</description> diff --git a/docs/manual/mod/mod_auth_basic.xml.ja b/docs/manual/mod/mod_auth_basic.xml.ja index de5aabbc9e..4687697b2c 100644 --- a/docs/manual/mod/mod_auth_basic.xml.ja +++ b/docs/manual/mod/mod_auth_basic.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_auth_basic.xml.meta"> <!-- English revision: 1.7 --> <name>mod_auth_basic</name> diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml index 02171be32b..1a4a27285f 100644 --- a/docs/manual/mod/mod_auth_digest.xml +++ b/docs/manual/mod/mod_auth_digest.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_auth_digest.xml.meta"> <name>mod_auth_digest</name> <description>User authentication using MD5 diff --git a/docs/manual/mod/mod_auth_ldap.xml b/docs/manual/mod/mod_auth_ldap.xml index 263001c734..b8cfcf9a02 100644 --- a/docs/manual/mod/mod_auth_ldap.xml +++ b/docs/manual/mod/mod_auth_ldap.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_auth_ldap.xml.meta"> <name>mod_auth_ldap</name> <description>Allows an LDAP directory to be used to store the database diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml index 29b13d32ee..d810267d50 100644 --- a/docs/manual/mod/mod_authn_anon.xml +++ b/docs/manual/mod/mod_authn_anon.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authn_anon.xml.meta"> <name>mod_authn_anon</name> <description>Allows "anonymous" user access to authenticated diff --git a/docs/manual/mod/mod_authn_dbm.xml b/docs/manual/mod/mod_authn_dbm.xml index c9be2eafab..47b3bb17c8 100644 --- a/docs/manual/mod/mod_authn_dbm.xml +++ b/docs/manual/mod/mod_authn_dbm.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authn_dbm.xml.meta"> <name>mod_authn_dbm</name> <description>User authentication using DBM files</description> diff --git a/docs/manual/mod/mod_authn_default.xml b/docs/manual/mod/mod_authn_default.xml index 9b8f544df5..124fdac771 100644 --- a/docs/manual/mod/mod_authn_default.xml +++ b/docs/manual/mod/mod_authn_default.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authn_default.xml.meta"> <name>mod_authn_default</name> <description>Authentication fallback module</description> diff --git a/docs/manual/mod/mod_authn_file.xml b/docs/manual/mod/mod_authn_file.xml index 725231d399..111a771352 100644 --- a/docs/manual/mod/mod_authn_file.xml +++ b/docs/manual/mod/mod_authn_file.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authn_file.xml.meta"> <name>mod_authn_file</name> <description>User authentication using text files</description> diff --git a/docs/manual/mod/mod_authn_file.xml.ja b/docs/manual/mod/mod_authn_file.xml.ja index e2e149a711..ae0e4adc1e 100644 --- a/docs/manual/mod/mod_authn_file.xml.ja +++ b/docs/manual/mod/mod_authn_file.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authn_file.xml.meta"> <!-- English revision: 1.5 --> <name>mod_authn_file</name> diff --git a/docs/manual/mod/mod_authz_dbm.xml b/docs/manual/mod/mod_authz_dbm.xml index b654b7a6d2..c32ab5a115 100644 --- a/docs/manual/mod/mod_authz_dbm.xml +++ b/docs/manual/mod/mod_authz_dbm.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_dbm.xml.meta"> <name>mod_authz_dbm</name> <description>Group authorization using DBM files</description> diff --git a/docs/manual/mod/mod_authz_default.xml b/docs/manual/mod/mod_authz_default.xml index 081e744207..a99260eb46 100644 --- a/docs/manual/mod/mod_authz_default.xml +++ b/docs/manual/mod/mod_authz_default.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_default.xml.meta"> <name>mod_authz_default</name> <description>Authorization fallback module</description> diff --git a/docs/manual/mod/mod_authz_groupfile.xml b/docs/manual/mod/mod_authz_groupfile.xml index 1d643db781..3293e490f6 100644 --- a/docs/manual/mod/mod_authz_groupfile.xml +++ b/docs/manual/mod/mod_authz_groupfile.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_groupfile.xml.meta"> <name>mod_authz_groupfile</name> <description>Group authorization using plaintext files</description> diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 5319188f45..51069dde4d 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_host.xml.meta"> <name>mod_authz_host</name> <description>Group authorizations based on host (name or IP diff --git a/docs/manual/mod/mod_authz_host.xml.ja b/docs/manual/mod/mod_authz_host.xml.ja index 930addcc3b..2d0e1ddd7c 100644 --- a/docs/manual/mod/mod_authz_host.xml.ja +++ b/docs/manual/mod/mod_authz_host.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_host.xml.meta"> <!-- English revision: 1.4 --> <name>mod_authz_host</name> diff --git a/docs/manual/mod/mod_authz_owner.xml b/docs/manual/mod/mod_authz_owner.xml index b55db4aefe..531fedb994 100644 --- a/docs/manual/mod/mod_authz_owner.xml +++ b/docs/manual/mod/mod_authz_owner.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_owner.xml.meta"> <name>mod_authz_owner</name> <description>Authorization based on file ownership</description> diff --git a/docs/manual/mod/mod_authz_user.xml b/docs/manual/mod/mod_authz_user.xml index 0cbe770d6b..e11c7d406e 100644 --- a/docs/manual/mod/mod_authz_user.xml +++ b/docs/manual/mod/mod_authz_user.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_authz_user.xml.meta"> <name>mod_authz_user</name> <description>User Authorization</description> diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index b794986000..ac1684dfaa 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_autoindex.xml.meta"> <name>mod_autoindex</name> <description>Generates directory indexes, diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index c8c5c93677..efb5ccc63f 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.14 --> -<modulesynopsis> +<modulesynopsis metafile="mod_autoindex.xml.meta"> <name>mod_autoindex</name> <description>Unix $B$N(B <code>ls</code> $B%3%^%s%I$d(B diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 00bdfd6e08..56b5e429ec 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_cache.xml.meta"> <name>mod_cache</name> <description>Content cache keyed to URIs.</description> diff --git a/docs/manual/mod/mod_cern_meta.xml b/docs/manual/mod/mod_cern_meta.xml index a29b6fd545..09415209db 100644 --- a/docs/manual/mod/mod_cern_meta.xml +++ b/docs/manual/mod/mod_cern_meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_cern_meta.xml.meta"> <name>mod_cern_meta</name> <description>CERN httpd metafile semantics</description> diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml index 6c1f5b2e56..8c3294ec13 100644 --- a/docs/manual/mod/mod_cgi.xml +++ b/docs/manual/mod/mod_cgi.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_cgi.xml.meta"> <name>mod_cgi</name> <description>Execution of CGI scripts</description> @@ -217,4 +217,4 @@ in the scriptlog</description> </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_cgi.xml.ja b/docs/manual/mod/mod_cgi.xml.ja index bf516b146b..b795561696 100644 --- a/docs/manual/mod/mod_cgi.xml.ja +++ b/docs/manual/mod/mod_cgi.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_cgi.xml.meta"> <!-- English revision: 1.8 --> <name>mod_cgi</name> diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml index fbfa1e1019..e748fb6240 100644 --- a/docs/manual/mod/mod_cgid.xml +++ b/docs/manual/mod/mod_cgid.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_cgid.xml.meta"> <name>mod_cgid</name> <description>Execution of CGI scripts using an diff --git a/docs/manual/mod/mod_charset_lite.xml b/docs/manual/mod/mod_charset_lite.xml index 900a56f0cf..c73c843624 100644 --- a/docs/manual/mod/mod_charset_lite.xml +++ b/docs/manual/mod/mod_charset_lite.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_charset_lite.xml.meta"> <name>mod_charset_lite</name> <description>Specify character set translation or recoding</description> @@ -177,4 +177,4 @@ </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml index 6d9afa8529..a800702718 100644 --- a/docs/manual/mod/mod_dav.xml +++ b/docs/manual/mod/mod_dav.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_dav.xml.meta"> <name>mod_dav</name> <description>Distributed Authoring and Versioning diff --git a/docs/manual/mod/mod_dav.xml.ja b/docs/manual/mod/mod_dav.xml.ja index e3bf0f9208..c2046d5cf0 100644 --- a/docs/manual/mod/mod_dav.xml.ja +++ b/docs/manual/mod/mod_dav.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.5 --> -<modulesynopsis> +<modulesynopsis metafile="mod_dav.xml.meta"> <name>mod_dav</name> <description>$BJ,;6%*!<%5%j%s%0$H%P!<%8%g%s4IM}(B diff --git a/docs/manual/mod/mod_dav_fs.xml b/docs/manual/mod/mod_dav_fs.xml index 6651fe4876..1a4b06d289 100644 --- a/docs/manual/mod/mod_dav_fs.xml +++ b/docs/manual/mod/mod_dav_fs.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_dav_fs.xml.meta"> <name>mod_dav_fs</name> <description>filesystem provider for <module>mod_dav</module></description> diff --git a/docs/manual/mod/mod_dav_fs.xml.ja b/docs/manual/mod/mod_dav_fs.xml.ja index cd1492242a..18ae03ac15 100644 --- a/docs/manual/mod/mod_dav_fs.xml.ja +++ b/docs/manual/mod/mod_dav_fs.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.1 --> -<modulesynopsis> +<modulesynopsis metafile="mod_dav_fs.xml.meta"> <name>mod_dav_fs</name> <description><module>mod_dav</module> $B$N$?$a$N%U%!%$%k%7%9%F%`%W%m%P%$%@(B</description> diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 8d7c903205..c851435da1 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_deflate.xml.meta"> <name>mod_deflate</name> <description>Compress content before it is delivered to the diff --git a/docs/manual/mod/mod_deflate.xml.ja b/docs/manual/mod/mod_deflate.xml.ja index daf281a5c4..1e38688fb1 100644 --- a/docs/manual/mod/mod_deflate.xml.ja +++ b/docs/manual/mod/mod_deflate.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_deflate.xml.meta"> <!-- English revision: 1.16 --> <name>mod_deflate</name> diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 596ef927db..02e62b25c0 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_dir.xml.meta"> <name>mod_dir</name> <description>Provides for "trailing slash" redirects and serving directory index files</description> @@ -78,4 +78,4 @@ a directory</description> </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja index 278fe0eab7..a708f783e5 100644 --- a/docs/manual/mod/mod_dir.xml.ja +++ b/docs/manual/mod/mod_dir.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_dir.xml.meta"> <!-- English revision: 1.4 --> <name>mod_dir</name> diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml index 8fd294e9b0..8823f57a8b 100644 --- a/docs/manual/mod/mod_disk_cache.xml +++ b/docs/manual/mod/mod_disk_cache.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_disk_cache.xml.meta"> <name>mod_disk_cache</name> <description>Content cache storage manager keyed to URIs</description> diff --git a/docs/manual/mod/mod_echo.xml b/docs/manual/mod/mod_echo.xml index e040dbec1d..aa0b014f4d 100644 --- a/docs/manual/mod/mod_echo.xml +++ b/docs/manual/mod/mod_echo.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_echo.xml.meta"> <name>mod_echo</name> <description>A simple echo server to illustrate protocol diff --git a/docs/manual/mod/mod_echo.xml.ja b/docs/manual/mod/mod_echo.xml.ja index 8db3684199..c121e2a094 100644 --- a/docs/manual/mod/mod_echo.xml.ja +++ b/docs/manual/mod/mod_echo.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_echo.xml.meta"> <!-- English revision: 1.3 --> <name>mod_echo</name> diff --git a/docs/manual/mod/mod_env.xml b/docs/manual/mod/mod_env.xml index b541a5430f..4d6d429c70 100644 --- a/docs/manual/mod/mod_env.xml +++ b/docs/manual/mod/mod_env.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_env.xml.meta"> <name>mod_env</name> <description>Modifies the environment which is passed to CGI scripts and diff --git a/docs/manual/mod/mod_env.xml.ja b/docs/manual/mod/mod_env.xml.ja index da2610d9d8..60793719d9 100644 --- a/docs/manual/mod/mod_env.xml.ja +++ b/docs/manual/mod/mod_env.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_env.xml.meta"> <!-- English revision: 1.4 --> <name>mod_env</name> diff --git a/docs/manual/mod/mod_example.xml b/docs/manual/mod/mod_example.xml index 892181d720..3aae4bf123 100644 --- a/docs/manual/mod/mod_example.xml +++ b/docs/manual/mod/mod_example.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_example.xml.meta"> <name>mod_example</name> <description>Illustrates the Apache module API</description> diff --git a/docs/manual/mod/mod_expires.xml b/docs/manual/mod/mod_expires.xml index 58a214b411..3d3bb95cdb 100644 --- a/docs/manual/mod/mod_expires.xml +++ b/docs/manual/mod/mod_expires.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_expires.xml.meta"> <name>mod_expires</name> <description>Generation of <code>Expires</code> HTTP headers according to diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index 0712d2f4d2..d9bd69d96f 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_ext_filter.xml.meta"> <name>mod_ext_filter</name> <description>Pass the response body through an external program before @@ -331,4 +331,4 @@ delivery to the client</description> </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_file_cache.xml b/docs/manual/mod/mod_file_cache.xml index e8c754a522..a6e30c0270 100644 --- a/docs/manual/mod/mod_file_cache.xml +++ b/docs/manual/mod/mod_file_cache.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_file_cache.xml.meta"> <name>mod_file_cache</name> <description>Caches a static list of files in memory</description> @@ -177,4 +177,4 @@ </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 1144446cff..8630ebc128 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_headers.xml.meta"> <name>mod_headers</name> <description>Customization of HTTP request and response diff --git a/docs/manual/mod/mod_ident.xml b/docs/manual/mod/mod_ident.xml index f77e049e7d..e39b648cc9 100644 --- a/docs/manual/mod/mod_ident.xml +++ b/docs/manual/mod/mod_ident.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_ident.xml.meta"> <name>mod_ident</name> <description>RFC 1413 ident lookups</description> diff --git a/docs/manual/mod/mod_imap.xml b/docs/manual/mod/mod_imap.xml index 3e7ca7efab..13bd8fb800 100644 --- a/docs/manual/mod/mod_imap.xml +++ b/docs/manual/mod/mod_imap.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_imap.xml.meta"> <name>mod_imap</name> <description>Server-side imagemap processing</description> @@ -337,4 +337,4 @@ that are not explicitly mapped</description> <seealso><directive module="core">UseCanonicalName</directive></seealso> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index abf9212450..202b6013f7 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_include.xml.meta"> <name>mod_include</name> <description>Server-parsed html documents (Server Side Includes)</description> diff --git a/docs/manual/mod/mod_include.xml.ja b/docs/manual/mod/mod_include.xml.ja index 57c288d148..4fc3e5430a 100644 --- a/docs/manual/mod/mod_include.xml.ja +++ b/docs/manual/mod/mod_include.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_include.xml.meta"> <!-- English revision: 1.19 --> <name>mod_include</name> diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index b16ac25a41..425af4bd33 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_info.xml.meta"> <name>mod_info</name> <description>Provides a comprehensive overview of the server diff --git a/docs/manual/mod/mod_info.xml.ja b/docs/manual/mod/mod_info.xml.ja index 2ead552d57..e881947d4c 100644 --- a/docs/manual/mod/mod_info.xml.ja +++ b/docs/manual/mod/mod_info.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_info.xml.meta"> <!-- English revision: 1.12 --> <name>mod_info</name> diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml index f6f026f907..a9e9d0059c 100644 --- a/docs/manual/mod/mod_isapi.xml +++ b/docs/manual/mod/mod_isapi.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_isapi.xml.meta"> <name>mod_isapi</name> <description>ISAPI Extensions within Apache for Windows</description> diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index f00a6977cf..baac67d80d 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_ldap.xml.meta"> <name>mod_ldap</name> <description>LDAP connection pooling and result caching services for use diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index d81cb48163..55a0a573c4 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_log_config.xml.meta"> <name>mod_log_config</name> <description>Logging of the requests made to the server</description> diff --git a/docs/manual/mod/mod_logio.xml b/docs/manual/mod/mod_logio.xml index e7a7b70edc..555fda303b 100644 --- a/docs/manual/mod/mod_logio.xml +++ b/docs/manual/mod/mod_logio.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_logio.xml.meta"> <name>mod_logio</name> <description>Logging of input and output bytes per request</description> diff --git a/docs/manual/mod/mod_mem_cache.xml b/docs/manual/mod/mod_mem_cache.xml index 0405274289..411ad014a2 100644 --- a/docs/manual/mod/mod_mem_cache.xml +++ b/docs/manual/mod/mod_mem_cache.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_mem_cache.xml.meta"> <name>mod_mem_cache</name> <description>Content cache keyed to URIs</description> diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index f24a41d262..a5cbe58329 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_mime.xml.meta"> <name>mod_mime</name> <description>Associates the requested filename's extensions diff --git a/docs/manual/mod/mod_mime.xml.ja b/docs/manual/mod/mod_mime.xml.ja index 36d4447b78..8d137d4f37 100644 --- a/docs/manual/mod/mod_mime.xml.ja +++ b/docs/manual/mod/mod_mime.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_mime.xml.meta"> <!-- English revision: 1.17 --> diff --git a/docs/manual/mod/mod_mime_magic.xml b/docs/manual/mod/mod_mime_magic.xml index 18d0fd8989..4f27f00793 100644 --- a/docs/manual/mod/mod_mime_magic.xml +++ b/docs/manual/mod/mod_mime_magic.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_mime_magic.xml.meta"> <name>mod_mime_magic</name> <description>Determines the MIME type of a file diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 98b80f7b1f..0904ccb3da 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_negotiation.xml.meta"> <name>mod_negotiation</name> <description>Provides for <a diff --git a/docs/manual/mod/mod_negotiation.xml.ja b/docs/manual/mod/mod_negotiation.xml.ja index 0ba11a1971..f5b6c04d71 100644 --- a/docs/manual/mod/mod_negotiation.xml.ja +++ b/docs/manual/mod/mod_negotiation.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_negotiation.xml.meta"> <!-- English revision: 1.11 --> <name>mod_negotiation</name> diff --git a/docs/manual/mod/mod_nw_ssl.xml b/docs/manual/mod/mod_nw_ssl.xml index b180ef96d7..d39281d1d0 100644 --- a/docs/manual/mod/mod_nw_ssl.xml +++ b/docs/manual/mod/mod_nw_ssl.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_nw_ssl.xml.meta"> <name>mod_nw_ssl</name> <description>Enable SSL encryption for NetWare</description> diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 243ad03d30..3734da0a82 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_proxy.xml.meta"> <name>mod_proxy</name> <description>HTTP/1.1 proxy/gateway server</description> diff --git a/docs/manual/mod/mod_proxy_connect.xml b/docs/manual/mod/mod_proxy_connect.xml index f694b51afd..9fcfc7f41f 100644 --- a/docs/manual/mod/mod_proxy_connect.xml +++ b/docs/manual/mod/mod_proxy_connect.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_proxy_connect.xml.meta"> <name>mod_proxy_connect</name> <description><module>mod_proxy</module> extension for diff --git a/docs/manual/mod/mod_proxy_ftp.xml b/docs/manual/mod/mod_proxy_ftp.xml index 7e87d3239f..39165d9671 100644 --- a/docs/manual/mod/mod_proxy_ftp.xml +++ b/docs/manual/mod/mod_proxy_ftp.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_proxy_ftp.xml.meta"> <name>mod_proxy_ftp</name> <description>FTP support module for diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml index bc43bcdcaa..cc435c2088 100644 --- a/docs/manual/mod/mod_proxy_http.xml +++ b/docs/manual/mod/mod_proxy_http.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_proxy_http.xml.meta"> <name>mod_proxy_http</name> <description>HTTP support module for diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 1128249a7b..9d49bc7ee7 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_rewrite.xml.meta"> <name>mod_rewrite</name> diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index a81ff3db28..1d0c651ef7 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_setenvif.xml.meta"> <name>mod_setenvif</name> <description>Allows the setting of environment variables based diff --git a/docs/manual/mod/mod_setenvif.xml.ja b/docs/manual/mod/mod_setenvif.xml.ja index 520b686971..9015783820 100644 --- a/docs/manual/mod/mod_setenvif.xml.ja +++ b/docs/manual/mod/mod_setenvif.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_setenvif.xml.meta"> <!-- English revision: 1.6 --> <name>mod_setenvif</name> diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index 24cbcc322a..9bce83cf08 100755 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_so.xml.meta"> <name>mod_so</name> <description>Loading of executable code and diff --git a/docs/manual/mod/mod_so.xml.ja b/docs/manual/mod/mod_so.xml.ja index 37608f7f34..236fd3fed4 100644 --- a/docs/manual/mod/mod_so.xml.ja +++ b/docs/manual/mod/mod_so.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_so.xml.meta"> <!-- English revision: 1.6 --> <name>mod_so</name> diff --git a/docs/manual/mod/mod_speling.xml b/docs/manual/mod/mod_speling.xml index c9b418eab9..ac802da940 100755 --- a/docs/manual/mod/mod_speling.xml +++ b/docs/manual/mod/mod_speling.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_speling.xml.meta"> <name>mod_speling</name> <description>Attempts to correct mistaken URLs that diff --git a/docs/manual/mod/mod_speling.xml.ja b/docs/manual/mod/mod_speling.xml.ja index 42b63949fc..12916bcb62 100644 --- a/docs/manual/mod/mod_speling.xml.ja +++ b/docs/manual/mod/mod_speling.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_speling.xml.meta"> <!-- English revision: 1.3 --> <name>mod_speling</name> diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index bd0a714ece..86aca76b12 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_ssl.xml.meta"> <name>mod_ssl</name> <description>Strong cryptography using the Secure Sockets diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index 3930eeaa0e..031785dc3d 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_status.xml.meta"> <name>mod_status</name> <description>Provides information on server activity and diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml index 97734258e2..5ef3b44272 100644 --- a/docs/manual/mod/mod_suexec.xml +++ b/docs/manual/mod/mod_suexec.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_suexec.xml.meta"> <name>mod_suexec</name> <description>Allows CGI scripts to run as a specified user diff --git a/docs/manual/mod/mod_suexec.xml.ja b/docs/manual/mod/mod_suexec.xml.ja index c40d9644dc..ec8030ab49 100644 --- a/docs/manual/mod/mod_suexec.xml.ja +++ b/docs/manual/mod/mod_suexec.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_suexec.xml.meta"> <!-- English revision: 1.6 --> <name>mod_suexec</name> diff --git a/docs/manual/mod/mod_unique_id.xml b/docs/manual/mod/mod_unique_id.xml index b09994742b..f5989f984f 100755 --- a/docs/manual/mod/mod_unique_id.xml +++ b/docs/manual/mod/mod_unique_id.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_unique_id.xml.meta"> <name>mod_unique_id</name> <description>Provides an environment variable with a unique diff --git a/docs/manual/mod/mod_unique_id.xml.ja b/docs/manual/mod/mod_unique_id.xml.ja index b0b86b9365..e5a72e1f55 100644 --- a/docs/manual/mod/mod_unique_id.xml.ja +++ b/docs/manual/mod/mod_unique_id.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_unique_id.xml.meta"> <!-- English revision: 1.3 --> <name>mod_unique_id</name> diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 16daf9b5fd..052c72f0e8 100755 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_userdir.xml.meta"> <name>mod_userdir</name> <description>User-specific directories</description> diff --git a/docs/manual/mod/mod_userdir.xml.ja b/docs/manual/mod/mod_userdir.xml.ja index 5edb7630a0..f4999ad258 100644 --- a/docs/manual/mod/mod_userdir.xml.ja +++ b/docs/manual/mod/mod_userdir.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.10 --> -<modulesynopsis> +<modulesynopsis metafile="mod_userdir.xml.meta"> <name>mod_userdir</name> <description>$B%f!<%6@lMQ$N%G%#%l%/%H%j$rDs6!(B diff --git a/docs/manual/mod/mod_usertrack.xml b/docs/manual/mod/mod_usertrack.xml index 12e67aebdd..965ce3d570 100755 --- a/docs/manual/mod/mod_usertrack.xml +++ b/docs/manual/mod/mod_usertrack.xml @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_usertrack.xml.meta"> <name>mod_usertrack</name> <description> <em>Clickstream</em> logging of user activity on a site diff --git a/docs/manual/mod/mod_vhost_alias.xml b/docs/manual/mod/mod_vhost_alias.xml index 2aa0f27d39..dfbc7dcf18 100644 --- a/docs/manual/mod/mod_vhost_alias.xml +++ b/docs/manual/mod/mod_vhost_alias.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mod_vhost_alias.xml.meta"> <name>mod_vhost_alias</name> <description>Provides for dynamically configured mass virtual diff --git a/docs/manual/mod/module-dict.xml b/docs/manual/mod/module-dict.xml index e35a473472..b67b1352af 100644 --- a/docs/manual/mod/module-dict.xml +++ b/docs/manual/mod/module-dict.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="module-dict.xml.meta"> <relativepath href=".."/> <title>Terms Used to Describe Modules</title> @@ -87,4 +87,4 @@ particular platforms, the details will be listed here.</p> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/mod/module-dict.xml.ja b/docs/manual/mod/module-dict.xml.ja index 3acdac44e8..c2396e7769 100644 --- a/docs/manual/mod/module-dict.xml.ja +++ b/docs/manual/mod/module-dict.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.1 --> -<manualpage> +<manualpage metafile="module-dict.xml.meta"> <relativepath href=".."/> <title>Apache $B%b%8%e!<%k$N2r@b$G;HMQ$9$kMQ8l(B</title> diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index f0a995bf8b..11d9048c81 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mpm_common.xml.meta"> <name>mpm_common</name> <description>A collection of directives that are implemented by diff --git a/docs/manual/mod/mpm_common.xml.ja b/docs/manual/mod/mpm_common.xml.ja index abd80c0601..7d92b14a13 100644 --- a/docs/manual/mod/mpm_common.xml.ja +++ b/docs/manual/mod/mpm_common.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mpm_common.xml.meta"> <!-- English revision: 1.21 --> <name>mpm_common</name> diff --git a/docs/manual/mod/mpm_netware.xml b/docs/manual/mod/mpm_netware.xml index 622d393df7..8447925b41 100644 --- a/docs/manual/mod/mpm_netware.xml +++ b/docs/manual/mod/mpm_netware.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mpm_netware.xml.meta"> <name>mpm_netware</name> <description>Multi-Processing Module implementing an exclusively threaded web server optimized for Novell NetWare</description> @@ -96,4 +96,4 @@ </usage> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml index ed229551b2..59a90233a6 100644 --- a/docs/manual/mod/mpm_winnt.xml +++ b/docs/manual/mod/mpm_winnt.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mpm_winnt.xml.meta"> <name>mpm_winnt</name> <description>This Multi-Processing Module is optimized for Windows diff --git a/docs/manual/mod/mpm_winnt.xml.ja b/docs/manual/mod/mpm_winnt.xml.ja index 34c5d52fcc..b752a59d32 100644 --- a/docs/manual/mod/mpm_winnt.xml.ja +++ b/docs/manual/mod/mpm_winnt.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mpm_winnt.xml.meta"> <!-- English revision: 1.4 --> <name>mpm_winnt</name> <description>Windows NT diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml index 567c65759b..380b6dfe45 100644 --- a/docs/manual/mod/mpmt_os2.xml +++ b/docs/manual/mod/mpmt_os2.xml @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="mpmt_os2.xml.meta"> <name>mpmt_os2</name> <description>Hybrid multi-process, multi-threaded MPM for OS/2</description> diff --git a/docs/manual/mod/perchild.xml b/docs/manual/mod/perchild.xml index ca1dd0e366..01815ca5fe 100644 --- a/docs/manual/mod/perchild.xml +++ b/docs/manual/mod/perchild.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="perchild.xml.meta"> <name>perchild</name> <description>Multi-Processing Module allowing for daemon processes serving diff --git a/docs/manual/mod/prefork.xml b/docs/manual/mod/prefork.xml index 374f5a0661..2c6c699ead 100644 --- a/docs/manual/mod/prefork.xml +++ b/docs/manual/mod/prefork.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="prefork.xml.meta"> <name>prefork</name> <description>Implements a non-threaded, pre-forking web server</description> diff --git a/docs/manual/mod/prefork.xml.ja b/docs/manual/mod/prefork.xml.ja index 05d98ce6b9..5dc4d18aa3 100644 --- a/docs/manual/mod/prefork.xml.ja +++ b/docs/manual/mod/prefork.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="prefork.xml.meta"> <!-- English revision: 1.8 --> <name>prefork</name> diff --git a/docs/manual/mod/quickreference.xml b/docs/manual/mod/quickreference.xml index 219c39f002..e8a9c36b0f 100644 --- a/docs/manual/mod/quickreference.xml +++ b/docs/manual/mod/quickreference.xml @@ -4,7 +4,7 @@ > <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<quickreference> +<quickreference metafile="quickreference.xml.meta"> <title>Directive Quick Reference</title> <summary> <p>The directive quick reference shows the usage, default, status, @@ -40,4 +40,4 @@ </legend> &sitemap; -</quickreference>
\ No newline at end of file +</quickreference> diff --git a/docs/manual/mod/quickreference.xml.de b/docs/manual/mod/quickreference.xml.de index 426e6a0faa..7c36765567 100644 --- a/docs/manual/mod/quickreference.xml.de +++ b/docs/manual/mod/quickreference.xml.de @@ -5,7 +5,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> <!-- English revision: 1.4 --> -<quickreference> +<quickreference metafile="quickreference.xml.meta"> <title>Kurzreferenz der Direktiven</title> <summary> <p>Die Kurzreferenz der Direktiven zeigt die Verwendung, @@ -43,4 +43,4 @@ </legend> &sitemap; -</quickreference>
\ No newline at end of file +</quickreference> diff --git a/docs/manual/mod/quickreference.xml.ja b/docs/manual/mod/quickreference.xml.ja index 72bf07147a..05ee6a4f92 100644 --- a/docs/manual/mod/quickreference.xml.ja +++ b/docs/manual/mod/quickreference.xml.ja @@ -5,7 +5,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.4 --> -<quickreference> +<quickreference metafile="quickreference.xml.meta"> <title>$B%G%#%l%/%F%#%V(B $B%/%$%C%/%j%U%!%l%s%9(B</title> <summary> <p>$B%G%#%l%/%F%#%V(B $B%/%$%C%/%j%U%!%l%s%9$G$O!"3F(B Apache $B@_Dj%G%#%l%/%F%#%V$N(B diff --git a/docs/manual/mod/threadpool.xml b/docs/manual/mod/threadpool.xml index b43dc41253..8236142475 100644 --- a/docs/manual/mod/threadpool.xml +++ b/docs/manual/mod/threadpool.xml @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="threadpool.xml.meta"> <name>threadpool</name> <description>Yet another experimental variant of the standard <module>worker</module> MPM</description> diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index 5b00d89795..a890219900 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<modulesynopsis> +<modulesynopsis metafile="worker.xml.meta"> <name>worker</name> <description>Multi-Processing Module implementing a hybrid multi-threaded multi-process web server</description> diff --git a/docs/manual/mod/worker.xml.ja b/docs/manual/mod/worker.xml.ja index a72705a400..29da424566 100644 --- a/docs/manual/mod/worker.xml.ja +++ b/docs/manual/mod/worker.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.8 --> -<modulesynopsis> +<modulesynopsis metafile="worker.xml.meta"> <name>worker</name> <description>$B%^%k%A%9%l%C%I$H%^%k%A%W%m%;%9$N%O%$%V%j%C%I7?(B $B%&%'%V%5!<%P$r<BAu$7$?%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B</description> diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index dc002799d6..381b80dca6 100644 --- a/docs/manual/mpm.xml +++ b/docs/manual/mpm.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="mpm.xml.meta"> <relativepath href="."/> <title>Multi-Processing Modules (MPMs)</title> diff --git a/docs/manual/mpm.xml.ja b/docs/manual/mpm.xml.ja index cde7d4e40d..56bb1fa57d 100644 --- a/docs/manual/mpm.xml.ja +++ b/docs/manual/mpm.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="mpm.xml.meta"> <relativepath href="."/> <!-- English revision: 1.2 --> diff --git a/docs/manual/new_features_2_0.xml b/docs/manual/new_features_2_0.xml index ffbe6ba0c7..8f6bbca174 100644 --- a/docs/manual/new_features_2_0.xml +++ b/docs/manual/new_features_2_0.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="new_features_2_0.xml.meta"> <relativepath href="."/> <title>Overview of new features in Apache 2.0</title> diff --git a/docs/manual/new_features_2_0.xml.de b/docs/manual/new_features_2_0.xml.de index 88828cec62..e2f345edba 100644 --- a/docs/manual/new_features_2_0.xml.de +++ b/docs/manual/new_features_2_0.xml.de @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English revision: 1.5 --> -<manualpage> +<manualpage metafile="new_features_2_0.xml.meta"> <relativepath href="."/> <title>Übersicht der neuen Funktionen in Apache 2.0</title> @@ -237,4 +237,4 @@ module="mod_auth_dbm">AuthDBMType</directive> unterstützt.</dd> </dl> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/new_features_2_0.xml.ja b/docs/manual/new_features_2_0.xml.ja index fdb769dd97..6134c8c083 100644 --- a/docs/manual/new_features_2_0.xml.ja +++ b/docs/manual/new_features_2_0.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="new_features_2_0.xml.meta"> <relativepath href="."/> <!-- English revision: 1.5 --> diff --git a/docs/manual/new_features_2_0.xml.ru b/docs/manual/new_features_2_0.xml.ru index 05eca672eb..698371f6d9 100644 --- a/docs/manual/new_features_2_0.xml.ru +++ b/docs/manual/new_features_2_0.xml.ru @@ -11,7 +11,7 @@ <!--***************************************************--> <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?> -<manualpage> +<manualpage metafile="new_features_2_0.xml.meta"> <relativepath href="."/> <title>ïÂÚÏÒ ÎÏ×ÙÈ ×ÏÚÍÏÖÎÏÓÔÅÊ × Apache 2.0</title> diff --git a/docs/manual/platform/ebcdic.xml b/docs/manual/platform/ebcdic.xml index b0376dd770..33869c15a3 100644 --- a/docs/manual/platform/ebcdic.xml +++ b/docs/manual/platform/ebcdic.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ebcdic.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Platform Specific Notes</parentdocument> diff --git a/docs/manual/platform/index.xml b/docs/manual/platform/index.xml index 9a69c00793..5c797ce1ca 100644 --- a/docs/manual/platform/index.xml +++ b/docs/manual/platform/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".." /> <parentdocument href="../"/> @@ -68,4 +68,4 @@ </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/platform/netware.xml b/docs/manual/platform/netware.xml index 1b2aae35ec..9cef0ae1c1 100644 --- a/docs/manual/platform/netware.xml +++ b/docs/manual/platform/netware.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="netware.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Platform Specific Notes</parentdocument> diff --git a/docs/manual/platform/perf-hp.xml b/docs/manual/platform/perf-hp.xml index 5edeae7f65..10a172dc82 100644 --- a/docs/manual/platform/perf-hp.xml +++ b/docs/manual/platform/perf-hp.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="perf-hp.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Platform Specific Notes</parentdocument> diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index 85e705928a..2f389b85b6 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="win_compiling.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Platform Specific Notes</parentdocument> diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 495f100324..b4bfac271a 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="windows.xml.meta"> <relativepath href=".." /> <parentdocument href="./">Platform Specific Notes</parentdocument> diff --git a/docs/manual/programs/apachectl.xml b/docs/manual/programs/apachectl.xml index 83f68184fc..e8827230f4 100644 --- a/docs/manual/programs/apachectl.xml +++ b/docs/manual/programs/apachectl.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="apachectl.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Programs</parentdocument> diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml index 89b3ab1239..994c727594 100644 --- a/docs/manual/programs/httpd.xml +++ b/docs/manual/programs/httpd.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="httpd.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Programs</parentdocument> diff --git a/docs/manual/programs/index.xml b/docs/manual/programs/index.xml index 2fd843ee71..fb5ec46478 100644 --- a/docs/manual/programs/index.xml +++ b/docs/manual/programs/index.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".."/> <parentdocument href="../"/> @@ -63,4 +63,4 @@ </dl> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index e00e88f786..c1007f094e 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="sections.xml.meta"> <relativepath href="."/> <title>Configuration Sections</title> diff --git a/docs/manual/server-wide.xml b/docs/manual/server-wide.xml index 85d81c1a6b..7254a31c79 100644 --- a/docs/manual/server-wide.xml +++ b/docs/manual/server-wide.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="server-wide.xml.meta"> <relativepath href="."/> <title>Server-Wide Configuration</title> diff --git a/docs/manual/server-wide.xml.ja b/docs/manual/server-wide.xml.ja index 7c08b13bc9..993024f7c3 100644 --- a/docs/manual/server-wide.xml.ja +++ b/docs/manual/server-wide.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="server-wide.xml.meta"> <relativepath href="."/> <!-- English revision: 1.1 --> diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 21935ca9e5..28b95788f9 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<sitemap> +<sitemap metafile="sitemap.xml.meta"> <relativepath href="."/> <title>Sitemap</title> diff --git a/docs/manual/sitemap.xml.de b/docs/manual/sitemap.xml.de index 58ea117b75..5862f6aa19 100644 --- a/docs/manual/sitemap.xml.de +++ b/docs/manual/sitemap.xml.de @@ -2,7 +2,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English revision: 1.25 --> -<sitemap> +<sitemap metafile="sitemap.xml.meta"> <relativepath href="."/> <title>Seitenindex</title> diff --git a/docs/manual/sitemap.xml.ja b/docs/manual/sitemap.xml.ja index 6721c6b18c..069e9fa6ec 100644 --- a/docs/manual/sitemap.xml.ja +++ b/docs/manual/sitemap.xml.ja @@ -2,7 +2,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.23 --> -<sitemap> +<sitemap metafile="sitemap.xml.meta"> <relativepath href="."/> <title>Site Map</title> diff --git a/docs/manual/ssl/index.xml b/docs/manual/ssl/index.xml index b33fdab6c2..3bbb2a0be8 100644 --- a/docs/manual/ssl/index.xml +++ b/docs/manual/ssl/index.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".."/> <parentdocument href="../"/> diff --git a/docs/manual/ssl/index.xml.ja b/docs/manual/ssl/index.xml.ja index b9b62cee4a..d27ec904ec 100644 --- a/docs/manual/ssl/index.xml.ja +++ b/docs/manual/ssl/index.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".."/> <!-- English revision: 1.2 --> diff --git a/docs/manual/ssl/ssl_compat.xml b/docs/manual/ssl/ssl_compat.xml index f7465edb4a..462b8dad19 100644 --- a/docs/manual/ssl/ssl_compat.xml +++ b/docs/manual/ssl/ssl_compat.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ssl_compat.xml.meta"> <relativepath href=".."/> <parentdocument href="./">SSL/TLS</parentdocument> diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index 8f9889ced1..911f90134d 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ssl_faq.xml.meta"> <relativepath href=".."/> <parentdocument href="./">SSL/TLS</parentdocument> diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 69961e55f0..08286af3ae 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ssl_howto.xml.meta"> <relativepath href=".."/> <parentdocument href="./">SSL/TLS</parentdocument> diff --git a/docs/manual/ssl/ssl_intro.xml b/docs/manual/ssl/ssl_intro.xml index 9cf251a504..bacfddaed9 100644 --- a/docs/manual/ssl/ssl_intro.xml +++ b/docs/manual/ssl/ssl_intro.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ssl_intro.xml.meta"> <relativepath href=".."/> <parentdocument href="./">SSL/TLS</parentdocument> diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 03e7204bac..09bb2784f7 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="stopping.xml.meta"> <relativepath href="."/> <title>Stopping and Restarting</title> diff --git a/docs/manual/stopping.xml.de b/docs/manual/stopping.xml.de index 84afae6eda..f0f26b28ea 100644 --- a/docs/manual/stopping.xml.de +++ b/docs/manual/stopping.xml.de @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English revision: 1.6 --> -<manualpage> +<manualpage metafile="stopping.xml.meta"> <relativepath href="."/> <title>Beenden und Neustarten</title> diff --git a/docs/manual/stopping.xml.ja b/docs/manual/stopping.xml.ja index 7ff612abe5..293d929bb2 100644 --- a/docs/manual/stopping.xml.ja +++ b/docs/manual/stopping.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.6 --> -<manualpage> +<manualpage metafile="stopping.xml.meta"> <relativepath href="."/> <title>$BDd;_$H:F5/F0(B</title> diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml index 4ddc81c785..aeb41b487f 100644 --- a/docs/manual/suexec.xml +++ b/docs/manual/suexec.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="suexec.xml.meta"> <relativepath href="."/> <title>suEXEC Support</title> diff --git a/docs/manual/suexec.xml.ja b/docs/manual/suexec.xml.ja index 5a97a3befe..222a097866 100644 --- a/docs/manual/suexec.xml.ja +++ b/docs/manual/suexec.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.5 --> -<manualpage> +<manualpage metafile="suexec.xml.meta"> <relativepath href="."/> <title>suEXEC $B%5%]!<%H(B</title> diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 9a7211b25a..b971dafa85 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="upgrading.xml.meta"> <relativepath href="."/> <title>Upgrading to 2.0 from 1.3</title> diff --git a/docs/manual/upgrading.xml.de b/docs/manual/upgrading.xml.de index 2b03d8b2b6..b66dfe9885 100644 --- a/docs/manual/upgrading.xml.de +++ b/docs/manual/upgrading.xml.de @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> <!-- English revision: 1.7 --> -<manualpage> +<manualpage metafile="upgrading.xml.meta"> <relativepath href="."/> <title>Upgrade von 1.3 auf 2.0</title> diff --git a/docs/manual/upgrading.xml.ja b/docs/manual/upgrading.xml.ja index 3d8cb8b3c9..4ad8e4d38a 100644 --- a/docs/manual/upgrading.xml.ja +++ b/docs/manual/upgrading.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="upgrading.xml.meta"> <relativepath href="."/> <!-- English revision: 1.9 --> diff --git a/docs/manual/upgrading.xml.ru b/docs/manual/upgrading.xml.ru index 39dbe2d1d6..8eae1b90df 100644 --- a/docs/manual/upgrading.xml.ru +++ b/docs/manual/upgrading.xml.ru @@ -11,7 +11,7 @@ <!--***************************************************--> <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?> -<manualpage> +<manualpage metafile="upgrading.xml.meta"> <relativepath href="."/> <title>ðÅÒÅÈÏÄ ÏÔ ×ÅÒÓÉÉ 1.3 Ë ×ÅÒÓÉÉ 2.0</title> diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 807ed759bb..ee55afc2a3 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="urlmapping.xml.meta"> <relativepath href="."/> <title>Mapping URLs to Filesystem Locations</title> diff --git a/docs/manual/urlmapping.xml.ja b/docs/manual/urlmapping.xml.ja index cf4c75447d..9f43c8b1ee 100644 --- a/docs/manual/urlmapping.xml.ja +++ b/docs/manual/urlmapping.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> <!-- English revision: 1.6 --> -<manualpage> +<manualpage metafile="urlmapping.xml.meta"> <relativepath href="."/> <title>URL $B$+$i%U%!%$%k%7%9%F%`>e$N0LCV$X$N%^%C%W(B</title> diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index 5de9b69fb3..179189d190 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="details.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Virtual Hosts</parentdocument> <title>An In-Depth Discussion of Virtual Host Matching</title> diff --git a/docs/manual/vhosts/examples.xml b/docs/manual/vhosts/examples.xml index a82103e8f7..984a848d08 100644 --- a/docs/manual/vhosts/examples.xml +++ b/docs/manual/vhosts/examples.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="examples.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Virtual Hosts</parentdocument> <title>VirtualHost Examples</title> diff --git a/docs/manual/vhosts/fd-limits.xml b/docs/manual/vhosts/fd-limits.xml index c2ba8b3595..a6e8a6084b 100644 --- a/docs/manual/vhosts/fd-limits.xml +++ b/docs/manual/vhosts/fd-limits.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="fd-limits.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Virtual Hosts</parentdocument> <title>File Descriptor Limits</title> diff --git a/docs/manual/vhosts/fd-limits.xml.ja b/docs/manual/vhosts/fd-limits.xml.ja index 3e20c482e8..42858cc153 100644 --- a/docs/manual/vhosts/fd-limits.xml.ja +++ b/docs/manual/vhosts/fd-limits.xml.ja @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.3 --> -<manualpage> +<manualpage metafile="fd-limits.xml.meta"> <relativepath href=".."/> <title>$B%U%!%$%k5-=R;R$N8B3&(B</title> diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml index ed97c7fe32..5e808a6d45 100644 --- a/docs/manual/vhosts/index.xml +++ b/docs/manual/vhosts/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".."/> <parentdocument href="../"/> diff --git a/docs/manual/vhosts/index.xml.ja b/docs/manual/vhosts/index.xml.ja index dbbc7e22b0..82ca74fa38 100644 --- a/docs/manual/vhosts/index.xml.ja +++ b/docs/manual/vhosts/index.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<manualpage> +<manualpage metafile="index.xml.meta"> <relativepath href=".."/> <!-- English revision: 1.1 --> @@ -76,4 +76,4 @@ href="../programs/httpd.html">httpd $B%W%m%0%i%`$N@bL@J8=q(B</a>$B$r8+$F$/$@$5$$(B)</p> </section> -</manualpage>
\ No newline at end of file +</manualpage> diff --git a/docs/manual/vhosts/ip-based.xml b/docs/manual/vhosts/ip-based.xml index 9586ff43aa..9283745868 100644 --- a/docs/manual/vhosts/ip-based.xml +++ b/docs/manual/vhosts/ip-based.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="ip-based.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Virtual Hosts</parentdocument> <title>Apache IP-based Virtual Host Support</title> diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml index c349c16b96..2c29efeed4 100644 --- a/docs/manual/vhosts/mass.xml +++ b/docs/manual/vhosts/mass.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="mass.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Virtual Hosts</parentdocument> <title>Dynamically configured mass virtual hosting</title> diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index d4a5aa176d..ab1d8945db 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -2,7 +2,7 @@ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<manualpage> +<manualpage metafile="name-based.xml.meta"> <relativepath href=".."/> <parentdocument href="./">Virtual Hosts</parentdocument> <title>Name-based Virtual Host Support</title> |