You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/01/12 20:26:48 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_autoindex.html.en mod_autoindex.xml

nd          2004/01/12 11:26:48

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_autoindex.html.en
                        mod_autoindex.xml
  Log:
  document indexoptions +xhtml
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.20.2.6  +6 -0      httpd-2.0/docs/manual/mod/mod_autoindex.html.en
  
  Index: mod_autoindex.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.html.en,v
  retrieving revision 1.20.2.5
  retrieving revision 1.20.2.6
  diff -u -u -r1.20.2.5 -r1.20.2.6
  --- mod_autoindex.html.en	2 Nov 2003 21:05:11 -0000	1.20.2.5
  +++ mod_autoindex.html.en	12 Jan 2004 19:26:48 -0000	1.20.2.6
  @@ -731,6 +731,12 @@
           foo-1.04
         </code></p></div>
         </dd>
  +
  +      <dt><a name="indexoptions.xhtml" id="indexoptions.xhtml">XHTML</a>
  +      (<em>Apache 2.0.49 and later</em>)</dt>
  +
  +      <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>
       </dl>
   
      
  
  
  
  1.12.2.5  +7 -0      httpd-2.0/docs/manual/mod/mod_autoindex.xml
  
  Index: mod_autoindex.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.xml,v
  retrieving revision 1.12.2.4
  retrieving revision 1.12.2.5
  diff -u -u -r1.12.2.4 -r1.12.2.5
  --- mod_autoindex.xml	2 Nov 2003 21:05:11 -0000	1.12.2.4
  +++ mod_autoindex.xml	12 Jan 2004 19:26:48 -0000	1.12.2.5
  @@ -756,6 +756,13 @@
           foo-1.04
         </example>
         </dd>
  +
  +      <dt><a name="indexoptions.xhtml"
  +               id="indexoptions.xhtml">XHTML</a>
  +      (<em>Apache 2.0.49 and later</em>)</dt>
  +
  +      <dd>The <code>XHTML</code> keyword forces <module>mod_autoindex</module>
  +      to emit XHTML 1.0 code instead of HTML 3.2.</dd>
       </dl>
   
      <!--