Author: buildbot
Date: Wed Apr 12 17:17:11 2017
New Revision: 1010355

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/robots.txt
    websites/staging/ooo-site/trunk/content/stats/downloads-test.html
    websites/staging/ooo-site/trunk/content/stats/downloads.html
    
websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js
    websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 12 17:17:11 2017
@@ -1 +1 @@
-1791131
+1791159

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 12 17:17:11 2017
@@ -1 +1 @@
-1791131
+1791159

Modified: websites/staging/ooo-site/trunk/content/robots.txt
==============================================================================
--- websites/staging/ooo-site/trunk/content/robots.txt (original)
+++ websites/staging/ooo-site/trunk/content/robots.txt Wed Apr 12 17:17:11 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: websites/staging/ooo-site/trunk/content/stats/downloads-test.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/downloads-test.html (original)
+++ websites/staging/ooo-site/trunk/content/stats/downloads-test.html Wed Apr 
12 17:17:11 2017
@@ -106,7 +106,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: 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 Wed Apr 12 
17:17:11 2017
@@ -106,7 +106,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: 
websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js
==============================================================================
--- 
websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js 
(original)
+++ 
websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/scripts/timeplot.js 
Wed Apr 12 17:17:11 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: 
websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js 
(original)
+++ websites/staging/ooo-site/trunk/content/stats/timeplot/1.1/timeplot-api.js 
Wed Apr 12 17:17:11 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:  {}
         };
     


Reply via email to