jvanzyl     01/05/12 22:31:12

  Modified:    xdocs    install.xml
               xdocs/stylesheets project.xml
  Log:
  - remove the install.xml xdoc from being visible as it is mostly
    redundant. the correct information is available in getting-started
    and tdk howto but there is still some info in here that should
    be moved into other documents. will do that tomorrow.
  
  Revision  Changes    Path
  1.12      +0 -62     jakarta-turbine/xdocs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/install.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- install.xml       2001/05/08 19:47:12     1.11
  +++ install.xml       2001/05/13 05:31:12     1.12
  @@ -35,68 +35,6 @@
   
   </section>
   
  -
  -<section name="The TDK">
  -
  -<p>
  -    All of the necessary packages required to use Turbine (except the
  -    JDBC drivers) now come in the Turbine Developer's Kit (TDK).  The
  -    latest announced version of the TDK is always available at
  -    <a 
href="http://jakarta.apache.org/turbine/tdk/";>http://jakarta.apache.org/turbine/tdk/</a>.
  -</p>
  -</section>
  -
  -
  -<section name="JDBC Database Drivers">
  -
  -<p>
  -<ul>
  -    <li>
  -        MM MySQL JDBC Drivers are <a 
href="http://www.worldserver.com/mm.mysql";>here</a>.
  -        However, they come installed in the TDK by default.</li>
  -
  -    <li>
  -        Oracle JDBC Drivers are <a 
href="http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm";>here</a>.</li>
  -
  -    <li>
  -        Postgres JDBC Drivers are <a 
href="http://www.postgresql.org/";>here</a>.</li>
  -
  -    <li>
  -        InstantDB JDBC Drivers are <a 
href="http://instantdb.enhydra.org/";>here</a>.</li>
  -</ul>
  -</p>
  -
  -<p>
  -If your database is not listed here, please subscribe to the Turbine mailing
  -list and send us the link to the drivers so that we can add it
  -<a href="http://jakarta.apache.org/site/mail.html";>here</a>.
  -</p>
  -
  -</section>
  -
  -<section name="Installing the TDK">
  -
  -<p>
  -    Unpack the TDK distribution into a directory of your choosing.  Be
  -    certain to check the target path of the files as the root folder for
  -    the TDK distribution sometimes changes.  On Windows, just use WinZip
  -    to determine if the files are going to be installed into a 'tdk'
  -    root directory, or if you'll need to create it.  On Unix, something
  -    like:
  -</p>
  -
  -<source><![CDATA[
  -
  -gzip -dc tdk1.1a10.tar.gz |tar tvf -
  -
  -]]></source>
  -
  -<p>
  -    Should to the trick.
  -</p>
  -
  -</section>
  -
   <section name="Building the Application Structure">
   
   <p>
  
  
  
  1.25      +0 -1      jakarta-turbine/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/stylesheets/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       2001/05/13 05:23:25     1.24
  +++ project.xml       2001/05/13 05:31:12     1.25
  @@ -10,7 +10,6 @@
         <item name="Overview"              href="/index.html"/>
         <item name="Features"              href="/features.html"/>
         <item name="Specification"         href="/fsd.html"/>
  -      <item name="Installation"          href="/install.html"/>
         <item name="Getting Started"       href="/getting-started.html"/>
         <item name="Further Reading"       href="/further-reading.html"/>
       </menu>
  
  
  

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

Reply via email to