jvanzyl 01/05/12 23:10:20
Modified: docs branches.html getting-started.html
Log:
- fixing an incorrect link
Revision Changes Path
1.39 +47 -54 jakarta-turbine/docs/branches.html
Index: branches.html
===================================================================
RCS file: /home/cvs/jakarta-turbine/docs/branches.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- branches.html 2001/05/11 21:08:45 1.38
+++ branches.html 2001/05/13 06:10:20 1.39
@@ -11,8 +11,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
- <meta name="author"
value="Turbine Documentation Team">
- <meta name="email" value="[EMAIL PROTECTED]">
+ <meta name="author"
value="Rafal Krzewski">
+ <meta name="email" value="[EMAIL PROTECTED]">
<title>Turbine - Turbine CVS Branches</title>
</head>
@@ -45,102 +45,95 @@
</li>
<li> <a href="./fsd.html">Specification</a>
</li>
- <li> <a href="./project-map.html">Project map</a>
-</li>
- <li> <a href="./install.html">Installation</a>
-</li>
<li> <a href="./getting-started.html">Getting Started</a>
-</li>
- <li> <a href="./changes.html">Changes</a>
-</li>
- <li> <a href="./other-docs.html">Misc Documentation</a>
-</li>
- </ul>
- <p><strong>Models</strong></p>
- <ul>
- <li> <a href="./pullmodel.html">Pull MVC Model</a>
</li>
- <li> <a href="./model2+1.html">Model 2+1</a>
+ <li> <a href="./further-reading.html">Further Reading</a>
</li>
- <li> <a href="./j2ee-integration.html">J2EE Integration</a>
-</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
- <li> <a href="./turbine-documentation-project.html">Turbine
Documentation</a>
-</li>
- <li> <a href="./code-standards.html">Coding Spec</a>
-</li>
- <li> <a href="./deprecation.html">Deprecation Rules</a>
-</li>
<li> <a href="./contributors.html">Contributors</a>
</li>
- <li> <a href="./branches.html">CVS Branches</a>
-</li>
<li> <a
href="http://jakarta.apache.org/site/cvsindex.html">CVS Repos</a>
</li>
<li> <a href="./faq.html">FAQ</a>
</li>
- <li> <a href="./license.html">License</a>
-</li>
<li> <a
href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="./powered.html">Powered by Turbine</a>
</li>
- <li> <a href="./todo.html">Todo</a>
-</li>
- <li> <a href="./active-developers.html">Active Developers</a>
-</li>
- <li> <a href="./proposals.html">Proposals</a>
+ <li> <a href="./license.html">License</a>
</li>
</ul>
<p><strong>Documentation</strong></p>
<ul>
+ <li> <a href="./turbine-documentation-project.html">Turbine
Documentation</a>
+</li>
<li> <a href="./action-event.html">Action Events</a>
</li>
- <li> <a href="./services.html">Services</a>
+ <li> <a href="./turbine-schema.html">Core Schema</a>
</li>
- <li> <a href="./security.html">Turbine and Security</a>
+ <li> <a href="./db-adapters.html">DB Adapters</a>
</li>
- <li> <a href="./python.html">Turbine and Python</a>
+ <li> <a href="./j2ee-integration.html">J2EE Integration</a>
</li>
- <li> <a href="./jsp-configuration.html">Turbine and JSP</a>
+ <li> <a href="./model2+1.html">Model 2+1</a>
</li>
- <li> <a href="./velocity-site.html">Turbine and Velocity</a>
+ <li> <a href="./classhierarchy.html">OM Class Hierarchy</a>
</li>
- <li> <a href="./context-howto.html">Velocity Context</a>
+ <li> <a href="./pullmodel.html">Pull MVC Model</a>
</li>
- <li> <a href="./webmacro-site.html">Turbine and Webmacro</a>
+ <li> <a href="./services.html">Services</a>
</li>
</ul>
- <p><strong>Database</strong></p>
+ <p><strong>Howto Guides</strong></p>
<ul>
- <li> <a href="./peers.html">Peers</a>
+ <li> <a href="./howto/peers-howto.html">Peers Howto</a>
</li>
- <li> <a href="./advpeers.html">Advanced Peers</a>
+ <li> <a href="./howto/criteria-howto.html">Criteria Howto</a>
</li>
- <li> <a href="./classhierarchy.html">Class Hierarchy</a>
+ <li> <a href="./howto/torque-howto.html">Torque Howto</a>
</li>
- <li> <a href="./advcriteria.html">Advanced Criteria</a>
+ <li> <a href="./howto/postgres-howto.html">Postgres Howto</a>
</li>
- <li> <a href="./torque.html">Torque</a>
+ <li> <a href="./howto/oracle-howto.html">Oracle 8i Howto</a>
</li>
- <li> <a href="./turbine-schema.html">Core Schema</a>
+ <li> <a href="./howto/sybase-howto.html">Sybase Howto</a>
</li>
- <li> <a href="./db-adapters.html">DB Adapters</a>
+ <li> <a href="./howto/python-howto.html">Python Howto</a>
+</li>
+ <li> <a href="./howto/jsp-howto.html">JSP Howto</a>
+</li>
+ <li> <a href="./howto/velocity-site-howto.html">Velocity
Site Howto</a>
+</li>
+ <li> <a href="./howto/context-howto.html">Velocity Context
Howto</a>
</li>
- <li> <a href="./postgres-howto.html">Postgres Howto</a>
+ <li> <a href="./howto/webmacro-site-howto.html">Webmacro
Site Howto</a>
</li>
- <li> <a href="./oracle-howto.html">Oracle 8i Howto</a>
+ <li> <a href="./howto/security-howto.html">Security Howto</a>
</li>
- <li> <a href="./sybase-howto.html">Sybase Howto</a>
+ <li> <a href="./howto/jboss-howto.html">JBoss Howto</a>
</li>
+ <li> <a href="./howto/tdk-howto.html">TDK Howto</a>
+</li>
</ul>
- <p><strong>TDK</strong></p>
+ <p><strong>Development</strong></p>
<ul>
- <li> <a href="./getting-started-tdk.html">TDK Getting
Started</a>
+ <li> <a href="./active-developers.html">Active Developers</a>
+</li>
+ <li> <a href="./changes.html">Changes</a>
+</li>
+ <li> <a href="./code-standards.html">Coding Specification</a>
+</li>
+ <li> <a href="./branches.html">CVS Branches</a>
</li>
- <li> <a href="./jboss-tdk.html">TDK and JBoss</a>
+ <li> <a href="./deprecation.html">Deprecation Rules</a>
+</li>
+ <li> <a href="./project-map.html">Project Map</a>
+</li>
+ <li> <a href="./proposals.html">Proposals</a>
+</li>
+ <li> <a href="./todo.html">Todo</a>
</li>
</ul>
</td>
1.43 +2 -2 jakarta-turbine/docs/getting-started.html
Index: getting-started.html
===================================================================
RCS file: /home/cvs/jakarta-turbine/docs/getting-started.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- getting-started.html 2001/05/13 06:02:45 1.42
+++ getting-started.html 2001/05/13 06:10:20 1.43
@@ -161,8 +161,8 @@
sample applications as well as scripts that allow you to quickly build
your own application. As time progresses, we will be including more and
more helpful information in the TDK. Please see the
-<a href="getting-started-tdk.html">Turbine Development Kit Getting Started
-Guide</a> for more information.
+<a href="howto/tdk-howto.html">Turbine Development Kit Howto</a>
+for more information.
</p>
</blockquote>
</td></tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]