Website META Language 2.0.12 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Website META Language 2.0.12 (Default branch)
# 1  
Old 04-19-2008
Website META Language 2.0.12 (Default branch)

WML is a free and extensible Webdesigner's off-line HTML generation toolkit for Unix. It consists of a control frontend driving up to nine backends in a sequential pass-oriented filtering scheme. Each backend provides one particular core language. For maximum power WML additionally ships with a well-suited set of include files which provide higher-level features built on top of the backends core languages. While not trivial and idiot proof WML provides most of the core features real hackers always wanted for HTML generation.License: GNU General Public License (GPL)Changes:
The GNU Autotools setup now works with recent versions of Autotools. A patch was applied to fix building against Perl 5.10.0. A modified version of the CVE-2008-0665 temporary filenames patch was applied.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RKWARD(1)							  [FIXME: manual]							 RKWARD(1)

NAME
rkward - A KDE frontend to R SYNOPSIS
rkward [workspace_file] [--evaluate Rcode] [--debug-level level] [--debug-flags flags] [--debugger debugger_command] [KDE Generic Options] [Qt Generic Options] DESCRIPTION
RKWard is the a KDE-based GUI and IDE for the R scripting language for statistical computing. For more information, please refer to the RKWard website[1], and the documentation provided inside RKWard. OPTIONS
--evaluate Rcode The given R code is evaluated after RKWard has started, and after any specified workspace is loaded. Mostly useful for automated testing. --debug-level level Verbosity of debug output. 0-5, where 0 is no output, 5 is all output including function trace information. Default it 2. --debug-flags flags Allows to configure, which sections of code to debug. Flags are given as a binary number. Refer to the source files for documentation, as this really is an internal option. --debugger command Run RKWard through the specified debugger command. To add command line options to the debugger command, enclose them in single quotes ('') together with the command. NOTE: To use the --debugger option, it must be specified as the first option on the command line. Only the frontend process will be debugged, using this option. SEE ALSO
R(1) AUTHORS
RKWard was written by Thomas Friedrichsmeier and the RKWard team. See the RKWard website[1]. NOTES
1. the RKWard website http://rkward.sf.net/ [FIXME: source] 2011-05-23 RKWARD(1)