[FOray-commit] SF.net SVN: foray: [8261] trunk/foray/doc/web/app/using
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-30 21:58:30
|
Revision: 8261
http://svn.sourceforge.net/foray/?rev=8261&view=rev
Author: victormote
Date: 2006-09-30 14:58:23 -0700 (Sat, 30 Sep 2006)
Log Message:
-----------
Update build and release documentation.
Modified Paths:
--------------
trunk/foray/doc/web/app/using/build.html
trunk/foray/doc/web/app/using/download.html
Modified: trunk/foray/doc/web/app/using/build.html
===================================================================
--- trunk/foray/doc/web/app/using/build.html 2006-09-30 20:24:03 UTC (rev 8260)
+++ trunk/foray/doc/web/app/using/build.html 2006-09-30 21:58:23 UTC (rev 8261)
@@ -33,12 +33,14 @@
<h2><a name="download-source">Downloading Source Code</a></h2>
-<p><!-- FOray source code can be downloaded through from
-<a rel="external" href="http://sourceforge.net/projects/foray/">FOray's
-SourceForge site</a>. -->
-FOray source code is currently available only from the <a rel="external"
-href="http://sourceforge.net/svn/?group_id=109663">source code
-repository</a>, maintained by SourceForge. Thank you SourceForge!</p>
+<p>FOray source code can be obtained two ways:</p>
+<ul>
+ <li>Current releases can be obtained from the <a href="download.html">FOray
+ download page</a>.</li>
+ <li>Up-to-the-minute source code can be obtained from the "trunk" of the
+ <a rel="external" href="http://sourceforge.net/svn/?group_id=109663">source
+ code repository.</a></li>
+</ul>
<h2><a name="enviro">Setting Up Your Environment</a></h2>
Modified: trunk/foray/doc/web/app/using/download.html
===================================================================
--- trunk/foray/doc/web/app/using/download.html 2006-09-30 20:24:03 UTC (rev 8260)
+++ trunk/foray/doc/web/app/using/download.html 2006-09-30 21:58:23 UTC (rev 8261)
@@ -29,6 +29,33 @@
SourceForge site</a>.
Thank you SourceForge!</p>
+<p>There are three possible downloads:</p>
+<ul>
+ <li>"bin-all" contains all of the FOray class files in one jar file.
+ This is the recommended download for most users.</li>
+ <li>"bin-modules" contains all of the FOray class files, but they are placed
+ in one jar file per module.
+ This distribution is intended for those who wish to use only certain modules
+ from FOray and do not want to use the more bulky "bin-all" jar file.
+ Note also that FOray can be <a href="./build.html#subset">built as a
+ subset</a></li>
+ <li>"src" contains the entire contents of the trunk of the FOray source
+ code repository.</li>
+</ul>
+
+<p>After downloading the FOray "bin-all" distribution, you can check the
+basic usability of the download very easily:</p>
+<ol>
+ <li>Unzip the distribution.</li>
+ <li>Make sure your "JAVE_HOME" environment variable is set to a Java 1.4 or
+ higher runtime.</li>
+ <li>Change directory to the "scripts" directory in the distribution and run
+ either "foray-test.bat" (for Windows) or "foray-test.sh" (For Unix and Linux).
+ If all goes well, you should see output on the screen showing the startup and
+ successful completion of a FOray run, and a file "minimal.pdf" should be
+ created in the current directory.</li>
+</ol>
+
<!--#include virtual="/00-rsrc/include/leftmenu-end.html" -->
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|