cd2browse 1.02 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News cd2browse 1.02 (Default branch)
# 1  
Old 10-06-2008
cd2browse 1.02 (Default branch)

Image cd2browse is a menu creation program able to make menus out of a directory tree. It indexes all documents and also provides an offline, full-text search engine with JavaScript. CD2Browse helps you to publish documentation on CD/DVD in an easy way. License: GNU General Public License v2 Changes:
On Windows platforms, there was a problem when the directory to scan was not on the same drive as the resources directory. This caused indexing on a foreign drive to fail and has been fixed. When the target directory was not writable, index.pl indexed the current directory; this has been fixed. A Perl/Tk GUI interface (CD2Browse.pl) is now included. The GUI allows you to save and restore settings from XML configuration files. Progress information is now shown, unless you use the -q option. The resulting browsable icons and thumbnails are now linked with the document. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RHINO-DEBUGGER(1)					      General Commands Manual						 RHINO-DEBUGGER(1)

NAME
rhino-debugger - invokes the rhino JavaScript debugger GUI SYNOPSIS
rhino-debugger [options] script_filename_or_url [script_arguments] DESCRIPTION
This manual page documents briefly the rhino-debugger command. This manual page was written for the Debian distribution because the origi- nal program does not have a manual page. It is written according to the html documentation. rhino-debugger is a start script for the rhino JavaScript debugger. The Rhino JavaScript debugger is a GUI that allows debugging of inter- preted JavaScript scripts run in Rhino. Note that this debugger will not work with JavaScript scripts run in the mozilla browser since Rhino is not the engine used in such environments. OPTIONS
-e script_source Executes script_source as a JavaScript script. -f script_filename_or_url Reads script_filename_or_url content and execute it as a JavaScript script. -opt, -O optLevel Optimizes at level optLevel, which must be an integer between 0 and 9. -version versionNumber Specifies the language version to compile with. The string versionNumber must be one of 100, 110, 120, 130, or 140. See JavaScript Language Versions for more information on language versions. -strict Enable strict mode. EXAMPLE
Example debugging the NervousText.js applet written in JavaScript. The example is provided in the librhino-java-doc package. $ rhino-debugger NervousText.js SEE ALSO
The online documentation under http://www.mozilla.org/rhino/debugger.html AUTHOR
This manual page was written by Damien Raude-Morvan <drazzib@debian.org>, for the Debian project (but may be used by others). Friday 17, 2009 RHINO-DEBUGGER(1)