Upgrade copyright, changelog and version
[manu/RT-Extension-SearchResults-XLS.git] / README
1 RT-Extension-SearchResults-XLS - Add Excel format export to RT search results
2
3 This RT Extension allow users to download search results in Microsoft Excel
4 binary format. This typically fix encoding problems for non-ascii chars with
5 the standard TSV export included in RT.
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::SearchResults::XLS) );
20
21 SUPPORT AND DOCUMENTATION
22
23 After installing, you can find documentation for this module with the
24 perldoc command.
25
26     perldoc RT::Extension::SearchResults::XLS
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-SearchResults-XLS
32
33     AnnoCPAN, Annotated CPAN documentation
34         http://annocpan.org/dist/RT-Extension-SearchResults-XLS
35
36     CPAN Ratings
37         http://cpanratings.perl.org/d/RT-Extension-SearchResults-XLS
38
39     Search CPAN
40         http://search.cpan.org/dist/RT-Extension-SearchResults-XLS
41
42
43 COPYRIGHT AND LICENCE
44
45 Copyright (C) 2008-2014 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