Release 0.02
[manu/RT-Extension-Drafts.git] / README
1 RT-Extension-Drafts - Allow users to save/load drafts for ticket replies/comments
2
3 This RT Extension allow users to save a reply/comment as draft for the current
4 ticket and load it later.
5
6 INSTALLATION
7
8 To install this module, run the following commands:
9
10         perl Makefile.PL
11         make
12         make test
13         make install
14
15 Then, to make it active, add it to RT site configuration file
16 (RT_SiteConfig.pm), example for RT >= 4:
17
18     Plugin("RT::Extension::Drafts");
19
20 SUPPORT AND DOCUMENTATION
21
22 After installing, you can find documentation for this module with the
23 perldoc command.
24
25     perldoc RT::Extension::Drafts
26
27 You can also look for information at:
28
29     RT, CPAN's request tracker
30         http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-Drafts
31
32     AnnoCPAN, Annotated CPAN documentation
33         http://annocpan.org/dist/RT-Extension-Drafts
34
35     CPAN Ratings
36         http://cpanratings.perl.org/d/RT-Extension-Drafts
37
38     Search CPAN
39         http://search.cpan.org/dist/RT-Extension-Drafts
40
41
42 COPYRIGHT AND LICENCE
43
44 Copyright (C) 2011-2016 Emmanuel Lacour
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
49 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
50