Author: buildbot
Date: Sun Mar 12 15:25:42 2017
New Revision: 1008190
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 12 15:25:42 2017
@@ -1 +1 @@
-1786222
+1786593
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 12 15:25:42 2017
@@ -1 +1 @@
-1786222
+1786593
Modified: websites/staging/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
(original)
+++ websites/staging/ooo-site/trunk/content/stats/ooo-dev-subscribers.html Sun
Mar 12 15:25:42 2017
@@ -3,9 +3,9 @@
<head>
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>List Subscribers (dev)</title>
- <script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"
type="text/javascript">
+ <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"
type="text/javascript">
</script>
<script type="text/javascript">
var resizeTimerID = null;
@@ -33,8 +33,8 @@
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
}),
- lineColor: "#ff0000",
- fillColor: "#cc8080",
+ lineColor: "#007DCD",
+ fillColor: "#BBC8D0",
showValues: true
})
];
@@ -60,17 +60,20 @@
<h2>Growth in dev List Subscribers</h2>
-<p>The 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. The <a href="ooo-dev.txt">raw
data</a> is also available.
- </p>
+
<div class="label">
List subscribers (dev)
</div>
-<div id="ooo-dev" style="height: 400px;">
+<div id="ooo-dev" style="height: 300px;">
</div>
+ <p>The 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. The <a href="ooo-dev.txt">raw
data</a> is also available.
+ </p>
+
+
</div>
<!--#include virtual="/footer.html" -->
</body>