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 2002/09/28 03:50:23 UTC

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

nd          2002/09/27 18:50:23

  Modified:    docs/manual upgrading.html.en upgrading.xml
  Log:
  add some module markup
  
  Submitted by: Ilia Soldis <s0...@tversu.ru>
  
  Revision  Changes    Path
  1.31      +5 -5      httpd-2.0/docs/manual/upgrading.html.en
  
  Index: upgrading.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.html.en,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- upgrading.html.en	10 Sep 2002 02:03:38 -0000	1.30
  +++ upgrading.html.en	28 Sep 2002 01:50:23 -0000	1.31
  @@ -116,7 +116,7 @@
         and <code>RefererIgnore</code> directives have been removed.
         Agent and referer logs are still available using the
         <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code>
  -      directive of mod_log_config.</li>
  +      directive of <code class="module"><a href="./mod/mod_log_config.html">mod_log_config</a></code>.</li>
   
         <li>The <code>AddModule</code> and
         <code>ClearModuleList</code> directives no longer exist.
  @@ -139,11 +139,11 @@
         configuration has been replaced by <code>-t -D
         DUMP_VHOSTS</code>.</li>
   
  -      <li>The module mod_auth_digest, which was experimental in
  -      Apache 1.3, is now a standard module.</li>
  +      <li>The module <code class="module"><a href="./mod/mod_auth_digest.html">mod_auth_digest</a></code>, which was
  +      experimental in Apache 1.3, is now a standard module.</li>
   
  -      <li>The mod_mmap_static module, which was experimental in
  -      Apache 1.3, has been replaced with mod_file_cache.</li>
  +      <li>The <code>mod_mmap_static</code> module, which was experimental in
  +      Apache 1.3, has been replaced with <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code>.</li>
   
         <li>The distribution has been completely reorganized so that
         it no longer contains an independent <code>src</code>
  
  
  
  1.4       +5 -5      httpd-2.0/docs/manual/upgrading.xml
  
  Index: upgrading.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- upgrading.xml	5 Sep 2002 23:18:19 -0000	1.3
  +++ upgrading.xml	28 Sep 2002 01:50:23 -0000	1.4
  @@ -128,7 +128,7 @@
         and <code>RefererIgnore</code> directives have been removed.
         Agent and referer logs are still available using the
         <directive module="mod_log_config">CustomLog</directive>
  -      directive of mod_log_config.</li>
  +      directive of <module>mod_log_config</module>.</li>
   
         <li>The <code>AddModule</code> and
         <code>ClearModuleList</code> directives no longer exist.
  @@ -154,11 +154,11 @@
         configuration has been replaced by <code>-t -D
         DUMP_VHOSTS</code>.</li>
   
  -      <li>The module mod_auth_digest, which was experimental in
  -      Apache 1.3, is now a standard module.</li>
  +      <li>The module <module>mod_auth_digest</module>, which was
  +      experimental in Apache 1.3, is now a standard module.</li>
   
  -      <li>The mod_mmap_static module, which was experimental in
  -      Apache 1.3, has been replaced with mod_file_cache.</li>
  +      <li>The <code>mod_mmap_static</code> module, which was experimental in
  +      Apache 1.3, has been replaced with <module>mod_file_cache</module>.</li>
   
         <li>The distribution has been completely reorganized so that
         it no longer contains an independent <code>src</code>