Commit 9147ec3f authored by Richard Bowen's avatar Richard Bowen
Browse files

Indent example to make it more readable

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410672 13f79535-47bb-0310-9956-ffa450edef68
parent d2de4182
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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>

+2 −0
Original line number Diff line number Diff line
@@ -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="Trke">&nbsp;tr&nbsp;</a></p>
</div>
<div class="outofdate">Cette traduction peut tre prime. Vrifiez la version
            anglaise pour les changements rcents.</div>

    <p>L'authentification est un processus qui vous permet de vrifier
    qu'une personne est bien celle qu'elle prtend tre. L'autorisation
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
<?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 -->

+1 −1
Original line number Diff line number Diff line
<?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
Loading