summaryrefslogtreecommitdiff
path: root/docs/manual/howto
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-13 13:49:23 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-13 13:49:23 +0000
commitd0adb9e3644406ed19b4a9580ddb00f14a02af74 (patch)
tree53657c07644471255e2f6ebe716b2dbb0d48ebbd /docs/manual/howto
parent5b0d8e31f4b4f07963b2f332b54e8271e24dbb9e (diff)
downloadhttpd-d0adb9e3644406ed19b4a9580ddb00f14a02af74.tar.gz
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r--docs/manual/howto/htaccess.html.en6
-rw-r--r--docs/manual/howto/htaccess.xml.fr2
-rw-r--r--docs/manual/howto/htaccess.xml.ja2
-rw-r--r--docs/manual/howto/htaccess.xml.ko2
-rw-r--r--docs/manual/howto/htaccess.xml.meta2
-rw-r--r--docs/manual/howto/htaccess.xml.pt-br2
6 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en
index 521f0720f8..41fcab166b 100644
--- a/docs/manual/howto/htaccess.html.en
+++ b/docs/manual/howto/htaccess.html.en
@@ -198,8 +198,8 @@ changes on a per-directory basis.</p>
<div class="example"><h3>Section from your <code>httpd.conf</code>
file</h3><pre class="prettyprint lang-config">
-&lt;Directory /www/htdocs/example&gt;<br />
- AddType text/example .exm<br />
+&lt;Directory /www/htdocs/example&gt;
+ AddType text/example .exm
&lt;/Directory&gt;
</pre>
</div>
@@ -268,7 +268,7 @@ changes on a per-directory basis.</p>
<pre class="prettyprint lang-config">
&lt;Directory /www/htdocs&gt;
- Allowoverride All
+ AllowOverride All
&lt;/Directory&gt;
&lt;Location /&gt;
diff --git a/docs/manual/howto/htaccess.xml.fr b/docs/manual/howto/htaccess.xml.fr
index 7a49d5f0e8..2a63de9520 100644
--- a/docs/manual/howto/htaccess.xml.fr
+++ b/docs/manual/howto/htaccess.xml.fr
@@ -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 : 1330277 -->
+<!-- English Revision: 1330277:1337880 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja
index cf227843d8..1d51cebd35 100644
--- a/docs/manual/howto/htaccess.xml.ja
+++ b/docs/manual/howto/htaccess.xml.ja
@@ -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: 574882:1330277 (outdated) -->
+<!-- English Revision: 574882:1337880 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/howto/htaccess.xml.ko b/docs/manual/howto/htaccess.xml.ko
index 5566525672..60c5a7c3f4 100644
--- a/docs/manual/howto/htaccess.xml.ko
+++ b/docs/manual/howto/htaccess.xml.ko
@@ -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:1330277 (outdated) -->
+<!-- English Revision: 151408:1337880 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/howto/htaccess.xml.meta b/docs/manual/howto/htaccess.xml.meta
index a962e7243c..aba40c04ac 100644
--- a/docs/manual/howto/htaccess.xml.meta
+++ b/docs/manual/howto/htaccess.xml.meta
@@ -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">pt-br</variant>
diff --git a/docs/manual/howto/htaccess.xml.pt-br b/docs/manual/howto/htaccess.xml.pt-br
index 23800439cf..8f6220fed0 100644
--- a/docs/manual/howto/htaccess.xml.pt-br
+++ b/docs/manual/howto/htaccess.xml.pt-br
@@ -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.pt-br.xsl"?>
-<!-- English Revision: 151408:1330277 (outdated) -->
+<!-- English Revision: 151408:1337880 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more