remm 2005/05/16 04:18:59 Modified: webapps/docs/config project.xml webapps/docs project.xml index.xml Log: - Branding fixes (in the visible places) to Apache Tomcat everywhere. Revision Changes Path 1.6 +3 -3 jakarta-tomcat-catalina/webapps/docs/config/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 27 Aug 2004 14:10:22 -0000 1.5 +++ project.xml 16 May 2005 11:18:59 -0000 1.6 @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Server Configuration Reference" +<project name="Apache Tomcat Configuration Reference" href="http://jakarta.apache.org/tomcat/"> - <title>Server Configuration Reference</title> + <title>Apache Tomcat Configuration Reference</title> <logo href="/images/tomcat.gif"> - The Tomcat Servlet/JSP Container + The Apache Tomcat Servlet/JSP Container </logo> 1.28 +7 -7 jakarta-tomcat-catalina/webapps/docs/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- project.xml 8 Dec 2004 15:00:33 -0000 1.27 +++ project.xml 16 May 2005 11:18:59 -0000 1.28 @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Apache Jakarta Tomcat Documentation - Top Level Directory" +<project name="Apache Tomcat Documentation - Top Level Directory" href="http://jakarta.apache.org/tomcat/"> - <title>The Apache Jakarta Tomcat 5.5 Servlet/JSP Container</title> + <title>The Apache Tomcat 5.5 Servlet/JSP Container</title> <logo href="/images/tomcat.gif"> - The Apache Jakarta Tomcat Servlet/JSP Container + The Apache Tomcat Servlet/JSP Container </logo> @@ -47,21 +47,21 @@ <menu name="Reference"> <item name="Release Notes" href="RELEASE-NOTES.txt"/> - <item name="Tomcat Configuration" href="config/index.html"/> + <item name="Apache Tomcat Configuration" href="config/index.html"/> <item name="JK 1.2 Documentation" href="http://jakarta.apache.org/tomcat/connectors-doc/"/> <item name="Servlet API Javadocs" href="servletapi/index.html"/> <item name="JSP API Javadocs" href="jspapi/index.html"/> </menu> - <menu name="Tomcat Development"> + <menu name="Apache Tomcat Development"> <item name="Building" href="building.html"/> <item name="Changelog" href="changelog.html"/> <item name="Status" href="status.html"/> <item name="Developers" href="developers.html"/> <item name="Functional Specs." href="catalina/funcspecs/index.html"/> - <item name="Tomcat Javadocs" href="catalina/docs/api/index.html"/> - <item name="Jasper Javadocs" href="jasper/docs/api/index.html"/> + <item name="Apache Tomcat Javadocs" href="catalina/docs/api/index.html"/> + <item name="Apache Jasper Javadocs" href="jasper/docs/api/index.html"/> <item name="Architecture" href="architecture/index.html" /> </menu> 1.22 +32 -32 jakarta-tomcat-catalina/webapps/docs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/index.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- index.xml 29 Nov 2004 14:38:02 -0000 1.21 +++ index.xml 16 May 2005 11:18:59 -0000 1.22 @@ -18,7 +18,7 @@ <section name="Introduction"> <p>This is the top-level entry point of the documentation bundle for the -<strong>Apache Jakarta Tomcat</strong> Servlet/JSP container. Tomcat version 5.5 +<strong>Apache Tomcat</strong> Servlet/JSP container. Apache Tomcat version 5.5 implements the Servlet 2.4 and JavaServer Pages 2.0 specifications from the <a href="http://www.jcp.org">Java Community Process</a>, and includes many @@ -32,16 +32,16 @@ </section> -<section name="Tomcat User Guide"> +<section name="Apache Tomcat User Guide"> <p>The following documents will assist you in downloading, installing -Tomcat 5, and using many of the Tomcat features.</p> +Apache Tomcat 5, and using many of the Apache Tomcat features.</p> <ol> <li><a href="introduction.html"><strong>Introduction</strong></a> - A - brief, high level, overview of Tomcat.</li> + brief, high level, overview of Apache Tomcat.</li> <li><a href="setup.html"><strong>Setup</strong></a> - How to install and run - Tomcat on a variety of platforms.</li> + Apache Tomcat on a variety of platforms.</li> <li><a href="appdev/index.html"><strong>First web application</strong></a> - An introduction to the concepts of a <em>web application</em> as defined in the <a href="http://java.sun.com/products/servlet/download.html">Servlet @@ -50,11 +50,11 @@ introduction to the web application deployment descriptor (<code>/WEB-INF/web.xml</code>).</li> <li><a href="deployer-howto.html"><strong>Deployer</strong></a> - - Operating the Tomcat Deployer to deploy, precompile, and validate web + Operating the Apache Tomcat Deployer to deploy, precompile, and validate web applications.</li> <li><a href="manager-howto.html"><strong>Manager</strong></a> - Operating the <code>Manager</code> web app to deploy, undeploy, and - redeploy applications while Tomcat is running.</li> + redeploy applications while Apache Tomcat is running.</li> <li><a href="realm-howto.html"><strong>Realms and Access Control</strong></a> - Description of how to configure <em>Realms</em> (databases of users, passwords, and their associated roles) for use in web applications that @@ -71,36 +71,36 @@ - Configuring a JNDI DataSoure with a DB connection pool. Examples for many popular databases.</li> <li><a href="class-loader-howto.html"><strong>Classloading</strong></a> - - Information about class loading in Tomcat 5, including where to place + - Information about class loading in Apache Tomcat 5, including where to place your application classes so that they are visible.</li> <li><a href="jasper-howto.html"><strong>JSPs</strong></a> - Information about Jasper configuration, as well as the JSP compiler usage.</li> <li><a href="ssl-howto.html"><strong>SSL</strong></a> - Installing and - configuring SSL support so that your Tomcat will serve requests using + configuring SSL support so that your Apache Tomcat will serve requests using the <code>https</code> protocol.</li> <li><a href="ssi-howto.html"><strong>SSI</strong></a> - - Using Server Side Includes in Tomcat.</li> + Using Server Side Includes in Apache Tomcat.</li> <li><a href="cgi-howto.html"><strong>CGI</strong></a> - - Using CGIs with Tomcat.</li> + Using CGIs with Apache Tomcat.</li> <li><a href="proxy-howto.html"><strong>Proxy Support</strong></a> - - Configuring Tomcat 5 to run behind a proxy server (or a web server + Configuring Apache Tomcat 5 to run behind a proxy server (or a web server functioning as a proxy server).</li> <li><a href="mbeans-descriptor-howto.html"><strong>MBean Descriptor</strong></a> - Configuring MBean descriptors files for custom components.</li> <li><a href="default-servlet.html"><strong>Default Servlet</strong></a> - Configuring the default servlet and customizing directory listings.</li> -<li><a href="cluster-howto.html"><strong>Tomcat Clustering</strong></a> - - Enable session replication in a Tomcat environment.</li> +<li><a href="cluster-howto.html"><strong>Apache Tomcat Clustering</strong></a> - + Enable session replication in a Apache Tomcat environment.</li> <li><a href="balancer-howto.html"><strong>Balancer</strong></a> - Configuring, using, and extending the load balancer application.</li> <li><a href="connectors.html"><strong>Connectors</strong></a> - - Connectors available in Tomcat, and native web server integration.</li> + Connectors available in Apache Tomcat, and native web server integration.</li> <li><a href="monitoring.html"><strong>Monitoring and Management</strong></a> - - Enabling JMX Remote support, and using tools to monitor and manage Tomcat.</li> + Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.</li> <li><a href="logging.html"><strong>Logging</strong></a> - - Confuguring logging in Tomcat.</li> + Confuguring logging in Apache Tomcat.</li> </ol> @@ -110,19 +110,19 @@ <section name="Reference"> <p>The following documents are aimed at <em>System Administrators</em> who -are responsible for installing, configuring, and operating a Tomcat 5 server. +are responsible for installing, configuring, and operating a Apache Tomcat 5 server. </p> <ul> <li><a href="RELEASE-NOTES.txt"><strong>Release notes</strong></a> - - Known issues in this Tomcat release. + - Known issues in this Apache Tomcat release. </li> -<li><a href="config/index.html"><strong>Tomcat Server Configuration Reference</strong></a> +<li><a href="config/index.html"><strong>Apache Tomcat Server Configuration Reference</strong></a> - Reference manual that documents all available elements and attributes - that may be placed into a Tomcat 5 <code>conf/server.xml</code> file. + that may be placed into a Apache Tomcat 5 <code>conf/server.xml</code> file. </li> <li><a href="http://jakarta.apache.org/tomcat/connectors-doc/index.html"><strong>JK Documenation</strong></a> - Complete documentation and HOWTOs on the JK native webserver connector, - used to interface Tomcat with servers like Apache HTTPd, IIS + used to interface Apache Tomcat with servers like Apache HTTPd, IIS and others.</li> <li><a href="servletapi/index.html"><strong>Servlet API Javadocs</strong></a> - The Servlet 2.4 API Javadocs.</li> @@ -133,36 +133,36 @@ </section> -<section name="Tomcat Developers"> +<section name="Apache Tomcat Developers"> <p>The following documents are for Java developers who wish to contribute to -the development of the <em>Tomcat</em> project.</p> +the development of the <em>Apache Tomcat</em> project.</p> <ul> <li><a href="building.html"><strong>Building from Source</strong></a> - - Details the steps necessary to download Tomcat 5 source code (and the + Details the steps necessary to download Apache Tomcat 5 source code (and the other packages that it depends on), and build a binary distribution from those sources. </li> <li><a href="changelog.html"><strong>Changelog</strong></a> - Details the - changes made to Tomcat. + changes made to Apache Tomcat. </li> -<li><a href="status.html"><strong>Status</strong></a> - Tomcat development +<li><a href="status.html"><strong>Status</strong></a> - Apache Tomcat development status. </li> <li><a href="developers.html"><strong>Developers</strong></a> - List of active - Tomcat contributors. + Apache Tomcat contributors. </li> <li><a href="catalina/funcspecs/index.html"><strong>Functional Specifications</strong></a> - Requirements specifications for features of the <em>Catalina</em> servlet - container portion of Tomcat 5.</li> + container portion of Apache Tomcat 5.</li> <li><a href="catalina/docs/api/index.html"><strong>Catalina Javadocs</strong></a> - Javadoc API documentation for the <em>Catalina</em> servlet container and its dependencies.</li> <li><a href="jasper/docs/api/index.html"><strong>Jasper Javadocs</strong></a> - Javadoc API documentation for the <em>Jasper</em> JSP container - portion of Tomcat 5.</li> -<li><a href="architecture/index.html"><strong>Tomcat Architecture</strong></a> - - Documentation of the Tomcat Server Architecture.</li> + portion of Apache Tomcat 5.</li> +<li><a href="architecture/index.html"><strong>Apache Tomcat Architecture</strong></a> + - Documentation of the Apache Tomcat Server Architecture.</li> </ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]