Author: mseidel
Date: Wed Apr 12 17:15:34 2017
New Revision: 1791158
URL: http://svn.apache.org/viewvc?rev=1791158&view=rev
Log:
Adding local simile widget for download stats (3. try)
Modified:
openoffice/ooo-site/trunk/content/robots.txt
openoffice/ooo-site/trunk/content/stats/downloads-test.html
openoffice/ooo-site/trunk/content/stats/downloads.html
openoffice/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js
openoffice/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js
Modified: openoffice/ooo-site/trunk/content/robots.txt
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/robots.txt?rev=1791158&r1=1791157&r2=1791158&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/robots.txt (original)
+++ openoffice/ooo-site/trunk/content/robots.txt Wed Apr 12 17:15:34 2017
@@ -23,7 +23,6 @@ Disallow: /search/
Disallow: /servlets/
Disallow: /support/test/
Disallow: /test/
-Disallow: /scripts/
Disallow: /banners/
Disallow: /bg/Archive/
Disallow: /cs/Archive/
Modified: openoffice/ooo-site/trunk/content/stats/downloads-test.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/downloads-test.html?rev=1791158&r1=1791157&r2=1791158&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/downloads-test.html (original)
+++ openoffice/ooo-site/trunk/content/stats/downloads-test.html Wed Apr 12
17:15:34 2017
@@ -89,7 +89,7 @@ Total (Cumulative) Downloads
</div>
<p>
-These charts use the <a href="http://www.simile-widgets.org/timeplot/">SIMILE
Timeplot widget</a> and are based on the data series contained in
+These charts use the <a href="https://www.simile-widgets.org/">SIMILE Timeplot
widget</a> and are based on the data series contained in
<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="https://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download
Stats API</a>. The data is collected and aggregated by a
Modified: openoffice/ooo-site/trunk/content/stats/downloads.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/downloads.html?rev=1791158&r1=1791157&r2=1791158&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/downloads.html (original)
+++ openoffice/ooo-site/trunk/content/stats/downloads.html Wed Apr 12 17:15:34
2017
@@ -89,7 +89,7 @@ Total (Cumulative) Downloads
</div>
<p>
-These charts use the <a href="http://www.simile-widgets.org/timeplot/">SIMILE
Timeplot widget</a> and are based on the data series contained in
+These charts use the <a href="https://www.simile-widgets.org/">SIMILE Timeplot
widget</a> and are based on the data series contained in
<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="https://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download
Stats API</a>. The data is collected and aggregated by a
Modified:
openoffice/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js?rev=1791158&r1=1791157&r2=1791158&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js
(original)
+++ openoffice/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js
Wed Apr 12 17:15:34 2017
@@ -475,8 +475,8 @@ Timeplot._Impl.prototype = {
// inserting copyright and link to simile
var elmtCopyright =
SimileAjax.Graphics.createTranslucentImage(Timeplot.urlPrefix +
"images/copyright.png");
elmtCopyright.className = "timeplot-copyright";
- elmtCopyright.title = "Timeplot (c) SIMILE -
http://simile.mit.edu/timeplot/";
- SimileAjax.DOM.registerEvent(elmtCopyright, "click", function() {
window.location = "http://simile.mit.edu/timeplot/"; });
+ elmtCopyright.title = "Timeplot (c) SIMILE -
https://www.simile-widgets.org/";
+ SimileAjax.DOM.registerEvent(elmtCopyright, "click", function() {
window.location = "https://www.simile-widgets.org/"; });
containerDiv.appendChild(elmtCopyright);
var timeplot = this;
Modified: openoffice/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js?rev=1791158&r1=1791157&r2=1791158&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js
(original)
+++ openoffice/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js Wed
Apr 12 17:15:34 2017
@@ -2,7 +2,7 @@
* Simile Timeplot API
*
* Include Timeplot in your HTML file as follows:
- * <script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"
type="text/javascript"></script>
+ * <script
src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"
type="text/javascript"></script>
*
*==================================================*/
@@ -47,7 +47,7 @@
window.Timeplot = {
loaded: false,
params: { bundle: true, autoCreate: true },
- namespace: "http://simile.mit.edu/2007/06/timeplot#",
+ namespace: "https://simile.mit.edu/2007/06/timeplot#",
importers: {}
};