Revision: 344 http://opencsw.svn.sourceforge.net/opencsw/?rev=344&view=rev Author: wbonnet Date: 2011-02-27 22:22:54 +0000 (Sun, 27 Feb 2011)
Log Message: ----------- Add uwatch statistics Added Paths: ----------- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-gar.php web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-maintainers.php web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-packages.php web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-upgrade.php Added: web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-gar.php =================================================================== --- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-gar.php (rev 0) +++ web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-gar.php 2011-02-27 22:22:54 UTC (rev 344) @@ -0,0 +1,26 @@ +<?php +/* +Template Name: Maintainer detail +*/ +?> +<?php get_header(); ?> + <div id="container"> + <div id="content"> + <div class="post hentry"> + <div class="entry"> + <h2>GAR Quality Assurance graphical statistics</h2> + <span>The following graphics displays graphical statistical information about packages in GAR.</span> + <h3>Packages missing from GAR</h3> + <img title="Weekly view, over last year, of the number of packages missing from the GAR repository" src="/tools/statistics/qaGarMissing.php" alt="Weekly view, over last year, of the number of packages missing from the GAR repository" width="800" height="480" /> + <br> + <br> + <h3>Packages pending in GAR</h3> + <img title="Weekly view, over last year, of the number of packages pending in the GAR repository" src="/tools/statistics/qaGarPending.php" alt="Weekly view, over last year, of the number of packages pending in the GAR repository" width="800" height="480" /> + <br> + <br> + </div> + </div> + </div><!-- #content --> +</div><!-- #container --> +<?php get_sidebar(); ?> +<?php get_footer(); ?> Added: web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-maintainers.php =================================================================== --- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-maintainers.php (rev 0) +++ web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-maintainers.php 2011-02-27 22:22:54 UTC (rev 344) @@ -0,0 +1,26 @@ +<?php +/* +Template Name: Maintainer detail +*/ +?> +<?php get_header(); ?> + <div id="container"> + <div id="content"> + <div class="post hentry"> + <div class="entry"> + <h2>Maintainers Quality Assurance graphical statistics</h2> + <span>The following graphics displays graphical statistical information about maintainers.</span> + <h3>Number of active maintainers</h3> + <img title="Weekly view, over last year, of the number of active maintainers" src="/tools/statistics/qaActiveMaintainers.php" alt="Weekly view, over last year, of the number of active maintainers" width="800" height="480" /> + <br> + <br> + <h3>Number of retired maintainers still owning packages</h3> + <img title="Weekly view, over last year, of the number of retired maintainers still owning packages" src="/tools/statistics/qaRetiredMaintainers.php" alt="Weekly view, over last year, of the number of retired maintainers still owning packages" width="800" height="480" /> + <br> + <br> + </div> + </div> + </div><!-- #content --> +</div><!-- #container --> +<?php get_sidebar(); ?> +<?php get_footer(); ?> Added: web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-packages.php =================================================================== --- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-packages.php (rev 0) +++ web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-packages.php 2011-02-27 22:22:54 UTC (rev 344) @@ -0,0 +1,22 @@ +<?php +/* +Template Name: Maintainer detail +*/ +?> +<?php get_header(); ?> + <div id="container"> + <div id="content"> + <div class="post hentry"> + <div class="entry"> + <h2>Packages Quality Assurance graphical statistics</h2> + <span>The following graphics displays graphical statistical information about packages.</span> + <h3>Orphaned packages</h3> + <img title="Weekly view, over last year, of the number of orphaned packages" src="/tools/statistics/qaOrphanedPackages.php" alt="Weekly view, over last year, of the number of orphaned packages" width="800" height="480" /> + <br> + <br> + </div> + </div> + </div><!-- #content --> +</div><!-- #container --> +<?php get_sidebar(); ?> +<?php get_footer(); ?> Added: web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-upgrade.php =================================================================== --- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-upgrade.php (rev 0) +++ web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-upgrade.php 2011-02-27 22:22:54 UTC (rev 344) @@ -0,0 +1,34 @@ +<?php +/* +Template Name: Maintainer detail +*/ +?> +<?php get_header(); ?> + <div id="container"> + <div id="content"> + <div class="post hentry"> + <div class="entry"> + <h2>Available upgrades Quality Assurance graphical statistics</h2> + <span>The following graphics displays graphical statistical information about packages which can be upgraded in the different catalogs.</span> + <h3>Number of packages upgradable in stable catalog</h3> + <img title="Weekly view, over last year, of the number of packages upgradable in the stable catalog" src="/tools/statistics/qaUpgradeStable.php" alt="Weekly view, over last year, of the number of packages upgradable in the stable catalog" width="800" height="480" /> + <br> + <br> + <h3>Number of packages upgradable in testing catalog</h3> + <img title="Weekly view, over last year, of the number of packages upgradable in the testing catalog" src="/tools/statistics/qaUpgradeTesting.php" alt="Weekly view, over last year, of the number of packages upgradable in the testing catalog" width="800" height="480" /> + <br> + <br> + <h3>Number of packages upgradable in unstable catalog</h3> + <img title="Weekly view, over last year, of the number of packages upgradable in the unstable catalog" src="/tools/statistics/qaUpgradeUnstable.php" alt="Weekly view, over last year, of the number of packages upgradable in the unstable catalog" width="800" height="480" /> + <br> + <br> + <h3>Number of packages upgradable in GAR</h3> + <img title="Weekly view, over last year, of the number of packages upgradable in GAR" src="/tools/statistics/qaUpgradeGar.php" alt="Weekly view, over last year, of the number of packages upgradable in GAR" width="800" height="480" /> + <br> + <br> + </div> + </div> + </div><!-- #content --> +</div><!-- #container --> +<?php get_sidebar(); ?> +<?php get_footer(); ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel