]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some html syntax highlight to a piece of code.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 14 Jun 2020 09:00:03 +0000 (09:00 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 14 Jun 2020 09:00:03 +0000 (09:00 +0000)
+ some missing links

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878824 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.xml

index 0c73aba3b815f3b1cce5b56360a2f977e57b41ab..78d1aded40473d7a893d839490914ce3053883cb 100644 (file)
     <p>The simple example below, which can be clipped and saved in
     a header.html file, illustrates these query options. Note that
     the unknown "X" argument, for the submit button, is listed last
-    to assure the arguments are all parsed before mod_autoindex
+    to assure the arguments are all parsed before <module>mod_autoindex</module>
     encounters the X=Go input.</p>
 
-    <example>
-      &lt;form action="" method="get"&gt;<br />
-      <indent>
-        Show me a &lt;select name="F"&gt;<br />
-        <indent>
-          &lt;option value="0"&gt; Plain list&lt;/option&gt;<br />
-          &lt;option value="1" selected="selected"&gt; Fancy list&lt;/option&gt;<br />
-          &lt;option value="2"&gt; Table list&lt;/option&gt;<br />
-        </indent>
-        &lt;/select&gt;<br />
-        Sorted by &lt;select name="C"&gt;<br />
-        <indent>
-          &lt;option value="N" selected="selected"&gt; Name&lt;/option&gt;<br />
-          &lt;option value="M"&gt; Date Modified&lt;/option&gt;<br />
-          &lt;option value="S"&gt; Size&lt;/option&gt;<br />
-          &lt;option value="D"&gt; Description&lt;/option&gt;<br />
-        </indent>
-        &lt;/select&gt;<br />
-        &lt;select name="O"&gt;<br />
-        <indent>
-          &lt;option value="A" selected="selected"&gt; Ascending&lt;/option&gt;<br />
-          &lt;option value="D"&gt; Descending&lt;/option&gt;<br />
-        </indent>
-        &lt;/select&gt;<br />
-        &lt;select name="V"&gt;<br />
-        <indent>
-          &lt;option value="0" selected="selected"&gt; in Normal order&lt;/option&gt;<br />
-          &lt;option value="1"&gt; in Version order&lt;/option&gt;<br />
-        </indent>
-        &lt;/select&gt;<br />
-        Matching &lt;input type="text" name="P" value="*" /&gt;<br />
-        &lt;input type="submit" name="X" value="Go" /&gt;<br />
-      </indent>
-      &lt;/form&gt;
-    </example>
+    <example><title>Example</title>
+        <highlight language="html">
+&lt;form action="" method="get"&gt;
+    Show me a &lt;select name="F"&gt;
+        &lt;option value="0"&gt; Plain list&lt;/option&gt;
+        &lt;option value="1" selected="selected"&gt; Fancy list&lt;/option&gt;
+        &lt;option value="2"&gt; Table list&lt;/option&gt;
+    &lt;/select&gt;
+    Sorted by &lt;select name="C"&gt;
+        &lt;option value="N" selected="selected"&gt; Name&lt;/option&gt;
+        &lt;option value="M"&gt; Date Modified&lt;/option&gt;
+        &lt;option value="S"&gt; Size&lt;/option&gt;
+        &lt;option value="D"&gt; Description&lt;/option&gt;
+    &lt;/select&gt;
+    &lt;select name="O"&gt;
+        &lt;option value="A" selected="selected"&gt; Ascending&lt;/option&gt;
+        &lt;option value="D"&gt; Descending&lt;/option&gt;
+    &lt;/select&gt;
+    &lt;select name="V"&gt;
+        &lt;option value="0" selected="selected"&gt; in Normal order&lt;/option&gt;
+        &lt;option value="1"&gt; in Version order&lt;/option&gt;
+    &lt;/select&gt;
+    Matching &lt;input type="text" name="P" value="*" /&gt;
+    &lt;input type="submit" name="X" value="Go" /&gt;
+&lt;/form&gt;
+    </highlight></example>
 
 </section>
 
@@ -559,7 +550,7 @@ a directory</description>
 
 <usage>
     <p>The <directive>IndexIgnoreReset</directive> directive removes
-    any files ignored by <directive>IndexIgnore</directive> otherwise
+    any files ignored by <directive module="autoindex">IndexIgnore</directive> otherwise
     inherited from other configuration sections. </p>
 
     <highlight language="config">