fd07d832efc21a7b3cd0a069d2bfed4ae63d5f9f
[manu/RT-Extension-SearchResults-ODS.git] / README~
1 RT-Extension-SearchResults-ODS - Add OpenDocument SpreadSheet format export to RT search results
2
3 This RT Extension allow users to download search results in OpenDocument
4 SpreadSheet binary format. This typically fix encoding problems for non-ascii
5 chars with the standard TSV export included in RT and also allow to use the
6 export as an external data Link. For this, the export include a table range with all data named "AllRTTickets".
7
8
9 INSTALLATION
10
11 To install this module, run the following commands:
12
13         perl Makefile.PL
14         make
15         make test
16         make install
17
18 Then, to make it active, add it to @Plugins in RT site configuration file
19 (RT_SiteConfig.pm), example:
20
21     Set(@Plugins, qw(RT::Extension::SearchResults::ODS) );
22
23 SUPPORT AND DOCUMENTATION
24
25 After installing, you can find documentation for this module with the
26 perldoc command.
27
28     perldoc RT::Extension::SearchResults::ODS
29
30 You can also look for information at:
31
32     RT, CPAN's request tracker
33         http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SearchResults-ODS
34
35     AnnoCPAN, Annotated CPAN documentation
36         http://annocpan.org/dist/RT-Extension-SearchResults-ODS
37
38     CPAN Ratings
39         http://cpanratings.perl.org/d/RT-Extension-SearchResults-ODS
40
41     Search CPAN
42         http://search.cpan.org/dist/RT-Extension-SearchResults-ODS
43
44
45 COPYRIGHT AND LICENCE
46
47 Copyright (C) 2011 Emmanuel Lacour
48
49 This program is free software; you can redistribute it and/or modify it
50 under the same terms as Perl itself.
51
52 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
53