From: <prn...@us...> - 2011-11-13 16:45:44
|
Revision: 9079 http://octave.svn.sourceforge.net/octave/?rev=9079&view=rev Author: prnienhuis Date: 2011-11-13 16:45:38 +0000 (Sun, 13 Nov 2011) Log Message: ----------- Adapted to PKG_ADD / PKG_DEL. Modified Paths: -------------- trunk/octave-forge/main/io/doc/READ-ODS.html trunk/octave-forge/main/io/doc/READ-XLS.html Modified: trunk/octave-forge/main/io/doc/READ-ODS.html =================================================================== --- trunk/octave-forge/main/io/doc/READ-ODS.html 2011-11-13 16:31:09 UTC (rev 9078) +++ trunk/octave-forge/main/io/doc/READ-ODS.html 2011-11-13 16:45:38 UTC (rev 9079) @@ -18,7 +18,7 @@ Copyright \xA9 2009 - 2011 Philip Nienhuis <prnienhuis at users.sf.net></font></font> </p> <p align="center"><font face="Arial, sans-serif"><font size="2"> - This version September 4, 2011</font></font> + This version November 13, 2011</font></font> </p> <p><font face="Arial, sans-serif"><font size="2"> <i>(ODS = Open Document Format spreadsheet data format, used by e.g., OpenOffice.org.)</i></font></font> @@ -117,10 +117,11 @@ </li> </ul> <dl><dt> - <p><font face="Arial, sans-serif"><font size="2">These must be referenced with - full pathnames in your javaclasspath. Hint: add it in - ./share/octave/<version>/m/startup/octaverc using appropriate - javaaddpath statements</font></font> + <p><font face="Arial, sans-serif"><font size="2">These class libs must be referenced with + full pathnames in your javaclasspath.<br> + Except for the UNO (OOo) classes, the jar files had best be put in /<libdir>/java where <libdir> on Linux is usually /usr/lib; on MinGW it is usually /lib. The PKG_ADD command expects the class libs there; if they are elsewhere, add them in + ./share/octave/<version>/m/startup/octaverc using appropriate + javaaddpath statements or a chk_spreadsheet_support() call.</font></font> </p></dt><dt><p><br> </p></dt></dl> <p align="center"><font face="Arial, sans-serif"><font size="4"><u><b>USAGE</b></u></font></font></p> @@ -547,7 +548,7 @@ <font face="Arial, sans-serif"><font size="2">oct2ods.m (revision 7159)</font></font></li></ul> <p><font face="Arial, sans-serif"><font size="2">Enjoy!</font></font></p><p align="center"><font face="Arial, sans-serif"><font size="2">Philip - Nienhuis, September 4, 2011</font></font></p><dl><dd><p align="center"> + Nienhuis, November 13, 2011</font></font></p><dl><dd><p align="center"> <br> </p></dd></dl> </body></html> \ No newline at end of file Modified: trunk/octave-forge/main/io/doc/READ-XLS.html =================================================================== --- trunk/octave-forge/main/io/doc/READ-XLS.html 2011-11-13 16:31:09 UTC (rev 9078) +++ trunk/octave-forge/main/io/doc/READ-XLS.html 2011-11-13 16:45:38 UTC (rev 9079) @@ -4,7 +4,7 @@ <META NAME="Generator" CONTENT="Microsoft Word 97"> <META NAME="CREATED" CONTENT="20091211;17230700"> <META NAME="CHANGEDBY" CONTENT="Philip Nienhuis"> -<META NAME="CHANGED" CONTENT="20101114;18083900"> +<META NAME="CHANGED" CONTENT="20101113;18083900"> </HEAD> <BODY LINK="#0000ff" VLINK="#800080"> @@ -13,7 +13,7 @@ <BR> Copyright (C) 2009 - 2011 Philip Nienhuis <prnienhuis at users.sf.net><BR> <BR> -This version September 4, 2011</P> +This version November 13, 2011</P> </FONT></FONT><B><U><FONT FACE="Arial, sans-serif" SIZE=4><FONT FACE="Arial, sans-serif" SIZE=4><P ALIGN="CENTER">EXCEL .XLS SUPPORT FILES</P> </B></U></FONT></FONT><FONT FACE="Arial, sans-serif" SIZE=2><FONT FACE="Arial, sans-serif" SIZE=2><DL> <DT><BR> @@ -109,7 +109,7 @@ <LI>Get it here: </FONT></FONT><A HREF="http://sourceforge.net/projects/openxls/"><FONT FACE="Arial, sans-serif" SIZE=2><FONT FACE="Arial, sans-serif" SIZE=2>http://sourceforge.net/projects/openxls/</FONT></FONT></A></LI></UL> <FONT FACE="Arial, sans-serif" SIZE=2><FONT FACE="Arial, sans-serif" SIZE=2><DL> -<DT>Hint: simply put the relevant javaaddpath statements in the .octaverc file.</DT></DL> +<DT>These class libs must be referenced with full pathnames in your javaclasspath.<br>They had best be put in /<libdir>/java where <libdir> on Linux is usually /usr/lib; on MinGW it is usually /lib. The PKG_ADD command expects the class libs there; if they are elsewhere, add them in ./share/octave/<version>/m/startup/octaverc using appropriate javaaddpath statements or a chk_spreadsheet_support() call.</DT></DL> <DL><DT>UNO specific (invoking OpenOffice.org (or clones) behind the scenes):<BR> NOTE: EXPERIMENTAL!! A working OpenOffice.org installation. The utility function chk_spreadsheet_support can be used to add the needed entries to the javaclasspath.</DT> </DL> @@ -323,6 +323,6 @@ <P>Enjoy!</FONT></FONT> </P> <FONT FACE="Arial, sans-serif" SIZE=2><FONT FACE="Arial, sans-serif" SIZE=2><DL> -<DD ALIGN="CENTER">Philip Nienhuis, September 4, 2011</DD> +<DD ALIGN="CENTER">Philip Nienhuis, November 13, 2011</DD> </DL></FONT></FONT></BODY> </HTML> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |