You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/10/20 14:50:01 UTC

cvs commit: jakarta-alexandria/proposal/gump/stylesheet build.xsl update.xsl xref.xsl

rubys       01/10/20 05:50:01

  Modified:    proposal/gump/stylesheet build.xsl update.xsl xref.xsl
  Log:
  More hyperlinks
  
  Revision  Changes    Path
  1.41      +0 -1      jakarta-alexandria/proposal/gump/stylesheet/build.xsl
  
  Index: build.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/build.xsl,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xsl	2001/10/12 09:58:55	1.40
  +++ build.xsl	2001/10/20 12:50:01	1.41
  @@ -76,7 +76,6 @@
             <xsl:text>Workspace: </xsl:text>
             <a href="workspace.html">definition</a>
             <a href="xref.html">cross reference</a>
  -          <a href="modxref.html">modules</a>
             <a href="cvs_index.html">cvs logs</a>
           </menu>
   
  
  
  
  1.15      +9 -5      jakarta-alexandria/proposal/gump/stylesheet/update.xsl
  
  Index: update.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/update.xsl,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- update.xsl	2001/10/12 09:58:55	1.14
  +++ update.xsl	2001/10/20 12:50:01	1.15
  @@ -48,8 +48,7 @@
           <menu>
             <xsl:text>Workspace: </xsl:text>
             <a href="workspace.html">definition</a>
  -          <a href="xref.html">cross reference</a>
  -          <a href="modxref.html">modules</a>
  +          <a href="modxref.html">cross reference</a>
             <a href="index.html">build logs</a>
           </menu>
   
  @@ -88,12 +87,12 @@
           </title>
   
           <sidebar>
  -          <strong><a href="index.html">Build logs</a></strong>
  +          <strong><a href="index.html">Cvs logs</a></strong>
             <ul>
  -            <xsl:for-each select="../project[ant|script]">
  +            <xsl:for-each select="../module">
                 <xsl:sort select="@name"/>
                 <li>
  -                <a href="{@name}.html"><xsl:value-of select="@name"/></a>
  +                <a href="cvs_{@name}.html"><xsl:value-of select="@name"/></a>
                 </li>
               </xsl:for-each>
             </ul>
  @@ -101,6 +100,11 @@
   
           <menu>
             <date-time/>
  +
  +          <br/>
  +          <xsl:text>Module: </xsl:text>
  +          <a href="module_{@name}.html">definition</a>
  +          <a href="modxref.html">cross reference</a>
   
             <xsl:variable name="module" select="@name"/>
             <xsl:if test="/workspace/project[@module=$module and (ant|script)]">
  
  
  
  1.12      +56 -11    jakarta-alexandria/proposal/gump/stylesheet/xref.xsl
  
  Index: xref.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/xref.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- xref.xsl	2001/10/13 12:59:41	1.11
  +++ xref.xsl	2001/10/20 12:50:01	1.12
  @@ -11,7 +11,7 @@
         <html log="{@logdir}/xref.html"
           banner-image="{@banner-image}" banner-link="{@banner-link}">
   
  -        <title>Cross Reference</title>
  +        <title>Dependency Cross Reference</title>
   
           <sidebar>
             <strong><a href="index.html">Build logs</a></strong>
  @@ -25,7 +25,16 @@
             </ul>
           </sidebar>
   
  -        <menu/>
  +        <menu>
  +          <xsl:text>Workspace: </xsl:text>
  +          <a href="workspace.html">definition</a>
  +          <a href="cvs_index.html">cvs logs</a>
  +          <a href="index.html">build logs</a>
  +          <xsl:text>Cross reference: </xsl:text>
  +          <a href="modxref.html">modules by repository</a>
  +          <a href="packages.html">installed packages</a>
  +          <a href="cvsjars.html">jars by module</a>
  +        </menu>
   
           <content>
             <table border="1">
  @@ -116,9 +125,12 @@
           <menu>
             <xsl:text>Workspace: </xsl:text>
             <a href="workspace.html">definition</a>
  -          <a href="xref.html">cross reference</a>
             <a href="cvs_index.html">cvs logs</a>
             <a href="index.html">build logs</a>
  +          <xsl:text>Cross reference: </xsl:text>
  +          <a href="xref.html">dependencies</a>
  +          <a href="packages.html">installed packages</a>
  +          <a href="cvsjars.html">jars by module</a>
           </menu>
   
           <content>
  @@ -203,9 +215,12 @@
           <menu>
             <xsl:text>Workspace: </xsl:text>
             <a href="workspace.html">definition</a>
  -          <a href="xref.html">cross reference</a>
             <a href="cvs_index.html">cvs logs</a>
             <a href="index.html">build logs</a>
  +          <xsl:text>Cross reference: </xsl:text>
  +          <a href="xref.html">dependencies</a>
  +          <a href="modxref.html">modules by repository</a>
  +          <a href="cvsjars.html">jars by module</a>
           </menu>
   
           <content>
  @@ -250,13 +265,43 @@
                </table>
             </blockquote>
   
  -          <a name="cvsjars">
  -            <table width="100%" cellpadding="2" cellspacing="0" border="0">
  -              <tr>
  -                <td class="title">List of jars used from cvs</td>
  -              </tr>
  -            </table>
  -          </a>
  +        </content>
  +
  +      </html>
  +
  +      <!-- =============================================================== -->
  +      <!--              Produce a list of jars used from cvs               -->
  +      <!-- =============================================================== -->
  +
  +      <html log="{@logdir}/cvsjars.html"
  +        banner-image="{@banner-image}" banner-link="{@banner-link}">
  +
  +        <title>List of jars used from cvs</title>
  +
  +        <sidebar>
  +          <strong><a href="index.html">Cvs logs</a></strong>
  +          <ul>
  +            <xsl:for-each select="module">
  +              <xsl:sort select="@name"/>
  +              <li>
  +                <a href="cvs_{@name}.html"><xsl:value-of select="@name"/></a>
  +              </li>
  +            </xsl:for-each>
  +          </ul>
  +        </sidebar>
  +
  +        <menu>
  +          <xsl:text>Workspace: </xsl:text>
  +          <a href="workspace.html">definition</a>
  +          <a href="cvs_index.html">cvs logs</a>
  +          <a href="index.html">build logs</a>
  +          <xsl:text>Cross reference: </xsl:text>
  +          <a href="xref.html">dependencies</a>
  +          <a href="modxref.html">modules by repository</a>
  +          <a href="packages.html">installed packages</a>
  +        </menu>
  +
  +        <content>
   
             <blockquote>
                <table class="content">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org