Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0A6D4200C54 for ; Wed, 12 Apr 2017 19:17:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08D2A160B95; Wed, 12 Apr 2017 17:17:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 29351160B85 for ; Wed, 12 Apr 2017 19:17:18 +0200 (CEST) Received: (qmail 94731 invoked by uid 500); 12 Apr 2017 17:17:17 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 94722 invoked by uid 99); 12 Apr 2017 17:17:17 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2017 17:17:17 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DC4053A0597 for ; Wed, 12 Apr 2017 17:17:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1010355 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/robots.txt content/stats/downloads-test.html content/stats/downloads.html content/stats/timeplot/1.1/scripts/timeplot.js content/stats/timeplot/1.1/timeplot-api.js Date: Wed, 12 Apr 2017 17:17:11 -0000 To: commits@openoffice.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170412171711.DC4053A0597@svn01-us-west.apache.org> archived-at: Wed, 12 Apr 2017 17:17:19 -0000 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

-These charts use the SIMILE Timeplot widget and are based on the data series contained in +These charts use the SIMILE Timeplot widget and are based on the data series contained in this data file. The data in that file based on download statistics gathered by SourceForge (the host of our downloads) and exposed by them through their Download Stats API. 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

-These charts use the SIMILE Timeplot widget and are based on the data series contained in +These charts use the SIMILE Timeplot widget and are based on the data series contained in this data file. The data in that file based on download statistics gathered by SourceForge (the host of our downloads) and exposed by them through their Download Stats API. 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: - * + * * *==================================================*/ @@ -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: {} };