Author: fhanik
Date: Thu Apr 27 13:59:00 2006
New Revision: 397631

URL: http://svn.apache.org/viewcvs?rev=397631&view=rev
Log:
more doco updates

Modified:
    tomcat/container/tc5.5.x/modules/groupcom/build/build.xml
    tomcat/container/tc5.5.x/modules/groupcom/doc/introduction.xml
    tomcat/container/tc5.5.x/modules/groupcom/doc/project.xml
    tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl

Modified: tomcat/container/tc5.5.x/modules/groupcom/build/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/build/build.xml?rev=397631&r1=397630&r2=397631&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/build/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/build/build.xml Thu Apr 27 
13:59:00 2006
@@ -66,7 +66,7 @@
            destdir="${docs.path}"
            extension=".html"
            style="tomcat-docs.xsl"
-           excludes="build.xml project.xml"
+           excludes="build.xml project.xml *_transform.xml"
            includes="*.xml">
       <param name="relative-path" expression="."/>
     </style>

Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/introduction.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/doc/introduction.xml?rev=397631&r1=397630&r2=397631&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/doc/introduction.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/doc/introduction.xml Thu Apr 27 
13:59:00 2006
@@ -106,7 +106,7 @@
     2. The framework was licensed in a way that neither I nor the community 
could use it<br/>
     3. Several features that I needed were missing<br/>
     4. Messaging was guaranteed, but no feedback was reported to me<br/>
-    5. The semantics of my message delivery had to be configured runtime<br/>
+    5. The semantics of my message delivery had to be configured before 
runtime<br/>
     And the list continues...
   </p>
   <p>

Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/project.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/doc/project.xml?rev=397631&r1=397630&r2=397631&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/doc/project.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/doc/project.xml Thu Apr 27 
13:59:00 2006
@@ -2,11 +2,9 @@
 <project name="Apache Tribes Documentation - Top Level Directory"
         href="http://tomcat.apache.org/";>
 
-    <title>Apache Tribes - The Tomcat Cluster Module</title>
+    <title>Apache Tribes - The Tomcat Cluster Communication Module</title>
 
-    <logo href="/images/tomcat.gif">
-      Apache Tomcat
-    </logo>
+    <logo 
href="http://tomcat.apache.org/tomcat-5.5-doc/images/tomcat.gif";>Apache 
Tomcat</logo>
 
 
     <body>
@@ -24,6 +22,7 @@
 
     <menu name="Reference">
         <item name="Release Notes"         href="RELEASE-NOTES.txt"/>
+        <item name="JavaDoc"               href="../javadoc/index.html"/>
     </menu>
 
     <menu name="Apache Tribes Development">

Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl?rev=397631&r1=397630&r2=397631&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl Thu Apr 27 
13:59:00 2006
@@ -73,7 +73,7 @@
             <xsl:value-of select="project/@href"/>
           </xsl:variable>
           <xsl:variable name="src">
-            <xsl:value-of select="$relative-path"/><xsl:value-of 
select="project/logo/@href"/>
+            <!--<xsl:value-of select="$relative-path"/>--><xsl:value-of 
select="project/logo/@href"/>
           </xsl:variable>
 
           <xsl:comment>PROJECT LOGO</xsl:comment>
@@ -93,7 +93,7 @@
             <xsl:value-of select="$relative-path"/><xsl:value-of 
select="$apache-logo"/>
           </xsl:variable>
           <a href="http://www.apache.org/";>
-            <img src="{$src}" align="right" alt="Apache Logo" border="0"/>
+            <img 
src="http://tomcat.apache.org/tomcat-5.5-doc/images/asf-logo.gif"; align="right" 
alt="Apache Logo" border="0"/>
           </a>
         </td>
       </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to