NAME
gen-phplive-reports - Generate additional reports for PHPLive!
VERSION
This document describes version 0.02 of gen-phplive-reports (from Perl distribution PHPLive-Report), released on 2014-07-24.
SYNOPSIS
% gen-phplive-reports --db-dsn dbi:mysql:dbname=PHPLIVE --db-user PHPLIVE --db-pass SECRET --year 2014 --month 7
Will produce phplive-reports-YYYY-MM.html
file in current directory.
To make nice sortable tables, I use jQuery tablesorter plugin, http://tablesorter.com/. Drop the jQuery as well as the tablesorter files into the same directory as the reports.
SEE ALSO
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/PHPLive-Report.
SOURCE
Source repository is at https://github.com/sharyanto/perl-PHPLive-Report.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=PHPLive-Report
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.