summaryrefslogtreecommitdiff
path: root/rt/lib/RTx/WebCronTool.pm
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2008-03-16 19:58:34 +0000
committercvs2git <cvs2git>2008-03-16 19:58:34 +0000
commiteb061f5119325e666f0dff40d4089e5c1df58e17 (patch)
treed55e8fef5aca62eb13bbc8ad20dbdf941c3bd266 /rt/lib/RTx/WebCronTool.pm
parent3a17b276638200475d54201fa62566b7440e819a (diff)
This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'.TRIXBOX_2_6
Diffstat (limited to 'rt/lib/RTx/WebCronTool.pm')
-rw-r--r--rt/lib/RTx/WebCronTool.pm41
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