You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/13 20:29:54 UTC

svn commit: r1786792 - /openoffice/ooo-site/trunk/content/stats/downloads.html

Author: mseidel
Date: Mon Mar 13 20:29:54 2017
New Revision: 1786792

URL: http://svn.apache.org/viewvc?rev=1786792&view=rev
Log:
Changed order text/graph, changed colours

Modified:
    openoffice/ooo-site/trunk/content/stats/downloads.html

Modified: openoffice/ooo-site/trunk/content/stats/downloads.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/downloads.html?rev=1786792&r1=1786791&r2=1786792&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/downloads.html (original)
+++ openoffice/ooo-site/trunk/content/stats/downloads.html Mon Mar 13 20:29:54 2017
@@ -1,5 +1,4 @@
 <html>
-
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Apache OpenOffice Downloads</title>
@@ -41,8 +40,8 @@
                                                                                                     gridColor: new Timeplot.Color("#000000"),
                                                                                                     axisLabelsPlacement: "top"
                                                                                                     }),
-                                                     lineColor: "#ff0000",
-                                                     fillColor: "#cc8080",
+                                                     lineColor: "#007DCD",
+                                                     fillColor: "#BBC8D0",
                                                      showValues: true
                                                      })
                              ];
@@ -58,8 +57,8 @@
                                                                                                     gridColor: new Timeplot.Color("#000000"),
                                                                                                     axisLabelsPlacement: "top"
                                                                                                     }),
-                                                     lineColor: "#ff0000",
-                                                     fillColor: "#cc8080",
+                                                     lineColor: "#007DCD",
+                                                     fillColor: "#BBC8D0",
                                                      showValues: true
                                                      })
                              ];
@@ -75,11 +74,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>
 
@@ -98,19 +111,5 @@ 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>
-
 </body>
 </html>