Fix Plugins option example in doc (two many "()")
[manu/RT-Extension-ToggleSuperUser.git] / README
1 RT-Extension-ToggleSuperUser - allow users with SuperUser right to quickly enable/disable this right.
2
3 This RT Extension allow users with SuperUser right to quickly enable/disable
4 this right with a simple link at the top of each page. This way, they can work
5 like standard users for day to day usage and enable SuperUser right only when
6 needed.
7
8 INSTALLATION
9
10 To install this module, run the following commands:
11
12         perl Makefile.PL
13         make
14         make test
15         make install
16
17 Then, to make it active, add it to @Plugins in RT site configuration file
18 (RT_SiteConfig.pm), example:
19
20     Set(@Plugins, qw(RT::Extension::ToggleSuperUser) );
21
22 SUPPORT AND DOCUMENTATION
23
24 You can find documentation for this module with the perldoc command.
25
26     perldoc RT::Extension::ToggleSuperUser
27
28
29 You can also look for information at:
30
31     RT, CPAN's request tracker
32         http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-ToggleSuperUser
33
34     AnnoCPAN, Annotated CPAN documentation
35         http://annocpan.org/dist/RT-Extension-ToggleSuperUser
36
37     CPAN Ratings
38         http://cpanratings.perl.org/d/RT-Extension-ToggleSuperUser
39
40     Search CPAN
41         http://search.cpan.org/dist/RT-Extension-ToggleSuperUser
42
43
44 COPYRIGHT AND LICENCE
45
46 Copyright (C) 2008 Emmanuel Lacour
47
48 This program is free software; you can redistribute it and/or modify it
49 under the same terms as Perl itself.
50
51 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
52