You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/01/04 00:20:06 UTC

cvs commit: jakarta-tomcat-connectors/webapp README.txt

markt       2005/01/03 15:20:05

  Modified:    jk/xdocs/howto doccontrib.xml
               jk/xdocs style.xsl
               webapp   README.txt
  Log:
  Remove references to nagoya from connector documentation.
  
  Revision  Changes    Path
  1.3       +5 -5      jakarta-tomcat-connectors/jk/xdocs/howto/doccontrib.xml
  
  Index: doccontrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/doccontrib.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- doccontrib.xml	19 Nov 2004 16:20:37 -0000	1.2
  +++ doccontrib.xml	3 Jan 2005 23:20:05 -0000	1.3
  @@ -242,10 +242,10 @@
   <p>
       Patches to the documentation are handled just like a bug report.  You 
   should submit your patches to <a 
  -href="http://nagoya.apache.org/bugzilla/">http://nagoya.apache.org/bugzilla/</a>
  +href="http://issues.apache.org/bugzilla/">http://issues.apache.org/bugzilla/</a>
    and include a good one line subject.  If this is your first time to use the 
   bug database then you should read  <a 
  -href="http://nagoya.apache.org/bugzilla/bugwritinghelp.html">http://nagoya.apach
  +href="http://issues.apache.org/bugzilla/bugwritinghelp.html">http://issues.apach
   e.org/bugzilla/bugwritinghelp.html.</a>  You will need to create a user 
   account.  At the web site paste your patch into the web form and don't forget 
   to describe what it is your patch is for.  Sooner or later a someone with 
  @@ -300,10 +300,10 @@
   Beginner's Guide</a>
   </li>
   <li>
  -<a href="http://nagoya.apache.org/bugzilla/">Bugzilla</a>
  +<a href="http://issues.apache.org/bugzilla/">Bugzilla</a>
   </li>
   <li>
  -<a href="http://nagoya.apache.org/bugzilla/bugwritinghelp.html">Bugzilla Bug 
  +<a href="http://issues.apache.org/bugzilla/bugwritinghelp.html">Bugzilla Bug 
   Writing Guide</a>
   </li>
   <li>
  
  
  
  1.11      +16 -16    jakarta-tomcat-connectors/jk/xdocs/style.xsl
  
  Index: style.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- style.xsl	18 Dec 2004 12:47:42 -0000	1.10
  +++ style.xsl	3 Jan 2005 23:20:05 -0000	1.11
  @@ -22,7 +22,7 @@
     <xsl:param    name="void-image"       select="'/images/void.gif'"/>
     <xsl:param    name="project-menu"     select="'menu'"/>
     <xsl:param    name="standalone"       select="''"/>
  -  <xsl:param    name="buglink"          select="'http://nagoya.apache.org/bugzilla/show_bug.cgi?id='"/>
  +  <xsl:param    name="buglink"          select="'http://issues.apache.org/bugzilla/show_bug.cgi?id='"/>
   
     <!-- Defined variables (non-overrideable) -->
     <xsl:variable name="body-bg"          select="'#ffffff'"/>
  @@ -246,13 +246,13 @@
       <table border="1" cellpadding="5">
         <tr>
           <th width="220px" bgcolor="{$attributes-color}">
  -     	  <xsl:choose>
  -            <xsl:when test="@name != ''">
  -               <font color="#ffffff"><xsl:value-of select="@name"/></font>
  -            </xsl:when>
  -            <xsl:otherwise>
  +     	  <xsl:choose>
  +            <xsl:when test="@name != ''">
  +               <font color="#ffffff"><xsl:value-of select="@name"/></font>
  +            </xsl:when>
  +            <xsl:otherwise>
                  <font color="#ffffff">Attribute</font>
  -            </xsl:otherwise>
  +            </xsl:otherwise>
             </xsl:choose>          
           </th>
           <th width="*" bgcolor="{$attributes-color}">
  @@ -301,17 +301,17 @@
                 <code><xsl:value-of select="@name"/></code>
               </xsl:if>
             </td>
  -     	  <xsl:choose>
  -            <xsl:when test="@default != ''">
  +     	  <xsl:choose>
  +            <xsl:when test="@default != ''">
                  <td align="center" valign="center">          
  -               <code><xsl:value-of select="@default"/></code>
  +               <code><xsl:value-of select="@default"/></code>
                 </td>
  -            </xsl:when>
  -            <xsl:otherwise>
  -               <td align="center" valign="center">          
  -              <code>-</code>
  +            </xsl:when>
  +            <xsl:otherwise>
  +              <td align="center" valign="center">          
  +              <code>-</code>
                 </td>
  -            </xsl:otherwise>
  +            </xsl:otherwise>
             </xsl:choose>          
             <td align="left" valign="center">
               <xsl:apply-templates/>
  
  
  
  1.21      +1 -1      jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- README.txt	3 Sep 2002 13:54:32 -0000	1.20
  +++ README.txt	3 Jan 2005 23:20:05 -0000	1.21
  @@ -134,7 +134,7 @@
   
   If the output of the apachectl command doesn't include "Syntax OK", something
   went wrong with the build process. Please report that through our bug tracking
  -database at <http://nagoya.apache.org/bugzilla> or to the Tomcat developers
  +database at <http://issues.apache.org/bugzilla> or to the Tomcat developers
   mailing list <ma...@jakarta.apache.org>
   
   Have fun...
  
  
  

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