You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2006/01/10 15:39:17 UTC

svn commit: r367616 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/loader.xml config/realm.xml tomcat-docs.xsl

Author: yoavs
Date: Tue Jan 10 06:39:10 2006
New Revision: 367616

URL: http://svn.apache.org/viewcvs?rev=367616&view=rev
Log:
Minor doc updates.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/loader.xml
    tomcat/container/tc5.5.x/webapps/docs/config/realm.xml
    tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=367616&r1=367615&r2=367616&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Tue Jan 10 06:39:10 2006
@@ -14,7 +14,14 @@
 
 <body>
 
-<section name="Tomcat 5.5.16">
+<section name="Tomcat 5.5.16 (yoavs)">
+  <subsection name="General">
+    <changelog>
+      <update>
+        Updated / enhanced docs to remove old FIXME references. (yoavs)
+      </update>
+    </changelog>
+  </subsection>
   <subsection name="Catalina">
     <changelog>
       <fix>
@@ -45,7 +52,7 @@
   </subsection>
 </section>
 
-<section name="Tomcat 5.5.15">
+<section name="Tomcat 5.5.15 (yoavs)">
   <subsection name="General">
     <changelog>
       <fix>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/loader.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/config/loader.xml?rev=367616&r1=367615&r2=367616&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/loader.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/loader.xml Tue Jan 10 06:39:10 2006
@@ -35,7 +35,7 @@
   created automatically, which is sufficient for most requirements.</p>
 
   <p>For a more in-depth description of the class loader hierarchy
-  that is implemented by Catalina, see <strong>FIXME - Reference</strong>.</p>
+  that is implemented by Catalina, see <a href="../class-loader-howto.html">the ClassLoader HowTo</a>.</p>
 
     <blockquote><em>
     <p>The description below uses the variable name $CATALINA_HOME

Modified: tomcat/container/tc5.5.x/webapps/docs/config/realm.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/config/realm.xml?rev=367616&r1=367615&r2=367616&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/realm.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/realm.xml Tue Jan 10 06:39:10 2006
@@ -31,11 +31,10 @@
   containers, unless explicitly overridden.</p>
 
   <p>For more in-depth information about container managed security in web
-  applications, see <strong>FIXME - link to "Container Managed Security Guide"
-  in the application developer's section</strong>.  For more in-depth
-  information about configuing and using the standard Realm component
-  implementations, see <strong>FIXME - link to "Realm Configuration HOW-TO"
-  in the administrator's section</strong>.</p>
+  applications, as well as more information on configuring and using the 
+  standard realm component implementations, please see the 
+  <a href="../realm-howto.html">Container-Managed Security Guide</a>.
+  </p>
 
     <blockquote><em>
     <p>The description below uses the variable name $CATALINA_HOME
@@ -155,7 +154,7 @@
 
     </attributes>
 
-    <p>See <strong>FIXME - Nested pointer into HOW-TO</strong> for more
+    <p>See the <a href="../realm-howto.html">Container-Managed Security Guide</a> for more
     information on setting up container managed security using the
     JDBC Database Realm component.</p>
 
@@ -418,7 +417,7 @@
 
     </attributes>
 
-    <p>See <strong>FIXME - Nested pointer into HOW-TO</strong> for more
+    <p>See the <a href="../realm-howto.html">Container-Managed Security Guide</a> for more
     information on setting up container managed security using the
     JNDI Directory Realm component.</p>
 
@@ -466,7 +465,7 @@
         </ul></li>
     </ul>
 
-    <p>See <strong>FIXME - Nested pointer into HOW-TO</strong> for more
+    <p>See the <a href="../realm-howto.html">Container-Managed Security Guide</a> for more
     information on setting up container managed security using the
     Memory Based Realm component.</p>
 

Modified: tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl?rev=367616&r1=367615&r2=367616&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl Tue Jan 10 06:39:10 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="'The Tomcat Project'"/>
+  <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'"/>
@@ -62,7 +62,7 @@
       <xsl:comment>PAGE HEADER</xsl:comment>
       <tr><td colspan="2">
 
-        <xsl:comment>JAKARTA LOGO</xsl:comment>
+        <xsl:comment>TOMCAT LOGO</xsl:comment>
         <xsl:variable name="alt">
           <xsl:value-of select="$home-name"/>
         </xsl:variable>
@@ -159,7 +159,7 @@
       <xsl:comment>PAGE FOOTER</xsl:comment>
       <tr><td colspan="2">
         <div align="center"><font color="{$body-link}" size="-1"><em>
-        Copyright &#169; 1999-2005, Apache Software Foundation
+        Copyright &#169; 1999-2006, Apache Software Foundation
         </em></font></div>
       </td></tr>
 



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