You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/25 12:45:20 UTC

svn commit: r1827715 - in /httpd/httpd/trunk/docs/manual/mod: mod_include.html.en mod_include.xml.fr mod_include.xml.ja mod_include.xml.meta

Author: jailletc36
Date: Sun Mar 25 12:45:20 2018
New Revision: 1827715

URL: http://svn.apache.org/viewvc?rev=1827715&view=rev
Log:
Rebuilt

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_include.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.html.en?rev=1827715&r1=1827714&r2=1827715&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.html.en Sun Mar 25 12:45:20 2018
@@ -572,6 +572,10 @@ AddOutputFilter INCLUDES .shtml</pre>
       <dd>The filename (excluding directories) of the document
       requested by the user.</dd>
 
+      <dt><code>DOCUMENT_PATH_INFO</code></dt>
+      <dd>The trailing pathname information. See directive <code class="directive"><a href="../mod/core.html#acceptpathinfo">AcceptPathInfo</a></code> for more information
+      about <code>PATH_INFO</code>.</dd>
+
       <dt><code>DOCUMENT_URI</code></dt>
       <dd>The (%-decoded) URL path of the document requested by the
       user. Note that in the case of nested include files, this is
@@ -591,6 +595,9 @@ AddOutputFilter INCLUDES .shtml</pre>
       backslashes).  It is not set if a query string is not
       present.  Use <code>DOCUMENT_ARGS</code> if shell escaping
       is not desired.</dd>
+
+      <dt><code>USER_NAME</code></dt>
+      <dd>The user name of the owner of the file.</dd>
     </dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr?rev=1827715&r1=1827714&r2=1827715&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr [utf-8] Sun Mar 25 12:45:20 2018
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1793934 -->
+<!-- English Revision: 1793934:1827705 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja?rev=1827715&r1=1827714&r2=1827715&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja [utf-8] Sun Mar 25 12:45:20 2018
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 656287:1793934 (outdated) -->
+<!-- English Revision: 656287:1827705 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta?rev=1827715&r1=1827714&r2=1827715&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta Sun Mar 25 12:45:20 2018
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>