summaryrefslogtreecommitdiff
path: root/rt/lib/RTx/WebCronTool.pm
blob: 5f086a279c6b2c52120a2d4622896024fbb716ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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<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