From: ivan Date: Wed, 1 Aug 2007 22:21:22 +0000 (+0000) Subject: adding WebCronTool.pm to _1_7_BRANCH too X-Git-Tag: freeside_1_7_3rc1~367 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d9f43ac2290b4a4a5cdf32e2caabf8fc18657fee;p=freeside.git adding WebCronTool.pm to _1_7_BRANCH too --- diff --git a/rt/lib/RTx/WebCronTool.pm b/rt/lib/RTx/WebCronTool.pm new file mode 100644 index 000000000..5f086a279 --- /dev/null +++ b/rt/lib/RTx/WebCronTool.pm @@ -0,0 +1,41 @@ +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 +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 Eautrijus@autrijus.orgE + +=head1 COPYRIGHT + +Copyright 2004 by Autrijus Tang Eautrijus@autrijus.orgE. + +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +See L + +=cut