jon         01/05/19 18:26:31

  Modified:    xdocs    index.xml turbine-documentation-project.xml
  Log:
  cleaned up the index page a bit
  
  cleaned up the html on the tdp.xml
  
  Revision  Changes    Path
  1.18      +8 -0      jakarta-turbine/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/index.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- index.xml 2001/05/17 06:27:57     1.17
  +++ index.xml 2001/05/20 01:26:31     1.18
  @@ -123,6 +123,14 @@
   <section name="Where do I get releases?">
   
     <p>
  +    The Turbine Development Kit (TDK) is a package that bundles a copy
  +    of Turbine, Tomcat, jar files, documentation and other utilities in
  +    order to help you get started with Turbine as quickly as possible.
  +    Everything is pre-configured and ready to go. To get started, simply
  +    follow the instructions in the TDK download.
  +  </p>
  +
  +  <p>
       You can find released versions of
       Turbine,
       the <a href="howto/tdk-howto.html">TDK</a>,
  
  
  
  1.8       +36 -36    jakarta-turbine/xdocs/turbine-documentation-project.xml
  
  Index: turbine-documentation-project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/turbine-documentation-project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- turbine-documentation-project.xml 2001/05/17 07:30:02     1.7
  +++ turbine-documentation-project.xml 2001/05/20 01:26:31     1.8
  @@ -5,6 +5,7 @@
    <properties>
     <title>The Turbine Documentation Project</title>
     <author email="[EMAIL PROTECTED]">Cameron Riley</author>
  +  <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
    </properties>
   
   <body>
  @@ -33,13 +34,13 @@
   need attention;
   </p>
   
  -<p>
  -<li>Correct Errors.</li><br />
  -<li>Correct spelling mistakes.</li> <br />
  -<li>Replace out of date information.</li> <br />
  -<li>Improve existing documentation.</li> <br />
  -<li>Add new documentation.</li> <br />
  -</p>
  +<ul>
  +<li>Correct Errors.</li>
  +<li>Correct spelling mistakes.</li>
  +<li>Replace out of date information.</li>
  +<li>Improve existing documentation.</li>
  +<li>Add new documentation.</li>
  +</ul>
   
   <p>
   There are more specific and immediate documentation needs in the TODO section
  @@ -52,38 +53,38 @@
   </section>
   
   <section name="Documentation ToDo List">
  -<br/>
  -<p>
  +
  +<ul>
   <li>Fix spelling and grammatical errors.</li>
  -</p>
  +</ul>
   
  -<p>
  +<ul>
   <li>Turbine and Security - There needs to be more documentation on Security
  -management. </li><br />
  -<li>Turbine and LDAP - Security with LDAP </li><br />
  -<li>Turbine and Javascript - Loading js files through ContentURI</li> <br />
  -<li>Turbine and JSP - Needs jsp examples. </li><br />
  -<li>Turbine and Python - Needs Python examples. </li><br />
  -<li>Turbine and Frames - Needs to be in it's own document. </li><br />
  -</p>
  -
  -<p>
  -<li>Screens and Actions - How the Default Screen and Action work.</li> <br />
  -<li>Pull Howto </li><br />
  -<li>Torque Howto - including OM description</li> <br />
  -<li>Intake Howto </li><br />
  +management.</li>
  +<li>Turbine and LDAP - Security with LDAP</li>
  +<li>Turbine and Javascript - Loading js files through ContentURI</li> 
  +<li>Turbine and JSP - Needs jsp examples.</li>
  +<li>Turbine and Python - Needs Python examples.</li>
  +<li>Turbine and Frames - Needs to be in it's own document.</li>
  +</ul>
  +
  +<ul>
  +<li>Screens and Actions - How the Default Screen and Action work.</li> 
  +<li>Pull Howto</li>
  +<li>Torque Howto - including OM description</li> 
  +<li>Intake Howto</li>
   <li>Advanced Criteria - needs more description of comparitors and Criterion.
  -</li> <br />
  -<li>Services - All the services need documentation.</li><br/>
  -</p>
  +</li> 
  +<li>Services - All the services need documentation.</li>
  +</ul>
   
   <p>
  -<li>TDK Howto - Howto or tutorial describing initial app to creating your own
  -schema, om/peer classes, business objects through to Velocity Templates.</li><br />
  +TDK Howto - Howto or tutorial describing initial app to creating your own
  +schema, om/peer classes, business objects through to Velocity Templates.
   </p>
   
   <p>
  -<li>Plus more .....</li>
  +Plus more .....
   </p>
   
   </section>
  @@ -166,7 +167,9 @@
   <section name="Building the Docs">
   
   <p>
  -To build the HTML docs you need to check out the jakarta-site2 project from cvs.
  +To build the HTML docs you need to <a
  +href="http://jakarta.apache.org/site/jakarta-site2.html";>check out the
  +jakarta-site2 project from CVS</a>.
   </p>
   
   <p>
  @@ -176,9 +179,7 @@
   </p>
   
   <source><![CDATA[
  -
  -    ant docs
  -    
  +ant docs
   ]]></source>
   
   <p>
  @@ -190,8 +191,7 @@
   
   <p>
   If you are a committer, don't forget to check in the html-files and update the
  -web-site. <br/>
  -Log into apache.org and type:
  +web-site. Log into apache.org and type:
   </p>
   
   <source><![CDATA[
  
  
  

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

Reply via email to