Please, I have nothing to do with commiting code to the CVS. I suppose some configurations are not correct.
Regards, Christophe Foulon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: maandag 16 augustus 2004 6:04 To: [EMAIL PROTECTED] Subject: cvs commit: db-torque/xdocs navigation.xml oracle-howto.xml seade 2004/08/15 21:04:04 Modified: xdocs navigation.xml oracle-howto.xml Log: The navigation no longer refers to the Oracle version. The Oracle HOWTO now includes a note concerning the fact that the original document was written for Oracle 8i and a reference to the patched version of Village (thanks to Saravana Kannan). Revision Changes Path 1.16 +1 -1 db-torque/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/db-torque/xdocs/navigation.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- navigation.xml 4 Mar 2004 03:44:53 -0000 1.15 +++ navigation.xml 16 Aug 2004 04:04:04 -0000 1.16 @@ -37,7 +37,7 @@ </menu> <menu name="Database Howto Guides"> <item name="MS SQL Server Howto" href="/mssql-howto.html"/> - <item name="Oracle 8i Howto" href="/oracle-howto.html"/> + <item name="Oracle Howto" href="/oracle-howto.html"/> <item name="Postgres Howto" href="/postgres-howto.html"/> <item name="Sybase Howto" href="/sybase-howto.html"/> </menu> 1.3 +19 -2 db-torque/xdocs/oracle-howto.xml Index: oracle-howto.xml =================================================================== RCS file: /home/cvs/db-torque/xdocs/oracle-howto.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oracle-howto.xml 8 Jan 2003 16:42:34 -0000 1.2 +++ oracle-howto.xml 16 Aug 2004 04:04:04 -0000 1.3 @@ -2,11 +2,28 @@ <document> <properties> - <title>Oracle 8i Howto</title> - <author email="[EMAIL PROTECTED]">Torque Documentation Team</author> + <title>Oracle Howto</title> + <author email="[EMAIL PROTECTED]">Torque Documentation Team</author> </properties> <body> + +<section name="Introductory note"> + +<p> +This HOWTO was written some time ago and was targeted at Oracle 8i. If any of +the information below needs to be updated for later releases then please send +a note to the <a href="mailto:[EMAIL PROTECTED]">Turbine Dev mailing +list</a>. +</p> + +<p> +Saravana Kannan is maintaining a patched version of Village that supports Oracle +LOBs: <a href="https://sweb.uky.edu/~skkann2/village/index.html">Village 2.0 +Patched for Oracle LOBs - For use with Torque 3.1</a> +</p> + +</section> <section name="Oracle Howto"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
