Revisions of rush
Luigi Baldoni (alois)
committed
(revision 3)
Luigi Baldoni (alois)
committed
(revision 2)
- Update to version 2.0 * Configuration file support completely rewritten. New configuration file syntax is introduced that offers a large set of control structures and transformation instructions for handling arbitrary requests. Please see the documentation for details. * Backward compatibility with prior releases is retained and old configuration syntax is still supported. This ensures that existing installations will remain operational without any changes. Nevertheless, system administrators are encouraged to switch to the new syntax as soon as possible. version 1.9: * Backreference expansion Arguments to tranformations, chroot and chdir statements can contain references to parenthesized groups in the recent regular expression match. Such references are replaced with the strings that matched the corresponding groups. Syntactically, a backreference expansion is a percent sign followed by one-digit number of the subexpression (1-based, %0 refers to entire matched line). For example rule X command ^cd (.+) && (.+) chdir %1 set %2 * User-defined variables The configuration file can define new variables or redefine the built-in ones using the "setvar" statement: setvar[VAR] PATTERN Here, VAR is the variable name, and PATTERN is its new value. The PATTERN is subject to variable and backreference
Luigi Baldoni (alois)
committed
(revision 1)
Displaying all 3 revisions