diff --git a/oracle-docs.perl b/oracle-docs.perl index 3dda390..0398f76 100755 --- a/oracle-docs.perl +++ b/oracle-docs.perl @@ -6,7 +6,7 @@ # # To do: # * Maybe modify the script to work for any URL-based hyperlinks (e.g. , ). This would mean ditching the automatic "Ora" prefix, but wouldn't require much else to implement. -# * Generalise so that the LaTeX output is split to use a separate hyperlink for each work in the link label (to allow the links to be wrapped across lines). HTML version doesn't need to be changed. +# * Generalise so that the LaTeX output is split to use a separate hyperlink for each word in the link label (to allow the links to be wrapped across lines). HTML version doesn't need to be changed. # Here's the raw data (this used to be in an Excel spreadsheet, which now obviously shouldn't be used any more - might remove from CVS some time). @@ -14,20 +14,20 @@ @references = ( # Name(0) Code(1) URL(2) - "Database Administrators Guide Admin http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96521/toc.htm", - "Application Developers GuideFundamentals AppDev http://info-nts-12.otago.ac.nz/docs/oracle9i/appdev.920/a96590/toc.htm", - "Application Developers GuideObject-Relational Features AppDevOR http://info-nts-12.otago.ac.nz/docs/oracle9i/appdev.920/a96594/toc.htm", - "Database Concepts Concepts http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96524/toc.htm", - "Data Warehousing DataWarehousing http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96520/toc.htm", - "Database Error Messages Errors http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96525/toc.htm", - "SQL Reference SQL http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96540/toc.htm", - "Java Developers Guide Java http://info-nts-12.otago.ac.nz/docs/oracle9i/java.920/a96656/toc.htm", - "JDBC Developers Guide and Reference JDBC http://info-nts-12.otago.ac.nz/docs/oracle9i/java.920/a96654/toc.htm", - "Database Master Glossary Glossary http://info-nts-12.otago.ac.nz/docs/oracle9i/mix.920/a97290/toc.htm", - "Database Performance Tuning Guide and Reference Tuning http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96533/toc.htm", - "PL/SQL Users Guide and Reference PLSQL http://info-nts-12.otago.ac.nz/docs/oracle9i/appdev.920/a96624/toc.htm", - "Database Master Index Index http://info-nts-12.otago.ac.nz/docs/oracle9i/mix.920/a96625/toc.htm", - "Database Reference Reference http://info-nts-12.otago.ac.nz/docs/oracle9i/server.920/a96536/toc.htm" + "Database Administrators Guide Admin http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10739/toc.htm", + "Application Developers GuideFundamentals AppDev http://info-nts-12.otago.ac.nz/docs/oracle10g/appdev.101/b10795/toc.htm", + "Application Developers GuideObject-Relational Features AppDevOR http://info-nts-12.otago.ac.nz/docs/oracle10g/appdev.101/b10799/toc.htm", + "Database Concepts Concepts http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10743/toc.htm", + "Data Warehousing Guide DataWarehousing http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10736/toc.htm", + "Database Error Messages Errors http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10744/toc.htm", + "SQL Reference SQL http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10759/toc.htm", + "Java Developers Guide Java http://info-nts-12.otago.ac.nz/docs/oracle10g/java.101/b12021/toc.htm", + "JDBC Developers Guide and Reference JDBC http://info-nts-12.otago.ac.nz/docs/oracle10g/java.101/b10979/toc.htm", + "Database Master Glossary Glossary http://info-nts-12.otago.ac.nz/docs/oracle10g/mix.101/b12040/toc.htm", + "Performance Tuning Guide Tuning http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10752/toc.htm", + "PL/SQL Users Guide and Reference PLSQL http://info-nts-12.otago.ac.nz/docs/oracle10g/appdev.101/b10807/toc.htm", + "Database Master Index Index http://info-nts-12.otago.ac.nz/docs/oracle10g/mix.101/b12039/toc.htm", + "Database Reference Reference http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10755/toc.htm" ); # Prefix to use in the generated template names: