[graphl-cvs] graphl/doc/manual index.html
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-12-14 12:44:31
|
Update of /cvsroot/graphl/graphl/doc/manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24346/doc/manual Modified Files: index.html Log Message: - FEATURE: new command line flag to start "navigator" thread to zoom & pan in the graph - CODE: loading graphs returns URL[] with all loaded (+included) files - CODE: dynamically adding config-file + all included files to default filter - DOC: extended user guide Index: index.html =================================================================== RCS file: /cvsroot/graphl/graphl/doc/manual/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 12 Sep 2005 08:37:47 -0000 1.1 --- index.html 14 Dec 2005 12:44:16 -0000 1.2 *************** *** 40,44 **** <p>If the thing crashes on you or does unexpected tings, it would be nice to ! email me a <em>reproducible</em> error report, so maybe I can fix the thing in a future release.</p> <h2>Installing graphl</h2> --- 40,44 ---- <p>If the thing crashes on you or does unexpected tings, it would be nice to ! email me a <em>reproducable</em> error report, so maybe I can fix the thing in a future release.</p> <h2>Installing graphl</h2> *************** *** 48,52 **** will remain stable however, I own this domain and I am not planning to give it back in my lifetime.</p> ! <p>Java installed...</p> <p>After downloading the .zip package (I don't provide other packages currently, every platform should be able to --- 48,54 ---- will remain stable however, I own this domain and I am not planning to give it back in my lifetime.</p> ! <p>You have to have a recent version of Java installed - if you want to build graphl from source, go for the latest ! JDK (currently 1.5 or 5.0, as they call it). If yiu just want to run it, it should work with a JRE 1.4, although ! i might add features at any time that make it incompatible to older versions.</p> <p>After downloading the .zip package (I don't provide other packages currently, every platform should be able to *************** *** 75,78 **** --- 77,81 ---- <tr><td><code>toolbar={on|off}</code></td><td>Turn the "toolbar" above the graphl rendering area on or off (default=on).</td></tr> <tr><td><code>menubar={on|off}</code></td><td>Turn the menubar on or off (default=on).</td></tr> + <tr><td><code>navigator={on|off}</code></td><td>Start a thread that zooms and pans in the graph (for noninteractive presentations, currently not configurable. default=off).</td></tr> <tr><td><code>refresh=<seconds></code></td><td>Reload all graphs every <seconds>. Currently defunct.</td></tr> <tr><td><code>config=<configfile></code></td><td>Config file to load (see <a href="#config">below</a>).</td></tr> |