]> granicus.if.org Git - apache/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 27 May 2016 05:48:32 +0000 (05:48 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 27 May 2016 05:48:32 +0000 (05:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745712 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/public_html.html.en
docs/manual/howto/public_html.xml.fr
docs/manual/howto/public_html.xml.ja
docs/manual/howto/public_html.xml.ko
docs/manual/howto/public_html.xml.meta
docs/manual/howto/public_html.xml.tr
docs/manual/mod/mod_userdir.html.en
docs/manual/mod/mod_userdir.xml.ja
docs/manual/mod/mod_userdir.xml.ko
docs/manual/mod/mod_userdir.xml.tr

index 63838d22487cc77feda824c80d93819c3c9c932f..a27f908edacc04872a8427618ba7f02ccbc75f76 100644 (file)
     out of the home directory of the user "<code>username</code>", out of
     the subdirectory specified by the <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> directive.</p>
 <p>Note that, by default, access to these directories is <strong>not</strong>
-    enabled. You can enable access when using <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> by uncommenting the line</p>
-    <div class="example"><p><code>
-      #Include conf/extra/httpd-userdir.conf
-    </code></p></div>
+    enabled. You can enable access when using <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> by uncommenting the line:</p>
+    <pre class="prettyprint lang-config">#Include conf/extra/httpd-userdir.conf</pre>
+
     <p>in the default config file <code>conf/httpd.conf</code>, and adapting the <code>httpd-userdir.conf</code>
     file as necessary, or by including the appropriate directives in a
-    <code>Directory</code> block within the main config file.</p>
+    <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> block
+    within the main config file.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Per-user web directories</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#userdir">Setting the file path with UserDir</a></li>
index 0f28fb45acb4b075c9cd112e9a6c470dc0a80ebc..eee5bfb7ffc0ab3984499d2bb0781016b05980eb 100644 (file)
@@ -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.fr.xsl"?>
-<!-- English Revision: 1741842 -->
+<!-- English Revision: 1741842:1745711 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index e8a95ee0ce0f41393639e73a3f04f179e9b6c439..2dc2f64a41519a5dfb5f1a413ecbdde6a22e6b86 100644 (file)
@@ -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.ja.xsl"?>
-<!-- English Revision: 1591191:1741842 (outdated) -->
+<!-- English Revision: 1591191:1745711 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ed27d4bc7f34fe18fd6ab1797ec9044c512993c6..52703a3c27bac2aa46521d79214cad2d60df1a5f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1741842 (outdated) -->
+<!-- English Revision: 151408:1745711 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 224e3019cd8ac8a532282e28c02eaa54f45b84df..cae6f7cca8ca66d3cde67d02cc05f0cdddf88c7d 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index a528752c4ee1a1db5741fa4bee975732ae042b95..6f6d36d54128393bb5b392c5e582b31d8385a61c 100644 (file)
@@ -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.tr.xsl"?>
-<!-- English Revision: 1174747:1741842 (outdated) -->
+<!-- English Revision: 1174747:1745711 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index ef87bbed5d1fd83190d710d28ee72c281bd7aa24..cf4847b9ce2f9ce7292e2f6f546f66428730ff57 100644 (file)
@@ -92,7 +92,7 @@ tutorial</a></li>
 
     <p>If neither the <code>enabled</code> nor the
     <code>disabled</code> keywords appear in the
-    <code>Userdir</code> directive, the argument is treated as a
+    <code class="directive">Userdir</code> directive, the argument is treated as a
     filename pattern, and is used to turn the name into a directory
     specification. A request for
     <code>http://www.example.com/~bob/one/two.html</code> will be
@@ -165,7 +165,7 @@ UserDir enabled user1 user2 user3</pre>
 
     <p>User directory substitution is not active by default in versions
     2.1.4 and later.  In earlier versions, <code>UserDir public_html</code>
-    was assumed if no <code class="directive"><a href="#userdir">UserDir</a></code>
+    was assumed if no <code class="directive">UserDir</code>
     directive was present.</p>
 
     <div class="note"><h3>Merging details</h3>
index df4b596dea5f8341c5792baf9bca528789f31162..a065f94761d0ee614b707b01e0e9edc3eb82dc72 100644 (file)
@@ -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: 657842:1673657 (outdated) -->
+<!-- English Revision: 657842:1745711 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 876d5ab815d5d9c69143310200aa36c79a4a67f4..859c0fe94a1e1e488698b97afbf6e08edd49b39f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1673657 (outdated) -->
+<!-- English Revision: 151408:1745711 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 86aad1504d5b6284a184f4139102b4afd57ceb52..fca6fddf26fb573a4e13ee7d83ee732a6c83ebe8 100644 (file)
@@ -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: 1174747:1673657 (outdated) -->
+<!-- English Revision: 1174747:1745711 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>