diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /rt/lib/RTx/WebCronTool.pm | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'rt/lib/RTx/WebCronTool.pm')
-rw-r--r-- | rt/lib/RTx/WebCronTool.pm | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/rt/lib/RTx/WebCronTool.pm b/rt/lib/RTx/WebCronTool.pm deleted file mode 100644 index 5f086a279..000000000 --- a/rt/lib/RTx/WebCronTool.pm +++ /dev/null @@ -1,41 +0,0 @@ -package RTx::WebCronTool; -$RTx::WebCronTool::VERSION = "0.01"; - -1; - -__END__ - -=head1 NAME - -RTx::WebCronTool - Web interface to rt-crontool - -=head1 VERSION - -This document describes version 0.01 of RTx::WebCronTool, released -July 11, 2004. - -=head1 DESCRIPTION - -This RT extension provides a web interface for the built-in F<rt-crontool> -utility, allowing scheduled processes to be launched remotely. - -After installation, log in as superuser, and click on the "Web CronTool" menu -on the bottom of the navigation pane. - -To use it, simply submit the modules and arguments. All progress, error messages -and debug information will then be displayed online. - -=head1 AUTHORS - -Autrijus Tang E<lt>autrijus@autrijus.orgE<gt> - -=head1 COPYRIGHT - -Copyright 2004 by Autrijus Tang E<lt>autrijus@autrijus.orgE<gt>. - -This program is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. - -See L<http://www.perl.com/perl/misc/Artistic.html> - -=cut |