You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2006/05/30 12:59:36 UTC

svn commit: r410238 - in /tomcat/connectors/trunk/jk/xdocs: project.xml style.xsl

Author: jfclere
Date: Tue May 30 03:59:35 2006
New Revision: 410238

URL: http://svn.apache.org/viewvc?rev=410238&view=rev
Log:
Arrange definitions so that connectors refers Apache Tomcat instead of Jakarta Tomcat.

Modified:
    tomcat/connectors/trunk/jk/xdocs/project.xml
    tomcat/connectors/trunk/jk/xdocs/style.xsl

Modified: tomcat/connectors/trunk/jk/xdocs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/project.xml?rev=410238&r1=410237&r2=410238&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/project.xml Tue May 30 03:59:35 2006
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Apache Jakarta Tomcat Connector Documentation - Top Level Directory"
-        href="http://jakarta.apache.org/tomcat/">
+<project name="Apache Tomcat Connector Documentation - Top Level Directory"
+        href="http://tomcat.apache.org/">
 
-    <title>The Apache Jakarta Tomcat Connector</title>
+    <title>The Apache Tomcat Connector</title>
 
     <logo href="/images/tomcat.gif">
-      The Apache Jakarta Tomcat Connector
+      The Apache Tomcat Connector
     </logo>
 <body>
 

Modified: tomcat/connectors/trunk/jk/xdocs/style.xsl
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/style.xsl?rev=410238&r1=410237&r2=410238&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/style.xsl (original)
+++ tomcat/connectors/trunk/jk/xdocs/style.xsl Tue May 30 03:59:35 2006
@@ -14,9 +14,9 @@
 
 
   <!-- Defined parameters (overrideable) -->
-  <xsl:param    name="home-name"        select="'The Jakarta Project'"/>
-  <xsl:param    name="home-href"        select="'http://jakarta.apache.org/'"/>
-  <xsl:param    name="home-logo"        select="'/images/jakarta-logo.gif'"/>
+  <xsl:param    name="home-name"        select="'Apache Tomcat'"/>
+  <xsl:param    name="home-href"        select="'http://tomcat.apache.org/'"/>
+  <xsl:param    name="home-logo"        select="'/images/tomcat.gif'"/>
   <xsl:param    name="printer-logo"     select="'/images/printer.gif'"/>
   <xsl:param    name="relative-path"    select="'.'"/>
   <xsl:param    name="void-image"       select="'/images/void.gif'"/>
@@ -87,10 +87,12 @@
             <xsl:value-of select="$relative-path"/><xsl:value-of select="project/logo/@href"/>
           </xsl:variable>
 
-          <xsl:comment>PROJECT LOGO</xsl:comment>
-          <a href="{$home}">
-            <img src="{$src}" align="right" alt="{$alt}" border="0"/>
+          <xsl:comment>APACHE LOGO</xsl:comment>
+          <a href="http://www.apache.org/">
+            <img src="http://www.apache.org/images/asf-logo.gif"
+                 align="right" alt="Apache Logo" border="0"/>
           </a>
+
         </xsl:if>
 
       </td></tr>



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