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/04/12 17:49:49 UTC

svn commit: r1791167 - in /openoffice/ooo-site/trunk/content: scripts/simile-widget/ stats/committers.html stats/countries.html stats/defects.html stats/downloads-test.html stats/downloads.html stats/index.html stats/ooo-dev-subscribers.html

Author: mseidel
Date: Wed Apr 12 17:49:49 2017
New Revision: 1791167

URL: http://svn.apache.org/viewvc?rev=1791167&view=rev
Log:
Adding local timeplot widget for several stats

Removed:
    openoffice/ooo-site/trunk/content/scripts/simile-widget/
    openoffice/ooo-site/trunk/content/stats/downloads-test.html
Modified:
    openoffice/ooo-site/trunk/content/stats/committers.html
    openoffice/ooo-site/trunk/content/stats/countries.html
    openoffice/ooo-site/trunk/content/stats/defects.html
    openoffice/ooo-site/trunk/content/stats/downloads.html
    openoffice/ooo-site/trunk/content/stats/index.html
    openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html

Modified: openoffice/ooo-site/trunk/content/stats/committers.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/committers.html?rev=1791167&r1=1791166&r2=1791167&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/committers.html (original)
+++ openoffice/ooo-site/trunk/content/stats/committers.html Wed Apr 12 17:49:49 2017
@@ -2,7 +2,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Apache OpenOffice Committers</title>
-    <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    <script src="./timeplot/1.1/timeplot-api.js"  type="text/javascript">
     </script>
     <script type="text/javascript">
     var resizeTimerID = null;
@@ -60,4 +60,4 @@ This chart is updated per month by count
 </p>
 	
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: openoffice/ooo-site/trunk/content/stats/countries.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/countries.html?rev=1791167&r1=1791166&r2=1791167&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/countries.html (original)
+++ openoffice/ooo-site/trunk/content/stats/countries.html Wed Apr 12 17:49:49 2017
@@ -7,17 +7,17 @@
 <h2>Downloads by Country</h2>
 
 <p>The data in this table is 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>.  
+	<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/downloads-by-country.py">Python script</a>.
 </p>
 <p>
-The download figures are for full-install downloads of Apache OpenOffice downloaded via SourceForge.  This does not include downloads of language pack, SDK's or source tarballs.
+The download figures are for full-install downloads of Apache OpenOffice downloaded via SourceForge. This does not include downloads of language pack, SDK's or source tarballs.
 It does not include downloads of earlier versions of OpenOffice.org or downloads made from copies of OpenOffice hosted on other repositories.
 </p>
 <p>
-This table is <b>not</b> live.  The data is manually updated.
+This table is <b>not</b> live. The data is manually updated.
 </p>	
-<p>This table shows downloads per <a href='http://en.wikipedia.org/wiki/Country_code_top-level_domain'>country</a> for the period from 2012-05-08 to 2014-04-22.</p>
+<p>This table shows downloads per <a href='https://en.wikipedia.org/wiki/Country_code_top-level_domain'>country</a> for the period from 2012-05-08 to 2014-04-22.</p>
 <table border='1'>
 <tr>
 <th>Rank</th>

Modified: openoffice/ooo-site/trunk/content/stats/defects.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/defects.html?rev=1791167&r1=1791166&r2=1791167&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/defects.html (original)
+++ openoffice/ooo-site/trunk/content/stats/defects.html Wed Apr 12 17:49:49 2017
@@ -2,7 +2,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Defect Statistics</title>
-    <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    <script src="./timeplot/1.1/timeplot-api.js"  type="text/javascript">
     </script>
     <script type="text/javascript">
     var resizeTimerID = null;

Modified: openoffice/ooo-site/trunk/content/stats/downloads.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/downloads.html?rev=1791167&r1=1791166&r2=1791167&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/downloads.html (original)
+++ openoffice/ooo-site/trunk/content/stats/downloads.html Wed Apr 12 17:49:49 2017
@@ -2,7 +2,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Apache OpenOffice Downloads</title>
-    <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    <script src="./timeplot/1.1/timeplot-api.js"  type="text/javascript">
     </script>
     <script type="text/javascript">
     var daily_resizeTimerID = null;

Modified: openoffice/ooo-site/trunk/content/stats/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/index.html?rev=1791167&r1=1791166&r2=1791167&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/index.html (original)
+++ openoffice/ooo-site/trunk/content/stats/index.html Wed Apr 12 17:49:49 2017
@@ -20,11 +20,11 @@ We use the <a href="mailto:marketing@ope
 	<h2>Stats We Publish</h2>
 
     <ul>
-		<li><a href="http://www.openoffice.org/stats/downloads.html">Download Counts</a></li>
+		<li><a href="downloads.html">Download Counts</a></li>
 		<li><a href="countries.html">Downloads by Country</a></li>
-		<li><a href="http://www.openoffice.org/stats/committers.html">Committers</a></li>
-		<li><a href="http://www.openoffice.org/stats/ooo-dev-subscribers.html">Mailing list subscribers</a></li>
-		<li><a href="http://www.openoffice.org/stats/defects.html">Defect find/fix rates</a></li>
+		<li><a href="committers.html">Committers</a></li>
+		<li><a href="ooo-dev-subscribers.html">Mailing list subscribers</a></li>
+		<li><a href="defects.html">Defect find/fix rates</a></li>
 		<li><a href="https://forum.openoffice.org/en/forum/viewtopic.php?f=50&t=46497">Various stats related to our Support Forums</a></li>
     </ul>
 
@@ -47,4 +47,4 @@ We use the <a href="mailto:marketing@ope
 
 
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html?rev=1791167&r1=1791166&r2=1791167&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html (original)
+++ openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html Wed Apr 12 17:49:49 2017
@@ -2,7 +2,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>List Subscribers (dev)</title>
-    <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    <script src="./timeplot/1.1/timeplot-api.js"  type="text/javascript">
     </script>
     <script type="text/javascript">
     var resizeTimerID = null;
@@ -55,4 +55,4 @@
     </p>
 
 </body>
-</html>
\ No newline at end of file
+</html>