You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/08/15 17:17:44 UTC

svn commit: r829027 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/stats/defects.html content/stats/defects.txt

Author: buildbot
Date: Wed Aug 15 15:17:43 2012
New Revision: 829027

Log:
Staging update by buildbot for openofficeorg

Added:
    websites/staging/ooo-site/trunk/content/stats/defects.html
    websites/staging/ooo-site/trunk/content/stats/defects.txt
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 15 15:17:43 2012
@@ -1 +1 @@
-1373245
+1373455

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 15 15:17:43 2012
@@ -1 +1 @@
-1373245
+1373455

Added: websites/staging/ooo-site/trunk/content/stats/defects.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/defects.html (added)
+++ websites/staging/ooo-site/trunk/content/stats/defects.html Wed Aug 15 15:17:43 2012
@@ -0,0 +1,86 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>Apache OpenOffice Comitters</title>
+    <script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    </script>
+    <script type="text/javascript">
+    var resizeTimerID = null;
+    var timeplot;
+    function onResize() {
+        if (resizeTimerID == null)
+        {
+            resizeTimerID = window.setTimeout(function(){
+                                              resizeTimerID = null;
+                                             timeplot.repaint();
+                                             }, 100);
+        }
+    }
+    function onLoad() {
+        var eventSource = new Timeplot.DefaultEventSource();
+        var valueGeometry = new Timeplot.DefaultValueGeometry({
+                                                              gridColor: "#000000",
+                                                              axisLabelsPlacement: "left",
+                                                              });
+        var timeGeometry = new Timeplot.DefaultTimeGeometry({
+                                                            gridColor: new Timeplot.Color("#000000"),
+                                                            axisLabelsPlacement: "top"
+                                                            });
+        var plotInfo = [
+                       Timeplot.createPlotInfo({
+                                               id: "found",
+                                               dataSource: new Timeplot.ColumnSource(eventSource,1),
+                                               valueGeometry: valueGeometry,
+                                               timeGeometry: timeGeometry,
+                                               lineColor: "#ff0000",
+                                               showValues: true
+                                               }),
+                       Timeplot.createPlotInfo({
+                                               id: "fixed",
+                                               dataSource: new Timeplot.ColumnSource(eventSource,2),
+                                               valueGeometry: valueGeometry,
+                                               timeGeometry: timeGeometry,
+                                               lineColor: "#00ff00",
+                                               showValues: true
+                                               })
+                       ];
+        timeplot = Timeplot.create(document.getElementById("found"), plotInfo);
+        timeplot.loadText("defects.txt", ",", eventSource);
+    }
+    </script>
+
+<!--#include virtual="/google-analytics.js" -->
+</head>
+<body  onload="onLoad();" onresize="onResize();">
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/stats/">stats</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+<h2>Defects found and fixed</h2>
+<p>
+Put discussion of chart here.
+</p>
+<div class="label">
+    Cumulative Defects, 
+    <span style="color: #FF0000;">found</span>
+    and <span style="color: #00FF00;">fixed</span> per month 
+</div> 
+
+<div id="found" style="height: 400px;"> </div> 
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/stats/defects.txt
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/defects.txt (added)
+++ websites/staging/ooo-site/trunk/content/stats/defects.txt Wed Aug 15 15:17:43 2012
@@ -0,0 +1,16 @@
+date,reported,fixed
+2011-06-01,0,0
+2011-07-01,119,271
+2011-08-01,255,288
+2011-09-01,326,298
+2011-10-01,359,322
+2011-11-01,448,373
+2011-12-01,547,442
+2012-01-01,599,472
+2012-02-01,745,540
+2012-03-01,888,633
+2012-04-01,1050,714
+2012-05-01,1185,767
+2012-06-01,1564,857
+2012-07-01,2013,1065
+2012-08-01,2316,1208