]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
alphabetical order is a good thing.
authorRich Bowen <rbowen@apache.org>
Tue, 26 Jan 2010 02:40:47 +0000 (02:40 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 26 Jan 2010 02:40:47 +0000 (02:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903057 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml
docs/manual/mod/mod_autoindex.xml.ja
docs/manual/mod/mod_autoindex.xml.ko
docs/manual/mod/mod_autoindex.xml.tr

index 102cdb86f046438ce4d1810cb1d7a0191186d0cc..048366d36aad024aca12bc3d09030876a2ad4f06 100644 (file)
@@ -547,6 +547,19 @@ indexing</td></tr>
     of</p>
 
     <dl>
+      <dt><a name="indexoptions.addaltclass" id="indexoptions.addaltclass">AddAltClass</a></dt>
+      <dd>Adds an additional CSS class declaration to each row of the
+      directory listing table when <code>IndexOptions HTMLTable</code> 
+      is in effect and an <code>IndexStyleSheet</code> is defined.
+      Rather than the standard <code>even</code> and <code>odd</code>
+      classes that would otherwise be applied to each row of the table,
+      a class of <code>even-<em>ALT</em></code> or
+      <code>odd-<em>ALT</em></code> where <em>ALT</em> is either the
+      standard alt text associated with the file tyle (eg. <em>snd</em>,
+      <em>txt</em>, <em>img</em>, etc) or the alt text defined by one of
+      the various <code>AddAlt*</code> directives.
+      </dd>
+
       <dt><a name="indexoptions.charset" id="indexoptions.charset">Charset=<var>character-set</var></a> (<em>Apache 2.0.61 and
       later</em>)</dt>
 
@@ -561,18 +574,6 @@ indexing</td></tr>
       </code></p></div>
       </dd>
 
-      <dt><a name="indexoptions.type" id="indexoptions.type">Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
-      later</em>)</dt>
-
-      <dd>The <code>Type</code> keyword allows you to
-      specify the MIME content-type of the generated page. The default
-      is <var>text/html</var>.
-
-      <div class="example"><h3>Example:</h3><p><code>
-        IndexOptions Type=text/plain
-      </code></p></div>
-      </dd>
-
       <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
       later</em>)</dt>
 
@@ -770,6 +771,18 @@ indexing</td></tr>
       <code>Last-Modified</code> header on all Unix platforms.</strong>
       If this is a concern, leave this option disabled.</dd>
 
+      <dt><a name="indexoptions.type" id="indexoptions.type">Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
+      later</em>)</dt>
+
+      <dd>The <code>Type</code> keyword allows you to
+      specify the MIME content-type of the generated page. The default
+      is <var>text/html</var>.
+
+      <div class="example"><h3>Example:</h3><p><code>
+        IndexOptions Type=text/plain
+      </code></p></div>
+      </dd>
+
       <dt><a name="indexoptions.versionsort" id="indexoptions.versionsort">VersionSort</a>
       (<em>Apache 2.0a3 and later</em>)</dt>
 
@@ -804,18 +817,6 @@ indexing</td></tr>
       <dd>The <code>XHTML</code> keyword forces <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code>
       to emit XHTML 1.0 code instead of HTML 3.2.</dd>
 
-      <dt><a name="indexoptions.addaltclass" id="indexoptions.addaltclass">AddAltClass</a></dt>
-      <dd>Adds an additional CSS class declaration to each row of the
-      directory listing table when <code>IndexOptions HTMLTable</code> 
-      is in effect and an <code>IndexStyleSheet</code> is defined.
-      Rather than the standard <code>even</code> and <code>odd</code>
-      classes that would otherwise be applied to each row of the table,
-      a class of <code>even-<em>ALT</em></code> or
-      <code>odd-<em>ALT</em></code> where <em>ALT</em> is either the
-      standard alt text associated with the file tyle (eg. <em>snd</em>,
-      <em>txt</em>, <em>img</em>, etc) or the alt text defined by one of
-      the various <code>AddAlt*</code> directives.
-      </dd>
     </dl>
 
    
index 1c514156f0e1e3589e599f8397e3bf88ae29c6a2..fa20ebeeac7b3f9fcb827e449846e6eba0a2e288 100644 (file)
@@ -534,6 +534,20 @@ indexing</description>
     of</p>
 
     <dl>
+      <dt><a name="indexoptions.addaltclass"
+               id="indexoptions.addaltclass">AddAltClass</a></dt>
+      <dd>Adds an additional CSS class declaration to each row of the
+      directory listing table when <code>IndexOptions HTMLTable</code> 
+      is in effect and an <code>IndexStyleSheet</code> is defined.
+      Rather than the standard <code>even</code> and <code>odd</code>
+      classes that would otherwise be applied to each row of the table,
+      a class of <code>even-<em>ALT</em></code> or
+      <code>odd-<em>ALT</em></code> where <em>ALT</em> is either the
+      standard alt text associated with the file tyle (eg. <em>snd</em>,
+      <em>txt</em>, <em>img</em>, etc) or the alt text defined by one of
+      the various <code>AddAlt*</code> directives.
+      </dd>
+
       <dt><a name="indexoptions.charset"
                id="indexoptions.charset"
       >Charset=<var>character-set</var></a> (<em>Apache 2.0.61 and
@@ -550,20 +564,6 @@ indexing</description>
       </example>
       </dd>
 
-      <dt><a name="indexoptions.type"
-               id="indexoptions.type"
-      >Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
-      later</em>)</dt>
-
-      <dd>The <code>Type</code> keyword allows you to
-      specify the MIME content-type of the generated page. The default
-      is <var>text/html</var>.
-
-      <example><title>Example:</title>
-        IndexOptions Type=text/plain
-      </example>
-      </dd>
-
       <dt><a name="indexoptions.descriptionwidth"
                id="indexoptions.descriptionwidth"
       >DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
@@ -795,6 +795,20 @@ indexing</description>
       <code>Last-Modified</code> header on all Unix platforms.</strong>
       If this is a concern, leave this option disabled.</dd>
 
+      <dt><a name="indexoptions.type"
+               id="indexoptions.type"
+      >Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
+      later</em>)</dt>
+
+      <dd>The <code>Type</code> keyword allows you to
+      specify the MIME content-type of the generated page. The default
+      is <var>text/html</var>.
+
+      <example><title>Example:</title>
+        IndexOptions Type=text/plain
+      </example>
+      </dd>
+
       <dt><a name="indexoptions.versionsort"
                id="indexoptions.versionsort">VersionSort</a>
       (<em>Apache 2.0a3 and later</em>)</dt>
@@ -831,19 +845,6 @@ indexing</description>
       <dd>The <code>XHTML</code> keyword forces <module>mod_autoindex</module>
       to emit XHTML 1.0 code instead of HTML 3.2.</dd>
 
-      <dt><a name="indexoptions.addaltclass"
-               id="indexoptions.addaltclass">AddAltClass</a></dt>
-      <dd>Adds an additional CSS class declaration to each row of the
-      directory listing table when <code>IndexOptions HTMLTable</code> 
-      is in effect and an <code>IndexStyleSheet</code> is defined.
-      Rather than the standard <code>even</code> and <code>odd</code>
-      classes that would otherwise be applied to each row of the table,
-      a class of <code>even-<em>ALT</em></code> or
-      <code>odd-<em>ALT</em></code> where <em>ALT</em> is either the
-      standard alt text associated with the file tyle (eg. <em>snd</em>,
-      <em>txt</em>, <em>img</em>, etc) or the alt text defined by one of
-      the various <code>AddAlt*</code> directives.
-      </dd>
     </dl>
 
    <!--
index 3a2cd3d561571c7373c3b039d1e6c6ea2dcc050f..c683d6193ec0304ac844e20d83a60b2fae3d4b88 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: 689261:894306 (outdated) -->
+<!-- English Revision: 689261:903055 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index bb7e89f8785a9bf64eccb7f4022a9b510b4ddb5f..611172afd3f5d040df2d252d6da401f3283d53ec 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: 103423:894306 (outdated) -->
+<!-- English Revision: 103423:903055 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index cb274d2693200731f8c677d082981e15d48c0a28..a6f2b704ded250ff04b03c1c0c4d607d95b8e3cf 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: 807930:894306 (outdated) -->
+<!-- English Revision: 807930:903055 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>