You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2017/03/09 08:50:43 UTC

svn commit: r1786114 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr

Author: jorton
Date: Thu Mar  9 08:50:43 2017
New Revision: 1786114

URL: http://svn.apache.org/viewvc?rev=1786114&view=rev
Log:
xforms.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.html.en
    httpd/httpd/trunk/docs/manual/mod/core.xml.de
    httpd/httpd/trunk/docs/manual/mod/core.xml.es
    httpd/httpd/trunk/docs/manual/mod/core.xml.fr
    httpd/httpd/trunk/docs/manual/mod/core.xml.ja
    httpd/httpd/trunk/docs/manual/mod/core.xml.tr

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1786114&r1=1786113&r2=1786114&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.en Thu Mar  9 08:50:43 2017
@@ -2314,8 +2314,8 @@ presence or absence of a specific direct
     <p>In the former case, the directives between the start and end
     markers are only processed if a directive of the given name is
     available at the time of processing.  The second format reverses the test,
-    and only processes the directives if the <var>directive-name</var> is
-    <strong>not</strong> defined.</p>
+    and only processes the directives if <var>directive-name</var> is
+    <strong>not</strong> available.</p>
 
     <div class="note">This section should only be used if you need to have one
     configuration file that works across multiple versions of
@@ -2432,28 +2432,30 @@ presence or absence of a specific sectio
     <var>test</var>&gt;...&lt;/IfSection&gt;</code> section is used
     to mark directives that are conditional on the presence of a
     specific section directive.  A section directive is any directive
-    such as <code class="directive">&lt;virtualhost&gt;</code> which
+    such as <code class="directive">&lt;VirtualHost&gt;</code> which
     encloses other directives, and has a directive name with a leading
-    "&lt;".  The sec
+    "&lt;".</p>
 
-    The directives within an <code class="directive">&lt;IfSection&gt;</code> section are only processed if the <var>test</var>
+    <p>The directives within an <code class="directive">&lt;IfSection&gt;</code> section are only processed if the <var>test</var>
     is true. If <var>test</var> is false, everything between the start and
     end markers is ignored.</p>
 
-    <p>The <var>section-name</var> specified must not include the
-    leading "&lt;".  The <var>test</var> in the <code class="directive">&lt;IfSection&gt;</code> section can be one of two
-    forms:</p>
+    <p>The <var>section-name</var> must be specified without either
+    the leading "&lt;" or closing "&gt;".  The <var>test</var> in the
+    <code class="directive">&lt;IfSection&gt;</code> section can be one
+    of two forms:</p>
 
     <ul>
       <li><var>section-name</var></li>
       <li>!<var>section-name</var></li>
     </ul>
 
-    <p>In the former case, the directives between the start and
-    end markers are only processed if a section directive of the given
+    <p>In the former case, the directives between the start and end
+    markers are only processed if a section directive of the given
     name is available at the time of processing.  The second format
-    reverses the test, and only processes the directives if the
-    <var>section-name</var> is <strong>not</strong> defined.</p>
+    reverses the test, and only processes the directives if
+    <var>section-name</var> is <strong>not</strong> an available
+    section directive.</p>
 
     <p>For example:</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=1786114&r1=1786113&r2=1786114&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Thu Mar  9 08:50:43 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1786110 (outdated) -->
+<!-- English Revision: 344972:1786113 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.es?rev=1786114&r1=1786113&r2=1786114&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.es [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.es [utf-8] Thu Mar  9 08:50:43 2017
@@ -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.es.xsl"?>
-<!-- English Revision: 1741251:1786110 (outdated) -->
+<!-- English Revision: 1741251:1786113 (outdated) -->
 <!-- Translated by Luis Gil de Bernab� Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos-->
 <!--

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.fr?rev=1786114&r1=1786113&r2=1786114&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.fr [utf-8] Thu Mar  9 08:50:43 2017
@@ -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: 1784318:1786110 (outdated) -->
+<!-- English Revision: 1784318:1786113 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=1786114&r1=1786113&r2=1786114&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] Thu Mar  9 08:50:43 2017
@@ -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: 669847:1786110 (outdated) -->
+<!-- English Revision: 669847:1786113 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.tr?rev=1786114&r1=1786113&r2=1786114&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] Thu Mar  9 08:50:43 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1786110 (outdated) -->
+<!-- English Revision: 1302855:1786113 (outdated) -->
 <!-- =====================================================
  Translated by: Nilg�n Belma Bug�ner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>