Author: tfischer
Date: Sat Mar 4 08:52:10 2006
New Revision: 383157
URL: http://svn.apache.org/viewcvs?rev=383157&view=rev
Log:
- Moved the stuff from docs-all-components into the newly created subdirectory
version-specific
- updated the navigation.xml to reflect the changes
- updated the various documents describing the file layout in subversion
Added:
db/torque/site/trunk/xdocs/version-specific/
db/torque/site/trunk/xdocs/version-specific/database-howtos/
- copied from r383109, db/torque/site/trunk/xdocs/database-howtos/
db/torque/site/trunk/xdocs/version-specific/other-howtos/
- copied from r383109, db/torque/site/trunk/xdocs/other-howtos/
db/torque/site/trunk/xdocs/version-specific/supported-databases.xml
- copied unchanged from r383109,
db/torque/site/trunk/xdocs/supported-databases.xml
Removed:
db/torque/site/trunk/xdocs/database-howtos/
db/torque/site/trunk/xdocs/other-howtos/
db/torque/site/trunk/xdocs/supported-databases.xml
Modified:
db/torque/site/trunk/xdocs/developer-info/site-edit-deploy.xml
db/torque/site/trunk/xdocs/developer-info/subversion.xml
db/torque/site/trunk/xdocs/navigation.xml
Modified: db/torque/site/trunk/xdocs/developer-info/site-edit-deploy.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/trunk/xdocs/developer-info/site-edit-deploy.xml?rev=383157&r1=383156&r2=383157&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/developer-info/site-edit-deploy.xml (original)
+++ db/torque/site/trunk/xdocs/developer-info/site-edit-deploy.xml Sat Mar 4
08:52:10 2006
@@ -59,12 +59,7 @@
<ul>
<li>
If they affect only one component of Torque, add them to the xdocs
- of the component .
- </li>
- <li>
- If they affect more than one component of Torque, and the
information
- possible changes with each release, add them to the
- docs-all-components subproject site.
+ of the component.
</li>
<li>
If the new documents affect Torque as a whole, add them to the
@@ -145,7 +140,7 @@
<ul>
<li>
Create a backup tar.gz of the site AND copy the whole site
- to your home directory for the site archive.
+ to your apache home directory for the site archive.
</li>
<li>
In the _COPY_ of the site for the archive, remove the previous
Modified: db/torque/site/trunk/xdocs/developer-info/subversion.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/trunk/xdocs/developer-info/subversion.xml?rev=383157&r1=383156&r2=383157&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/developer-info/subversion.xml (original)
+++ db/torque/site/trunk/xdocs/developer-info/subversion.xml Sat Mar 4
08:52:10 2006
@@ -70,9 +70,9 @@
test <--- contains the test component
trunks <--- contains references to the trunks of all
component (via svn:externals)
- site <--- contains the unversioned part of the sources of the
- homepage ("unversioned" means "no tags,
- no branches")
+ site <--- contains the "frame" of the sources of the
+ homepage (everything not related to a specific
+ component)
branches <--- old branches (pre-3.2)
tags <--- old tags (pre-3.2)
]]></source>
@@ -89,7 +89,7 @@
<tr><td>Generator</td> <td><a
href="http://svn.apache.org/viewcvs/db/torque/generator/trunk/">http://svn.apache.org/repos/asf/db/torque/generator/trunk/</a></td></tr>
<tr><td>Templates</td> <td><a
href="http://svn.apache.org/viewcvs/db/torque/templates/trunk/">http://svn.apache.org/repos/asf/db/torque/templates/trunk/</a></td></tr>
<tr><td>Maven-Plugin</td><td><a
href="http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/">http://svn.apache.org/repos/asf/db/torque/maven-plugin/trunk/</a></td></tr>
- <tr><td>Site</td> <td><a
href="http://svn.apache.org/viewcvs/db/torque/site/">http://svn.apache.org/repos/asf/db/torque/site/</a></td></tr>
+ <tr><td>Site</td> <td><a
href="http://svn.apache.org/viewcvs/db/torque/site/trunk/">http://svn.apache.org/repos/asf/db/torque/site/trunk/</a></td></tr>
<tr><td>Common</td> <td><a
href="http://svn.apache.org/viewcvs/db/torque/common/trunk/">http://svn.apache.org/repos/asf/db/torque/common/trunk/</a></td></tr>
<tr><td>Test</td> <td><a
href="http://svn.apache.org/viewcvs/db/torque/test/trunk/">http://svn.apache.org/repos/asf/db/torque/test/trunk/</a></td></tr>
</table>
@@ -131,7 +131,7 @@
<p>
The Torque site contains the information global to all Torque
releases such as main navigation, download page or the page
- you're currently reading. It has no branches or tags.
+ you're currently reading.
</p>
</subsection>
</section>
Modified: db/torque/site/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/trunk/xdocs/navigation.xml?rev=383157&r1=383156&r2=383157&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/navigation.xml (original)
+++ db/torque/site/trunk/xdocs/navigation.xml Sat Mar 4 08:52:10 2006
@@ -51,12 +51,17 @@
<item name="Runtime"
href="/releases/torque-3.2/runtime/index.html" collapse="true">
<item name="dummy"/>
</item>
- <item name="Supported Databases"
href="/releases/torque-3.2/docs-all-components/supported-databases.html"/>
- <item name="Database Howtos"
href="/releases/torque-3.2/docs-all-components/database-howtos/index.html"
collapse="true">
- <item name="dummy"/>
+ <item name="Supported Databases"
href="/version-specific/supported-databases.html"/>
+ <item name="Database Howtos"
href="/version-specific/database-howtos/index.html" collapse="true">
+ <item name="MS SQL Server"
href="/version-specific/database-howtos/mssql-howto.html"/>
+ <item name="Oracle"
href="/version-specific/database-howtos/oracle-howto.html"/>
+ <item name="Postgres"
href="/version-specific/database-howtos/postgres-howto.html"/>
+ <item name="Sybase"
href="/version-specific/database-howtos/sybase-howto.html"/>
</item>
- <item name="Other Howtos"
href="/releases/torque-3.2/docs-all-components/other-howtos/index.html"
collapse="true">
- <item name="dummy"/>
+ <item name="Other Howtos"
href="/version-specific/other-howtos/index.html" collapse="true">
+ <item name="Database Layout"
href="/version-specific/other-howtos/database-layout-howto.html"/>
+ <item name="DB Schema Support"
href="/version-specific/other-howtos/schema-howto.html"/>
+ <item name="Inheritance"
href="/version-specific/other-howtos/inheritance-guide.html"/>
</item>
<item name="Tutorial"
href="/releases/torque-3.2/tutorial/index.html" collapse="true">
<item name="dummy"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]