Author: buildbot
Date: Mon Mar 13 20:30:30 2017
New Revision: 1008281
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/downloads.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 13 20:30:30 2017
@@ -1 +1 @@
-1786787
+1786792
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 13 20:30:30 2017
@@ -1 +1 @@
-1786787
+1786792
Modified: websites/staging/ooo-site/trunk/content/stats/downloads.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/downloads.html (original)
+++ websites/staging/ooo-site/trunk/content/stats/downloads.html Mon Mar 13
20:30:30 2017
@@ -43,8 +43,8 @@
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
}),
- lineColor: "#ff0000",
- fillColor: "#cc8080",
+ lineColor: "#007DCD",
+ fillColor: "#BBC8D0",
showValues: true
})
];
@@ -60,8 +60,8 @@
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
}),
- lineColor: "#ff0000",
- fillColor: "#cc8080",
+ lineColor: "#007DCD",
+ fillColor: "#BBC8D0",
showValues: true
})
];
@@ -91,11 +91,25 @@
<h2>Download Stats</h2>
+<div class="label">
+Daily Downloads
+</div>
+
+<div id="daily" style="height: 150px;">
+</div>
+<p></p>
+<div class="label">
+Total (Cumulative) Downloads
+</div>
+
+<div id="total" style="height: 200px;">
+</div>
+
<p>
This chart uses the <a href="http://www.simile-widgets.org/timeplot/">SIMILE
Timeplot widget</a> and is based on the data series contained in
-<a href="http://www.openoffice.org/stats/aoo-downloads.txt">this data
file.</a> The data in that file based on download statistics gathered by
+<a href="https://www.openoffice.org/stats/aoo-downloads.txt">this data
file.</a> The data in that file based on download statistics gathered by
SourceForge (the host of our downloads) and exposed by them through their
-<a
href="http://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download
Stats API</a>. The data is collected and aggregated by a
+<a
href="https://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download
Stats API</a>. The data is collected and aggregated by a
<a
href="https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/detail-by-day.py">Python
script</a>.
</p>
@@ -114,20 +128,6 @@ of OpenOffice, or a single download migh
These charts are <b>not</b> live. The data is manually updated. Data on the
edges of the chart may represent data for partial days.
</p>
-<div class="label">
-Daily Downloads
-</div>
-
-<div id="daily" style="height: 150px;">
-</div>
-
-<div class="label">
-Total (Cumulative) Downloads
-</div>
-
-<div id="total" style="height: 150px;">
-</div>
-
</div>
<!--#include virtual="/footer.html" -->