Author: tfischer
Date: Sun Feb 5 06:36:58 2006
New Revision: 375031
URL: http://svn.apache.org/viewcvs?rev=375031&view=rev
Log:
- Removed broken links from the changes.xml
- used absolute links pointing to the old versions in the navigation.xml
- added documentation about the site organsiation
Modified:
db/torque/site/xdocs/changes.xml
db/torque/site/xdocs/navigation.xml
Modified: db/torque/site/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/xdocs/changes.xml?rev=375031&r1=375030&r2=375031&view=diff
==============================================================================
--- db/torque/site/xdocs/changes.xml (original)
+++ db/torque/site/xdocs/changes.xml Sun Feb 5 06:36:58 2006
@@ -365,7 +365,7 @@
</action>
<action type="add" dev="tfischer">
Added support for schema support at generate time.
- See <a href="schema-howto.html">Schema Support Howto</a>.
+ See the Schema Support Howto.
</action>
<action type="remove" dev="tfischer" issue="TRQS222">
Removed Oracle Update patch again.
@@ -410,7 +410,7 @@
configured. Patch suggested by M. Sean Gilligan and Roger A. Caron.
</action>
<action type="add" dev="henning">
- Add rudimentary schema support (see <a href="schema-howto.html">Schema
Support Howto</a>).
+ Add rudimentary schema support (see the Schema Support Howto).
</action>
<action type="add" dev="henning">
Add Support for Apache Derby
@@ -476,8 +476,7 @@
<action type="update" dev="henning" issue="TRQS222">
Add Oracle Update patch from Thierry Lach. I don't use Oracle so
I rely on Thierry that he knows what he is doing. Ant users:
- please not the changes mentioned in the <a
- href="oracle-howto.html">Oracle Howto</a>.
+ please not the changes mentioned in the Oracle Howto.
</action>
<action type="update" dev="henning" issue="TRQS215">
Add Torque Reporting to the Maven plugin. Patch contributed by Thierry
Lach.
@@ -814,8 +813,7 @@
any deprecation warnings before you switch to 3.1!
</action>
<action type="update">
- The generator was separated. The docs for the generator can be found
- <a href="generator">here</a>
+ The generator was separated.
</action>
<action type="update" issue="TRQS145">
Replace StringStack as it is deprecated. The return type for some
@@ -919,7 +917,7 @@
</action>
<action type="update">
Added a Maven plugin for executing Torque commands and updated the
- <a href="maven-howto.html">Maven Howto</a> to reflect the addition.
+ Maven Howto to reflect the addition.
</action>
<action type="update">
Added support for MS Access (using the JDBC-ODBC Bridge driver).
Modified: db/torque/site/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/xdocs/navigation.xml?rev=375031&r1=375030&r2=375031&view=diff
==============================================================================
--- db/torque/site/xdocs/navigation.xml (original)
+++ db/torque/site/xdocs/navigation.xml Sun Feb 5 06:36:58 2006
@@ -33,6 +33,7 @@
<item name="Code style"
href="/developer-info/codestyle.html"/>
<item name="Developer Guide"
href="/developer-info/developer-guide.html"/>
<item name="Contributions"
href="/developer-info/contributions.html"/>
+ <item name="Edit/deploy the site"
href="/developer-info/site-edit-deploy.html"/>
<item name="References"
href="/developer-info/references.html"/>
<item name="Historic changes"
href="/developer-info/historic-changes.html"/>
</item>
@@ -62,8 +63,10 @@
</item>
</item>
<item name="Previous releases"
href="/documentation/previous-releases.html" collapse="true">
- <item name="Torque 3.1.1"
href="/releases/torque-3.1.1/index.html" target="_blank"/>
- <item name="Torque 3.1"
href="/releases/torque-3.1/index.html" target="_blank"/>
+ <!-- The following href attributes need to be absolute links,
+ Otherwise they will not work in an archived version of the site.
-->
+ <item name="Torque 3.1.1"
href="http://db.apache.org/torque/releases/torque-3.1.1/index.html"
target="_blank"/>
+ <item name="Torque 3.1"
href="http://db.apache.org/torque/releases/torque-3.1/index.html"
target="_blank"/>
</item>
</menu>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]