mpoeschl    01/12/25 09:26:07

  Modified:    xdocs    changes.xml index.xml
               .        build.properties build-docs.xml
  Added:       xdocs    distindex.xml
  Log:
  - fix doc building to generate docs for the site
  - add distindex.xml (this will be the index.html for the tdk dist docs)
  - remove pre tdk2.1 changes
  
  Revision  Changes    Path
  1.2       +2 -93     jakarta-turbine-tdk/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       2001/09/07 01:40:11     1.1
  +++ changes.xml       2001/12/25 17:26:07     1.2
  @@ -18,100 +18,9 @@
   </p>
   
   <p>
  -    <strong>Release Version 1.1a3</strong>
  +    <strong>Release Version 2.2b1</strong>
       <ul>
  -        <li>Added README_FIRST.txt document</li>
  -        <li>Fixed ^M in files issue</li>
  -        <li>Latest CVS version of Ant</li>
  -    </ul>
  -</p>
  -
  -<p>
  -    <strong>Release Version 1.1a9</strong>
  -    <ul>
  -        <li>Upgraded to Tomcat 3.2b7</li>
  -        <li>Upgraded to Velocity 0.7</li>
  -        <li>Migrated Ant build files to 1.2 style</li>
  -        <li>
  -            Removed most of the Tomcat config files. Left
  -            only the necessary files. The rest are generated
  -            by Tomcat when it starts up.
  -        </li>
  -        <li>
  -            The root.war webapp has been removed. Pointing
  -            your browser at http://localhost:8080 will now
  -            take you to the TDK page.
  -        </li>
  -    </ul>
  -</p>
  -
  -<p>
  -    <strong>Release Version 1.1a10</strong>
  -    <ul>
  -        <li>
  -          Starting with tdk10a TDK releases will be
  -          based on Catalina (Tomcat4).
  -        </li>
  -        <li>Upgraded to Velocity 0.71</li>
  -        <li>
  -          Each individual project src directory has
  -          had two directories added: java, and sql.
  -          This structure separates the sources and
  -          makes things a bit easier to organize.
  -        </li>
  -        <li>
  -          Torque has been fixed to work under Windows
  -          properly.
  -        </li>
  -        <li>
  -          Sample peer application has been added which
  -          demonstrates simple insert/update/delete
  -          actions and shows how to use Velocimacros
  -          within Velocity templates.
  -          <p/>
  -          This application is also automatically
  -          generated and takes care of everything
  -          that needs to be done to get the application
  -          up and running. It has only been tested with
  -          a Linux/MySQL combination.
  -        </li>
  -    </ul>
  -</p>
  -
  -<p>
  -  <strong>Release Version 1.1a11</strong>
  -    <ul>
  -      <li>Maintenance Release</li>
  -    </ul>
  -</p>
  -
  -<p>
  -  <strong>Release Version 1.1a12</strong>
  -    <ul>
  -      <li>Changed the default object model generated by Torque to "complex"</li>
  -      <li>save() method is now generated for Torque generated objects.</li>
  -      <li>App generation support for PostgreSQL</li>
  -      <li>App generation support for Hypersonic</li>
  -      <li>Added login example using secure screens and actions</li>
  -      <li>Added support for the pull service. Using the UIManager as an example</li>
  -      <li>
  -        Fixed sealing violation caused by crimson/jaxp being in the
  -        global classpath and xerces being in the webapp classpath.
  -        The XML-RPC service now works correctly, and hopefull this
  -        will fix the Jetspeed problem as well.
  -      </li>
  -      <li>
  -        Integrated Flux into the TDK.
  -      </li>
  -      <li>
  -        Velocity service now supports multiple template paths,
  -        loading from JAR files, and from the Classpath.
  -      </li>
  -      <li>
  -        There is now a layout for the Login.vm template so
  -        that the menu is not displayed when the user hasn't
  -        logged in.
  -      </li>
  +        <li></li>
       </ul>
   </p>
   
  
  
  
  1.2       +6 -43     jakarta-turbine-tdk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 2001/09/07 01:40:12     1.1
  +++ index.xml 2001/12/25 17:26:07     1.2
  @@ -11,57 +11,20 @@
   <body>
   
   <section name="What is the Turbine Development Kit?">
  -
  -<p>
  +  <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. The installation steps outlined below
       should have you up and running quickly.
  -</p>
  -
  +  </p>
   </section>
   
  -<section name="Documentation">
  -
  -<p>
  -    We have tried to collect any information you might
  -    need to develop a web application with Turbine:
  -</p>
  -
  -<p>
  -<ul>
  -    <li>
  -        The Turbine documentation is <a href="turbine-docs/index.html">here</a>.
  -    </li>
  -
  -    <li>
  -        The Turbine API documentation is <a 
href="turbine-docs/apidocs/index.html">here</a>.
  -    </li>
  -
  -    <li>
  -        The Servlet API documentation is <a 
href="servletapi-docs/index.html">here</a>.
  -    </li>
  -
  -    <li>
  -        The Velocity documentation is <a href="velocity-docs/index.html">here</a>.
  -    </li>
  -
  -    <li>
  -        The MySQL documentation is <a 
href="http://www.mysql.com/documentation/";>here</a>.
  -    </li>
  -</ul>
  -</p>
  -
  -</section>
  -
   <section name="Creating your first Turbine application!">
  -
  -<p>
  -   Please refer the the TDK Howto. It can be found
  -   <a href="tdk-howto.html">here</a>.
  -</p>
  -
  +  <p>
  +    Please refer the the TDK Howto. It can be found
  +    <a href="tdk-howto.html">here</a>.
  +  </p>
   </section>
   
   </body>
  
  
  
  1.1                  jakarta-turbine-tdk/xdocs/distindex.xml
  
  Index: distindex.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Turbine Development Kit</title>
    <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
    <author email="[EMAIL PROTECTED]">Martin Poeschl</author>
   </properties>
  
  <body>
  
  <section name="What is the Turbine Development Kit?">
  
  <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. The installation steps outlined below
      should have you up and running quickly.
  </p>
  
  </section>
  
  <section name="Documentation">
  
  <p>
      We have tried to collect any information you might
      need to develop a web application with Turbine:
  </p>
  
  <p>
  <ul>
      <li>
          The Turbine documentation is <a href="turbine-docs/index.html">here</a>.
      </li>
  
      <li>
          The Turbine API documentation is <a 
href="turbine-docs/apidocs/index.html">here</a>.
      </li>
  
      <li>
          The Servlet API documentation is <a 
href="servletapi-docs/index.html">here</a>.
      </li>
  
      <li>
          The Velocity documentation is <a href="velocity-docs/index.html">here</a>.
      </li>
  
      <li>
          The MySQL documentation is <a 
href="http://www.mysql.com/documentation/";>here</a>.
      </li>
  </ul>
  </p>
  
  </section>
  
  <section name="Creating your first Turbine application!">
  
  <p>
     Please refer the the TDK Howto. It can be found
     <a href="tdk-howto.html">here</a>.
  </p>
  
  </section>
  
  </body>
  </document>
  
  
  
  1.27      +1 -0      jakarta-turbine-tdk/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.properties  2001/12/24 16:32:37     1.26
  +++ build.properties  2001/12/25 17:26:07     1.27
  @@ -5,6 +5,7 @@
   tdk.src = ./src/tdk
   tdk.containerSrc = ./src/container
   tdk.xdocs = ./xdocs
  +tdk.docs = ./docs
   tdk.target.dir = ./target
   tdk.root.dir = ${tdk.target.dir}/tdk
   tdk.share.dir = ${tdk.root.dir}/tdk
  
  
  
  1.5       +5 -9      jakarta-turbine-tdk/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build-docs.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-docs.xml    2001/12/24 16:33:33     1.4
  +++ build-docs.xml    2001/12/25 17:26:07     1.5
  @@ -51,11 +51,9 @@
         <classpath refid="classpath"/>
       </taskdef>
   
  -    <mkdir dir="${tdk.site}"/>
  -
       <anakia
         basedir="${tdk.xdocs}"
  -      destdir="${tdk.site}/"
  +      destdir="${tdk.docs}/"
         extension=".html" style="./site.vsl"
         projectFile="stylesheets/project.xml"
         excludes="**/stylesheets/** empty.xml"
  @@ -63,19 +61,15 @@
         lastModifiedCheck="true"
         templatePath="${tdk.site2.home}/xdocs/stylesheets">
       </anakia>
  -
  -    <copy file="${turbine.home}/docs/images/logo.gif" todir="${tdk.site}/images"/>
   
  -    <!-- In case we have images someday
  -    <copy todir="${tdk.site}/images" filtering="no">
  +    <copy todir="${tdk.docs}/images" filtering="no">
         <fileset dir="${tdk.xdocs}/images">
           <include name="**/*.gif"/>
           <include name="**/*.jpeg"/>
           <include name="**/*.jpg"/>
         </fileset>
       </copy>
  -    -->
  -      
  +
       <!-- In case we have CSS someday
       <copy todir="${docs.dest}" filtering="no">
         <fileset dir="${docs.src}">
  @@ -84,6 +78,7 @@
       </copy>
       -->
   
  +    <!--
       <copy todir="${tdk.site}/turbine-docs/apidocs">
         <fileset dir="${turbine.home}/docs/apidocs"/>
       </copy>
  @@ -91,5 +86,6 @@
       <copy todir="${tdk.site}/turbine-docs">
         <fileset dir="${tdk.turbine-site.docs}"/>
       </copy>
  +    -->
     </target>
   </project>
  
  
  

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

Reply via email to