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/12/02 22:46:47 UTC

cvs commit: httpd-2.0/docs/manual/style/xsl sitemap.xsl

nd          2002/12/02 13:46:47

  Modified:    docs/manual Tag: APACHE_2_0_BRANCH sitemap.html.en
               docs/manual/style/xsl Tag: APACHE_2_0_BRANCH sitemap.xsl
  Log:
  There are no (longer) obsolete modules.
  So removed the empty <ul>.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.22.2.2  +1 -1      httpd-2.0/docs/manual/sitemap.html.en
  
  Index: sitemap.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.html.en,v
  retrieving revision 1.22.2.1
  retrieving revision 1.22.2.2
  diff -u -r1.22.2.1 -r1.22.2.2
  --- sitemap.html.en	2 Dec 2002 20:02:22 -0000	1.22.2.1
  +++ sitemap.html.en	2 Dec 2002 21:46:47 -0000	1.22.2.2
  @@ -140,7 +140,7 @@
   <li><a href="mod/mod_userdir.html">Apache Module mod_userdir</a></li>
   <li><a href="mod/mod_usertrack.html">Apache Module mod_usertrack</a></li>
   <li><a href="mod/mod_vhost_alias.html">Apache Module mod_vhost_alias</a></li>
  -</ul><ul /></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="developer" id="developer">Developer Documentation</a></h2><ul><li class="separate"><a href="developer/">Overview</a></li>
  +</ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="developer" id="developer">Developer Documentation</a></h2><ul><li class="separate"><a href="developer/">Overview</a></li>
   <li><a href="developer/API.html">Apache API notes</a></li>
   <li><a href="developer/debugging.html">Debugging Memory Allocation in APR</a></li>
   <li><a href="developer/documenting.html">Documenting Apache 2.0</a></li>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +4 -2      httpd-2.0/docs/manual/style/xsl/sitemap.xsl
  
  Index: sitemap.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/sitemap.xsl,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- sitemap.xsl	17 Nov 2002 05:23:23 -0000	1.4
  +++ sitemap.xsl	2 Dec 2002 21:46:47 -0000	1.4.2.1
  @@ -209,6 +209,7 @@
       </ul>
   
       <!-- obsolete modules -->
  +<!--
       <ul>
         <xsl:for-each select="modulefile">
           <xsl:sort select="document(concat($basedir,'mod/',.))/modulesynopsis/name"/>
  @@ -224,12 +225,13 @@
             </li>
    
   <xsl:text>
  -</xsl:text> <!-- insert line break -->
  +</xsl:text>
   
           </xsl:if>
         </xsl:for-each>
  -      <!-- /other modules -->
        </ul>
  +-->
  +     <!-- /obsolete modules -->
   
     </xsl:template>
     <!-- /category/modulefilelist -->