You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/05/11 22:02:40 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs project.xml

remm        2003/05/11 13:02:39

  Modified:    webapps/docs project.xml
  Log:
  - Experiment with a book-like structure for the docs (most commonly used
    features first, then more esoteric stuff, to avoid the great big mess syndrome).
  - Obviously, a lot of pages could (should) be expanded.
  - Some brokenb links, because some doc pages have yet to be written.
  
  Revision  Changes    Path
  1.10      +30 -44    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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	17 Apr 2003 12:02:48 -0000	1.9
  +++ project.xml	11 May 2003 20:02:39 -0000	1.10
  @@ -15,60 +15,46 @@
           <item name="Docs Home"             href="index.html"/>
       </menu>
   
  -    <menu name="Getting Started">
  -        <item name="Introduction"          href="introduction.html"/>
  -        <item name="README"                href="RELEASE-NOTES.txt"/>
  -        <item name="Install and Run"       href="RUNNING.txt"/>
  -        <item name="Building from Source"  href="BUILDING.txt"/>
  -    </menu>
  -
  -    <menu name="Configuration">
  -        <item name="Reference"             href="config/index.html"/>
  -    </menu>
  -
  -    <menu name="Administrators">
  -        <item name="CGI HOW-TO"            href="cgi-howto.html"/>
  -        <item name="Class Loader HOW-TO"   href="class-loader-howto.html"/>
  -        <item name="Deployer HOW-TO"       href="deployer-howto.html"/>
  -        <item name="HTML Manager App HOW-TO" href="html-manager-howto.html"/>
  -        <item name="JK Documentation"      href="coyote/jk2/index.html"/>
  -        <item name="JNDI DataSource HOW-TO" 
  +    <menu name="User Guide">
  +        <item name="1) Introduction"        href="introduction.html"/>
  +        <item name="2) Installing"          href="installing.html"/>
  +        <item name="3) Running"             href="installing.html"/>
  +        <item name="4) My first webapp"     href="appdev/index.html"/>
  +        <item name="5) Deployer"            href="deployer-howto.html"/>
  +        <item name="6) Manager"             href="manager-howto.html"/>
  +        <item name="7) Realms and AAA"      href="realm-howto.html"/>
  +        <item name="8) Security Manager"    
  +              href="security-manager-howto.html"/>
  +        <item name="9) JNDI Resources"      href="jndi-resources-howto.html"/>
  +        <item name="10) JDBC DataSources"    
                 href="jndi-datasource-examples-howto.html"/>
  -        <item name="JNDI Resources HOW-TO" href="jndi-resources-howto.html"/>
  -        <item name="JSP Engine Config HOW-TO" href="jasper-howto.html"/>
  -        <item name="Manager App HOW-TO"    href="manager-howto.html"/>
  -        <item name="MBean Descriptor HOW-TO" 
  +        <item name="11) Classloading"       href="class-loader-howto.html"/>
  +        <item name="12) JSPs"               href="jasper-howto.html"/>
  +        <item name="13) SSL"                href="ssl-howto.html"/>
  +        <item name="14) SSI"                href="ssi-howto.html"/>
  +        <item name="15) CGI"                href="cgi-howto.html"/>
  +        <item name="16) Proxy Support"      href="proxy-howto.html"/>
  +        <item name="17) MBean Descriptor" 
                 href="mbeans-descriptor-howto.html"/>        
  -        <item name="Proxy Support HOW-TO"  href="proxy-howto.html"/>
  -        <item name="Realm HOW-TO"          href="realm-howto.html"/>
  -        <item name="Security Mgr. HOW-TO"  href="security-manager-howto.html"/>
  -        <item name="SSI Config HOW-TO"     href="ssi-howto.html"/>
  -        <item name="SSL Config HOW-TO"     href="ssl-howto.html"/>
       </menu>
   
  -    <menu name="Application Developers">
  -        <item name="App Developer Guide"   href="appdev/index.html"/>
  +    <menu name="Reference">
  +        <item name="Release Notes"                href="RELEASE-NOTES.txt"/>
  +        <item name="Tomcat Configuration"  href="config/index.html"/>
  +        <item name="JK Documentation"      href="coyote/jk2/index.html"/>
           <item name="Servlet API Javadocs"  href="servletapi/index.html"/>
           <item name="JSP API Javadocs"      href="jspapi/index.html"/>
       </menu>
   
  -    <menu name="Catalina Developers">
  +    <menu name="Tomcat Development">
  +        <item name="Building from Source"  href="BUILDING.txt"/>
           <item name="Changelog"             href="CHANGELOG.txt"/>
           <item name="Functional Specs."     href="catalina/funcspecs/index.html"/>
  -        <item name="Javadocs"              href="catalina/docs/api/index.html"/>
  -    </menu>
  -
  -    <menu name="Coyote Developers">
  -        <item name="Coyote Javadocs"     href="coyote/api/org/apache/coyote/package-summary.html"/>
  -        <item name="HTTP/1.1 Javadocs"   href="coyote/http11/api/index.html"/>
  -        <item name="Util Javadocs"       href="coyote/util/index.html"/>
  -    </menu>
  -
  -    <menu name="Jasper Developers">
  -<!--
  -        <item name="Overall Requirements"  href="jasper-requirements.html"/>
  --->
  -        <item name="Javadocs"              href="jasper/docs/api/index.html"/>
  +        <item name="Catalina Javadocs"     href="catalina/docs/api/index.html"/>
  +        <item name="Coyote Javadocs"       href="coyote/api/org/apache/coyote/package-summary.html"/>
  +        <item name="HTTP/1.1 Javadocs"     href="coyote/http11/api/index.html"/>
  +        <item name="Util Javadocs"         href="coyote/util/index.html"/>
  +        <item name="Jasper Javadocs"              href="jasper/docs/api/index.html"/>
       </menu>
   
       </body>
  
  
  

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