[csw-devel] SF.net SVN: opencsw:[342] web/wordpresscsw/wp-content/themes/opencsw

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Sun Feb 27 22:25:30 CET 2011


Revision: 342
          http://opencsw.svn.sourceforge.net/opencsw/?rev=342&view=rev
Author:   wbonnet
Date:     2011-02-27 21:25:30 +0000 (Sun, 27 Feb 2011)

Log Message:
-----------
Add uwatch statistics

Added Paths:
-----------
    web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-uwatch.php
    web/wordpresscsw/wp-content/themes/opencsw/qa-statistics.php

Added: web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-uwatch.php
===================================================================
--- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-uwatch.php	                        (rev 0)
+++ web/wordpresscsw/wp-content/themes/opencsw/qa-statistics-uwatch.php	2011-02-27 21:25:30 UTC (rev 342)
@@ -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>uWatch Quality Assurance graphical statistics</h2>
+                <span>The following graphics displays graphical statistical information about the execution of uWatch.</span>
+            <h3>uWatch errors</h3>
+                <img title="Weekly view of uWatch errors over last year" src="/tools/statistics/qaUwatchErrors.php" alt="Weekly view of uWatch errors over last year" 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.php
===================================================================
--- web/wordpresscsw/wp-content/themes/opencsw/qa-statistics.php	                        (rev 0)
+++ web/wordpresscsw/wp-content/themes/opencsw/qa-statistics.php	2011-02-27 21:25:30 UTC (rev 342)
@@ -0,0 +1,39 @@
+<?php
+/*
+Template Name: Maintainer detail
+*/
+?>
+<?php get_header(); ?>
+    <div id="container">
+        <div id="content">
+          <div class="post hentry">
+          <div class="entry">
+            <h2>OpenCSW Quality Assurance statistics</h2>
+                <span>The purpose of the OpenCSW QA statistics pages is to provide statistics and graphical information about project QA. The pages display the evolution of the various information available from the QA pages.</span>
+            <h3>Weekly Quality Assurance statistics</h3>
+                <span>The following links displays the weekly graphical evolution of the monitored QA parameters.</span>
+                <ul>
+                    <li>
+                        <a title='Weekly evolution of uWatch errors' href='/qa/statistics/uwatch'>Weekly evolution of uWatch errors</a>
+                    </li>
+                    <li>
+                        <a title='Weekly evolution of packages in GAR' href='/qa/statistics/gar'>Weekly evolution of packages in GAR</a>
+                    </li>
+                    <li>
+                        <a title='Weekly packages evolution' href='/qa/statistics/packages'>Weekly packages evolution</a>
+                    </li>
+                    <li>
+                        <a title='Weekly evolution of available upgrades' href='/qa/statistics/upgrades'>Weekly evolution of available upgrades</a>
+                    </li>
+                    <li>
+                        <a title='Weekly maintainers evolution' href='/qa/statistics/maintainers'>Weekly maintainers evolution</a>
+                    </li>
+                </ul>
+                <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.


More information about the devel mailing list