Author: tfischer
Date: Mon Mar 8 18:39:12 2010
New Revision: 920440
URL: http://svn.apache.org/viewvc?rev=920440&view=rev
Log:
TORQUE-137: modules page does not exist
TORQUE-136: updated documentation overview page
- removed modules/index.xml as its information is better found in
modules/modules.xml
Added:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules.xml
- copied, changed from r910609,
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/index.xml
Removed:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/index.xml
Modified:
db/torque/torque4/trunk/torque-site/src/site/site.xml
Modified: db/torque/torque4/trunk/torque-site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/site.xml?rev=920440&r1=920439&r2=920440&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/site.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/site.xml Mon Mar 8 18:39:12
2010
@@ -34,7 +34,6 @@
</menu>
<menu name="Module Documentation">
- <item name="Overview" href="/documentation/index.html"/>
<item name="Modules" href="/documentation/modules.html">
<item name="Generator"
href="/documentation/modules/generator/index.html" collapse="true">
<item name="Getting started"
href="/documentation/modules/generator/gettingStarted.html"/>
Copied:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules.xml
(from r910609,
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/index.xml)
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules.xml?p2=db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules.xml&p1=db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/index.xml&r1=910609&r2=920440&rev=920440&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/index.xml
(original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules.xml
Mon Mar 8 18:39:12 2010
@@ -30,24 +30,23 @@
<section name="Documentation for Torque">
<p>
- This contains the documentation for Torque.
- The documentation is separated into the different components of Torque
- and the different releases of Torque.
+ This contains the documentation for using Torque.
+ The documentation is separated into the different modules of Torque.
<br />
- - To get information about generating the java classes using Maven,
- see the Maven plugin documentation.
- <br />
- - To learn about generating the java classes using Ant,
- see the generator documentation.
+ - To get information about generating the Torque java classes
+ and sql files, see the
+ <a href="templates/index.html">templates documentation</a>.
<br />
- The reference for using the generated classes in your project can
- be found in the runtime documentation.
+ be found in the
+ <a href="runtime/index.html">runtime documentation</a>.
+ <br />
+ - To learn about using the generator as generic code generator,
+ see the <a href="generator/index.html">generator documentation</a>.
<br />
- - Information about peculiarities of some databases can be found in the
- Database Howtos.
+ - To use the generator in a maven 2 build,
+ see the <a href="maven2/index.html">maven plugin documentation</a>.
<br />
- - General howtos spanning several of Torque's components
- ara available in the "other Howtos".
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]