commit these RT differences, seem to be mostly in autogen'ed stuff
[freeside.git] / rt / lib / RTx / WebCronTool.pm
1 package RTx::WebCronTool;
2 $RTx::WebCronTool::VERSION = "0.01";
3
4 1;
5
6 __END__
7
8 =head1 NAME
9
10 RTx::WebCronTool - Web interface to rt-crontool
11
12 =head1 VERSION
13
14 This document describes version 0.01 of RTx::WebCronTool, released
15 July 11, 2004.
16
17 =head1 DESCRIPTION
18
19 This RT extension provides a web interface for the built-in F<rt-crontool>
20 utility, allowing scheduled processes to be launched remotely.
21
22 After installation, log in as superuser, and click on the "Web CronTool" menu
23 on the bottom of the navigation pane.
24
25 To use it, simply submit the modules and arguments.  All progress, error messages
26 and debug information will then be displayed online.
27
28 =head1 AUTHORS
29
30 Autrijus Tang E<lt>autrijus@autrijus.orgE<gt>
31
32 =head1 COPYRIGHT
33
34 Copyright 2004 by Autrijus Tang E<lt>autrijus@autrijus.orgE<gt>.
35
36 This program is free software; you can redistribute it and/or 
37 modify it under the same terms as Perl itself.
38
39 See L<http://www.perl.com/perl/misc/Artistic.html>
40
41 =cut