You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/08/14 19:27:42 UTC

svn commit: r1372991 - in /incubator/ooo/ooo-site/trunk/content/stats: committers.html committers.txt ooo-dev-subscribers.html ooo-dev.txt

Author: robweir
Date: Tue Aug 14 17:27:41 2012
New Revision: 1372991

URL: http://svn.apache.org/viewvc?rev=1372991&view=rev
Log:
Add visualizations for committers and ooo-dev subscribers

Added:
    incubator/ooo/ooo-site/trunk/content/stats/committers.html   (with props)
    incubator/ooo/ooo-site/trunk/content/stats/committers.txt   (with props)
    incubator/ooo/ooo-site/trunk/content/stats/ooo-dev-subscribers.html   (with props)
    incubator/ooo/ooo-site/trunk/content/stats/ooo-dev.txt   (with props)

Added: incubator/ooo/ooo-site/trunk/content/stats/committers.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/stats/committers.html?rev=1372991&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/stats/committers.html (added)
+++ incubator/ooo/ooo-site/trunk/content/stats/committers.html Tue Aug 14 17:27:41 2012
@@ -0,0 +1,57 @@
+<html>
+<head>
+    <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 plotInfo = [
+                             Timeplot.createPlotInfo({
+                                                     id: "committers",
+                                                     dataSource: new Timeplot.ColumnSource(eventSource,1),
+                                                     valueGeometry: new Timeplot.DefaultValueGeometry({
+                                                                                                      gridColor: "#000000",
+                                                                                                      axisLabelsPlacement: "left",
+                                                                                                      }),
+                                                     timeGeometry: new Timeplot.DefaultTimeGeometry({
+                                                                                                    gridColor: new Timeplot.Color("#000000"),
+                                                                                                    axisLabelsPlacement: "top"
+                                                                                                    }),
+                                                     lineColor: "#ff0000",
+                                                     fillColor: "#cc8080",
+                                                     showValues: true
+                                                     })
+                             ];
+        timeplot = Timeplot.create(document.getElementById("committers"), plotInfo);
+        timeplot.loadText("committers.txt", ",", eventSource);
+    }
+    </script>
+</head>
+<body onload="onLoad();" onresize="onResize();">
+<h2>Growth in Project Committers</h2> 
+<p>A Committer is an Apache term for a project contributor who has direct 
+    access to check in code to the project's version control system.  Volunteers 
+    are voted in as Committers by the Project Management Committee based on 
+    their sustained, high-quaility contributions.
+    </p>
+<div class="label">
+    Project Committers
+</div>
+<div id="committers" style="height: 400px;">
+</div>
+</body>
+</html>
+

Propchange: incubator/ooo/ooo-site/trunk/content/stats/committers.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ooo/ooo-site/trunk/content/stats/committers.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/stats/committers.txt?rev=1372991&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/stats/committers.txt (added)
+++ incubator/ooo/ooo-site/trunk/content/stats/committers.txt Tue Aug 14 17:27:41 2012
@@ -0,0 +1,25 @@
+2011-06-13,59
+2011-06-26,60
+2011-06-29,63
+2011-07-12,64
+2011-08-04,65
+2011-09-26,66
+2011-10-21,67
+2011-10-30,68
+2011-11-01,73
+2011-11-27,76
+2012-02-08,77
+2012-03-03,78
+2012-03-11,79
+2012-04-18,83
+2012-05-04,84
+2012-06-10,89
+2012-06-10,89
+2012-06-10,89
+2012-06-10,89
+2012-06-10,89
+2012-07-02,91
+2012-08-02,92
+2012-08-07,95
+2012-08-08,97
+

Propchange: incubator/ooo/ooo-site/trunk/content/stats/committers.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ooo/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/stats/ooo-dev-subscribers.html?rev=1372991&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/stats/ooo-dev-subscribers.html (added)
+++ incubator/ooo/ooo-site/trunk/content/stats/ooo-dev-subscribers.html Tue Aug 14 17:27:41 2012
@@ -0,0 +1,57 @@
+<html>
+<head>
+    <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 plotInfo = [
+                             Timeplot.createPlotInfo({
+                                                     id: "committers",
+                                                     dataSource: new Timeplot.ColumnSource(eventSource,1),
+                                                     valueGeometry: new Timeplot.DefaultValueGeometry({
+                                                                                                      gridColor: "#000000",
+                                                                                                      axisLabelsPlacement: "left",
+                                                                                                      }),
+                                                     timeGeometry: new Timeplot.DefaultTimeGeometry({
+                                                                                                    gridColor: new Timeplot.Color("#000000"),
+                                                                                                    axisLabelsPlacement: "top"
+                                                                                                    }),
+                                                     lineColor: "#ff0000",
+                                                     fillColor: "#cc8080",
+                                                     showValues: true
+                                                     })
+                             ];
+        timeplot = Timeplot.create(document.getElementById("ooo-dev"), plotInfo);
+        timeplot.loadText("ooo-dev.txt", ",", eventSource);
+    }
+    </script>
+</head>
+<body onload="onLoad();" onresize="onResize();">
+<h2>Growth in ooo-dev List Subscribers</h2> 
+<p>The ooo-dev list is the main mailing list for the project where the 
+    community collaborates and coordinates. Note:  this data is gathered at 
+    irregular intervals.  The data is accurate at the discrete labeled points 
+    and interpolated for intermediate dates. 
+    </p>
+<div class="label">
+    Project Committers
+</div>
+<div id="ooo-dev" style="height: 400px;">
+</div>
+</body>
+</html>
+

Propchange: incubator/ooo/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ooo/ooo-site/trunk/content/stats/ooo-dev.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/stats/ooo-dev.txt?rev=1372991&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/stats/ooo-dev.txt (added)
+++ incubator/ooo/ooo-site/trunk/content/stats/ooo-dev.txt Tue Aug 14 17:27:41 2012
@@ -0,0 +1,12 @@
+2011-07-21,193
+2011-08-26,211
+2011-10-29,259
+2011-11-27,284
+2011-12-30,294
+2012-02-11,325
+2012-03-11,342
+2012-03-19,351
+2012-06-09,409
+2012-06-21,415
+2012-08-03,422
+

Propchange: incubator/ooo/ooo-site/trunk/content/stats/ooo-dev.txt
------------------------------------------------------------------------------
    svn:eol-style = native