From e0c5518ea95a714bfa4963987c5c35be0a299429 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Wed, 4 Jun 2014 00:02:31 +0000 Subject: [PATCH] Generated files from doc build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599840 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.xml.fr | 2 +- docs/manual/mod/mod_headers.xml.ja | 2 +- docs/manual/mod/mod_headers.xml.ko | 2 +- docs/manual/mod/mod_headers.xml.meta | 2 +- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_lua.xml.meta | 2 +- docs/manual/mod/mod_proxy_html.html.en | 11 +++++++---- docs/manual/mod/mod_so.xml.meta | 2 +- docs/manual/mod/mpm_winnt.xml.de | 2 +- docs/manual/mod/mpm_winnt.xml.ja | 2 +- docs/manual/mod/quickreference.html.en | 12 +++++++----- 11 files changed, 23 insertions(+), 18 deletions(-) diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr index dfbb50e07b..08e584abb7 100644 --- a/docs/manual/mod/mod_headers.xml.fr +++ b/docs/manual/mod/mod_headers.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index 10c3498e62..a0e845ec0e 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta index b55c7710e9..8fc1a0efdf 100644 --- a/docs/manual/mod/mod_lua.xml.meta +++ b/docs/manual/mod/mod_lua.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_proxy_html.html.en b/docs/manual/mod/mod_proxy_html.html.en index 44f9450cdf..db4ce2bf22 100644 --- a/docs/manual/mod/mod_proxy_html.html.en +++ b/docs/manual/mod/mod_proxy_html.html.en @@ -120,7 +120,10 @@ will generate output using the same encoding as the input.

+
ProxyHTMLDocType fpi [SGML|XML]
OR +
ProxyHTMLDocType html5
OR +
ProxyHTMLDocType auto + @@ -137,9 +140,9 @@ be necessary if you are proxying pre-1998 content or working with defective authoring/publishing tools.

In the second form, it will insert your own FPI. The optional second argument determines whether SGML/HTML or XML/XHTML syntax will be used.

-

The default is changed to omitting any FPI, -on the grounds that no FPI is better than a bogus one. If your backend -generates decent HTML or XHTML, set it accordingly.

+

The third form declares documents as HTML 5.

+

The fourth form is new in HTTPD trunk and not yet available in released +versions, and uses libxml2's HTML parser to detect the doctype.

If the first form is used, mod_proxy_html will also clean up the HTML to the specified standard. It cannot fix every error, but it will strip out bogus elements and attributes. diff --git a/docs/manual/mod/mod_so.xml.meta b/docs/manual/mod/mod_so.xml.meta index 62a027968f..180ea77cd8 100644 --- a/docs/manual/mod/mod_so.xml.meta +++ b/docs/manual/mod/mod_so.xml.meta @@ -9,7 +9,7 @@ en fr - ja + ja ko tr diff --git a/docs/manual/mod/mpm_winnt.xml.de b/docs/manual/mod/mpm_winnt.xml.de index dc24b11917..97094674a1 100644 --- a/docs/manual/mod/mpm_winnt.xml.de +++ b/docs/manual/mod/mpm_winnt.xml.de @@ -1,7 +1,7 @@ - + +

Description:Sets an HTML or XHTML document type declaration.
Syntax:ProxyHTMLDocType HTML|XHTML [Legacy]
OR -
ProxyHTMLDocType fpi [SGML|XML]
Default:ProxyHTMLDocType auto (2.5/trunk versions); no FPI (2.4.x)
Context:server config, virtual host, directory
Status:Base
Module:mod_proxy_html