r8618@datura: manu | 2008-05-05 16:49:01 +0200
[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 SUPPORT AND DOCUMENTATION
17
18 After installing, you can find documentation for this module with the
19 perldoc command.
20
21     perldoc RT::Extension::SearchResults::XLS
22
23 You can also look for information at:
24
25     RT, CPAN's request tracker
26         http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SearchResults-XLS
27
28     AnnoCPAN, Annotated CPAN documentation
29         http://annocpan.org/dist/RT-Extension-SearchResults-XLS
30
31     CPAN Ratings
32         http://cpanratings.perl.org/d/RT-Extension-SearchResults-XLS
33
34     Search CPAN
35         http://search.cpan.org/dist/RT-Extension-SearchResults-XLS
36
37
38 COPYRIGHT AND LICENCE
39
40 Copyright (C) 2008 Emmanuel Lacour
41
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
45 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
46