X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=README;h=6c6754e63c69b544e88d63c47d2f5f70d3d5db72;hp=b93b1c297ff2c00709c9758e69c6be05a31f1e5c;hb=HEAD;hpb=96037c8f943fb413d884e00d22bd63f97e1470c2 diff --git a/README b/README index b93b1c2..6c6754e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -RT-Extension-WatchedQueue - List queues the user is a watcher, in user configuration +RT-Extension-WatchedQueue - List queues the user is a watcher of -This RT Extension allow to display the list of queues an user is watcher in the -user configuration tab. +This RT Extension allow to display the list of queues the user is watcher, in +the user configuration tab. INSTALLATION @@ -12,26 +12,31 @@ To install this module, run the following commands: make test make install +Then, to make it active, add it to @Plugins in RT site configuration file +(RT_SiteConfig.pm), example: + + Set(@Plugins, qw(RT::Extension::WatchedQueues) ); + SUPPORT AND DOCUMENTATION -After installing, you can find documentation for this module with the -perldoc command. +You can find documentation for this module with the perldoc command. perldoc RT::Extension::WatchedQueues + You can also look for information at: RT, CPAN's request tracker - http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SearchResults-XLS + http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-WatchedQueues AnnoCPAN, Annotated CPAN documentation - http://annocpan.org/dist/RT-Extension-SearchResults-XLS + http://annocpan.org/dist/RT-Extension-WatchedQueues CPAN Ratings - http://cpanratings.perl.org/d/RT-Extension-SearchResults-XLS + http://cpanratings.perl.org/d/RT-Extension-WatchedQueues Search CPAN - http://search.cpan.org/dist/RT-Extension-SearchResults-XLS + http://search.cpan.org/dist/RT-Extension-WatchedQueues COPYRIGHT AND LICENCE