You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by jo...@locus.apache.org on 2000/12/12 18:48:10 UTC

cvs commit: jakarta-site2/docs/site sourceindex.html

jon         00/12/12 09:48:09

  Modified:    docs/site sourceindex.html
  Log:
  add trailing slash
  
  Revision  Changes    Path
  1.7       +28 -54    jakarta-site2/docs/site/sourceindex.html
  
  Index: sourceindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- sourceindex.html	2000/12/11 03:11:50	1.6
  +++ sourceindex.html	2000/12/12 17:48:07	1.7
  @@ -19,8 +19,7 @@
               <table border="0" width="100%" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
  -                    
  -<td colspan="2">
  +                    <td colspan="2">
   <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
   </td>
                   </tr>
  @@ -35,8 +34,7 @@
                       <td valign="top" nowrap="true">
                                   <strong>Essentials</strong>
           <ul>
  -                    <li>
  -    <a href="../index.html">Front Page</a>
  +                    <li>    <a href="../index.html">Front Page</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/news.html">News & Status</a>
   </li>
  @@ -69,35 +67,25 @@
                   </ul>
               <strong>SubProjects</strong>
           <ul>
  -                    <li>
  -    <a href="../ant/index.html">Ant</a>
  +                    <li>    <a href="../ant/index.html">Ant</a>
   </li>
  -                    <li>
  -    <a href="../ecs/index.html">ECS</a>
  +                    <li>    <a href="../ecs/index.html">ECS</a>
   </li>
  -                    <li>
  -    <a href="../oro/index.html">ORO</a>
  +                    <li>    <a href="../oro/index.html">ORO</a>
   </li>
  -                    <li>
  -    <a href="../regexp/index.html">Regexp</a>
  +                    <li>    <a href="../regexp/index.html">Regexp</a>
   </li>
  -                    <li>
  -    <a href="../slide/index.html">Slide</a>
  +                    <li>    <a href="../slide/index.html">Slide</a>
   </li>
  -                    <li>
  -    <a href="../struts/index.html">Struts</a>
  +                    <li>    <a href="../struts/index.html">Struts</a>
   </li>
  -                    <li>
  -    <a href="../taglibs/index.html">Taglibs</a>
  +                    <li>    <a href="../taglibs/index.html">Taglibs</a>
   </li>
  -                    <li>
  -    <a href="../tomcat/index.html">Tomcat</a>
  +                    <li>    <a href="../tomcat/index.html">Tomcat</a>
   </li>
  -                    <li>
  -    <a href="../velocity/index.html">Velocity</a>
  +                    <li>    <a href="../velocity/index.html">Velocity</a>
   </li>
  -                    <li>
  -    <a href="../watchdog/index.html">Watchdog</a>
  +                    <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
               <strong>Misc</strong>
  @@ -123,8 +111,7 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                    
  -                <p>
  +                                    <p>
   We make the actual source code available for anyone to use. 
   In general, the source code is meant for developers who want to  
   "hack" in order to integrate Servlets and JSP into other products. 
  @@ -133,72 +120,59 @@
   particular type of build. We divide our available source code into the
   following categories:
   </p>
  -                                
  -                <ul>
  +                                                <ul>
   <li>Release Source Drops</li>
   <li>Milestone Source Drops</li>
   <li>Automated Snapshots</li>
   </ul>
  -                                
  -                <p>
  +                                                <p>
   <b>Release Source Drops</b> are those that are ready for Prime
   Time. These releases have been reviewed to ensure compatability with
   the Servlets and JavaServer Pages Specification. This build is "as
   good as it gets" and represents the version that should be used for
   all commercial-grade products.
   </p>
  -                                
  -                <p>
  +                                                <p>
   <b>Milestone Source Drops</b> are those that are somewhat stable but
   not crystal-clean.  We have some confidence in them, but they are
   buggy and should only be used by advanced users who want to explore
   future product direction or take advantage of new features. This build
   should not be used for commercial-grade products going to market.
   </p>
  -                                
  -                <p>
  +                                                <p>
   <b>Automated Nightly Snapshots</b> are created every N hours directly from
   the active CVS repository. These are for developers who are helping to
   develop the technology and want "the latest bits." Use at your own
   risk! While running these probably won't erase your hard drive, you
   never can be too sure...
   </p>
  -                                
  -                <p>
  +                                                <p>
   To get a binary version, <a href="./binindex.html">click here</a>.
   </p>
  -                                
  -                <p>
  +                                                <p>
   <b>Note:</b> In order to build Tomcat, you'll need to download both the Tomcat
   workspace and Tools workspace into parallel directories.
   </p>
  -                                
  -                <h2>
  +                                                <h2>
   Release Builds
   </h2>
  -                                
  -                <ul>
  -<li><a href="/builds/tomcat/release/v3.1/src">Tomcat
  -3.1</a> is the latest release quality Tomcat build.</li>
  -<li><a href="/builds/ant/release/v1.2/src">Ant
  +                                                <ul>
  +<li><a href="/builds/tomcat/release/v3.2/src/">Tomcat
  +3.2</a> is the latest release quality Tomcat build.</li>
  +<li><a href="/builds/ant/release/v1.2/src/">Ant
   1.2</a> is the latest release of the Ant Subproject.</li>
   </ul>
  -                                
  -                <h2>
  +                                                <h2>
   Milestone Builds
   </h2>
  -                                
  -                <ul>
  -<li><a href="/builds/tomcat/release/v3.2-beta-8/">Tomcat 3.2 beta 8</a></li>
  +                                                <ul>
   <li><a href="/builds/jakarta-tomcat-4.0/release/v4.0-m3/">Tomcat 4.0
   milestone 3</a></li>
   </ul>
  -                                
  -                <h2>
  +                                                <h2>
   Nightly Builds (May not compile or even run)
   </h2>
  -                                
  -                <ul>
  +                                                <ul>
   <li><a href="/builds/ant/nightly/">Ant</a></li>
   <li><a href="/builds/jakarta-struts/nightly/src/">Struts</a></li>
   <li><a href="/builds/jakarta-taglibs/nightly/src/">Taglibs</a></li>