You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/07/26 19:39:38 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_echo.xml mod_proxy.xml mod_userdir.xml

slive       2002/07/26 10:39:38

  Modified:    docs/manual/mod mod_echo.xml mod_proxy.xml mod_userdir.xml
  Log:
  Make xml docs conform to DTD
  
  Submitted by: Vincent de Lau <vi...@delau.nl>
  
  Revision  Changes    Path
  1.2       +2 -2      httpd-2.0/docs/manual/mod/mod_echo.xml
  
  Index: mod_echo.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_echo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_echo.xml	24 Jul 2002 03:13:04 -0000	1.1
  +++ mod_echo.xml	26 Jul 2002 17:39:37 -0000	1.2
  @@ -12,9 +12,9 @@
   <compatibility>Available in Apache 2.0 and later</compatibility>
   
   <summary>
  -    This module provides an example protocol module to illustrate the
  +    <p>This module provides an example protocol module to illustrate the
       concept. It provides a simple echo server. Telnet to it and type
  -    stuff, and it will echo it.
  +    stuff, and it will echo it.</p>
   </summary>
   
   <directivesynopsis>
  
  
  
  1.9       +2 -2      httpd-2.0/docs/manual/mod/mod_proxy.xml
  
  Index: mod_proxy.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -u -r1.8 -r1.9
  --- mod_proxy.xml	25 Jul 2002 00:16:26 -0000	1.8
  +++ mod_proxy.xml	26 Jul 2002 17:39:37 -0000	1.9
  @@ -282,9 +282,9 @@
   
   <directivesynopsis type="section">
   <name>Proxy</name>
  -<syntax>&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</syntax>
   <description>Container for directives applied to proxied 
   resources</description>
  +<syntax>&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</syntax>
   <contextlist><context>server config</context>
   <context>virtual host</context></contextlist>
   
  @@ -320,9 +320,9 @@
   
   <directivesynopsis type="section">
   <name>ProxyMatch</name>
  -<syntax>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</syntax>
   <description>Container for directives applied to regular-expression-matched 
   proxied resources</description>
  +<syntax>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</syntax>
   <contextlist><context>server config</context>
   <context>virtual host</context></contextlist>
   
  
  
  
  1.8       +2 -2      httpd-2.0/docs/manual/mod/mod_userdir.xml
  
  Index: mod_userdir.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_userdir.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -d -b -u -r1.7 -r1.8
  --- mod_userdir.xml	26 May 2002 22:08:58 -0000	1.7
  +++ mod_userdir.xml	26 Jul 2002 17:39:37 -0000	1.8
  @@ -10,8 +10,8 @@
   <identifier>userdir_module</identifier>
   
   <summary>
  -This module allows user-specific directories to be accessed using the
  -<code>http://example.com/~user/</code> syntax.
  +<p>This module allows user-specific directories to be accessed using the
  +<code>http://example.com/~user/</code> syntax.</p>
   </summary>
   
   <seealso><a href="../urlmapping.html">Mapping URLs to the