/[soft]/dashboard/make_report.php
ViewVC logotype

Contents of /dashboard/make_report.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1696 - (show annotations) (download)
Mon Jun 20 16:28:27 2011 UTC (12 years, 9 months ago) by rda
File size: 500 byte(s)
print to standard output
1 <?php
2 /**
3 * Generate dashboard static report page.
4 *
5 * Should be called by a cron job, every 15 minutes.
6 *
7 * PHP version 5
8 *
9 * @category Dashboard
10 * @package Buildsystem
11 * @author Romain d'Alverny <rda@mageia.org>
12 * @license MIT License, see LICENSE.txt
13 * @link http://svnweb.mageia.org/svn/soft/dashboard/
14 */
15
16 require 'Report/Box.php';
17 require 'Report/HTML.php';
18
19 echo Report_Box::run_report();
20 die;
21
22 // todo locales/languages summary : how many in total, which coverage globally?

Properties

Name Value
svn:keywords Id,Author,Date,Rev

  ViewVC Help
Powered by ViewVC 1.1.30