Add FR translation
[manu/RT-Extension-FollowUp.git] / README
1 RT-Extension-FollowUp - Allow RT users to quickly add themself as Cc/AdminCc in the ticket action menu
2
3 This RT Extension adds two actions to the ticket actions
4 menu to allow the connected user with enough rights to add
5 himself as a Cc or AdminCc for this ticket.
6
7 INSTALLATION
8
9 To install this module, run the following commands:
10
11         perl Makefile.PL
12         make
13         make test
14         make install
15
16 Then, to make it active, add it to @Plugins in RT site configuration file
17 (RT_SiteConfig.pm), example:
18
19     Set(@Plugins,qw(RT::Extension::FollowUp) );
20
21 SUPPORT AND DOCUMENTATION
22
23 You can find documentation for this module with the perldoc command.
24
25     perldoc RT::Extension::FollowUp
26
27
28 You can also look for information at:
29
30     RT, CPAN's request tracker
31         http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-FollowUp
32
33     AnnoCPAN, Annotated CPAN documentation
34         http://annocpan.org/dist/RT-Extension-FollowUp
35
36     CPAN Ratings
37         http://cpanratings.perl.org/d/RT-Extension-FollowUp
38
39     Search CPAN
40         http://search.cpan.org/dist/RT-Extension-FollowUp
41
42
43 COPYRIGHT AND LICENCE
44
45 Copyright (C) 2013 Emmanuel Lacour
46
47 This program is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.
49
50 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
51