* @license MIT License, see LICENSE.txt * @link http://svnweb.mageia.org/svn/soft/dashboard/ */ require 'Report/Box.php'; require 'Report/HTML.php'; Report_Box::run_report(); die; // todo locales/languages summary : how many in total, which coverage globally? $a = new Report_Box_SourcePackage(); //$a->update(); print_r($a->render()); echo "\n";