]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Indent example to make it more readable
authorRich Bowen <rbowen@apache.org>
Sat, 17 Nov 2012 02:32:29 +0000 (02:32 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 17 Nov 2012 02:32:29 +0000 (02:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410672 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.html.en
docs/manual/howto/auth.html.fr
docs/manual/howto/auth.html.tr.utf8
docs/manual/howto/auth.xml.fr
docs/manual/howto/auth.xml.ja
docs/manual/howto/auth.xml.ko
docs/manual/howto/auth.xml.meta
docs/manual/howto/auth.xml.tr

index 7a45e00fc36087240bf49aa082cb4c4aa7d2cb33..c1223dcb6cfdad05161fa4014c123aed06ac09e9 100644 (file)
@@ -335,8 +335,9 @@ person in</a></h2>
     (It's the <code>-c</code> that makes it create a new password
     file).</p>
 
-    <p>Now, you need to modify your <code>.htaccess</code> file to
-    look like the following:</p>
+    <p>Now, you need to modify your <code>.htaccess</code> file or
+    <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>
+    block to look like the following:</p>
 
     <div class="example"><p><code>
       AuthType Basic<br />
@@ -406,11 +407,13 @@ Require group GroupName
 
     <div class="example"><p><code>
     &lt;Directory /www/docs/private&gt;<br />
+    <span class="indent">
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
     Require valid-user<br />
+    </span>
 &lt;/Directory&gt;
     </code></p></div>
 
index c27d2dcfdfb9e42ffe6d5f13f5b8cfef7c134b8e..6cf13d99d70ebcda0cfa17bab505428edbfcb8f4 100644 (file)
@@ -27,6 +27,8 @@
 <a href="../ko/howto/auth.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p>L'authentification est un processus qui vous permet de vérifier
     qu'une personne est bien celle qu'elle prétend être. L'autorisation
index 6ba501871e0de5ae773086de480db97455b4c87e..b4c6a1cb1d1a0c4f01582fb0994bba175f547ccf 100644 (file)
@@ -27,6 +27,7 @@
 <a href="../ko/howto/auth.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/howto/auth.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Kimlik Doğrulama istediğiniz kişileri teyid etme işlemidir.
     Yetkilendirme ise kişilerin nereye gireceklerine ve hangi bilgiye
index e3aadc90b1c6100c7ee17718d663966e1f2bd6a4..fbfd18ea8ea3b46e8f347bf9d29c2a9cb4be3126 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1363757 -->
+<!-- English Revision: 1363757:1410671 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index a18c8057f14e8417dddcbeb143a935ad953dd59b..c598b491013ea046649dc71f472f0602362c3934 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: 219484:1363757 (outdated) -->
+<!-- English Revision: 219484:1410671 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3d46eecd4fc818f4c055a8909f53e20c21e51fa7..e2d25c20d51c4674022fc0e4d58bf162695dc544 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: 105989:1363757 (outdated) -->
+<!-- English Revision: 105989:1410671 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 250ddc5cade1eb5fc689543de3d51c5b6c8eec5a..641334dcd64c70f83cef2488eb4ed16f7acfa465 100644 (file)
@@ -8,9 +8,9 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 0620d79aba8d7fe551aac6ca00bea8a1e9d56df2..46ef88b30dfb229538ca4da6c53428c40987bcaf 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: 1363757 -->
+<!-- English Revision: 1363757:1410671 (outdated) -->
 <!-- =====================================================
  Translated by: Umut Samuk <umut belgeler.org>
    Reviewed by: Nilgün Belma Bugüner <nilgun belgeler.org>