You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/07/28 01:26:49 UTC

svn commit: r871498 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_tables.js

Author: buildbot
Date: Sat Jul 27 23:26:49 2013
New Revision: 871498

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/download/test/download_tables.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 23:26:49 2013
@@ -1 +1 @@
-1507744
+1507745

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 23:26:49 2013
@@ -1 +1 @@
-1507744
+1507745

Modified: websites/staging/ooo-site/trunk/content/download/test/download_tables.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_tables.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_tables.js Sat Jul 27 23:26:49 2013
@@ -29,9 +29,13 @@ function write_table() {
 	var URL_AOO	= SOURCEFORGE_BASE_URL;
 	var URL_SDK	= SOURCEFORGE_BASE_URL + "SDK/Apache_OpenOffice-SDK_" + VERSION;
 	var URL_SRC	= APACHE_DIST_BASE_URL + AOO_SRC;
-	// var URL_AOO	= PEOPLE_BASE_URL + "/binaries/";
-	// var URL_SDK	= PEOPLE_BASE_URL + "/binaries/SDK/Apache_OpenOffice-SDK_" + VERSION;
-	// var URL_SRC	= PEOPLE_BASE_URL + "/source/" + AOO_SRC + VERSION + "-" + SVN_REV;
+
+// Debug: Uncomment to get output inside the table
+/*
+	var URL_AOO	= PEOPLE_BASE_URL + "/binaries/";
+	var URL_SDK	= PEOPLE_BASE_URL + "/binaries/SDK/Apache_OpenOffice-SDK_" + VERSION;
+	var URL_SRC	= PEOPLE_BASE_URL + "/source/" + AOO_SRC + VERSION + "-" + SVN_REV;
+*/
 	var URL_HASH	= APACHE_DIST_BASE_URL;
 
 	document.write( "<table class='builds' cellpadding='2' cellspacing='2'>" );
@@ -327,7 +331,7 @@ function write_sdk( URL_SDK, URL_SRC, UR
 	document.write( "<tr class='a'><td>-</td><td>-</td><td><small>Other&nbsp;files</small></td>" );
 	document.write( "<td style='text-align: center'><a href='../development/releases/" + VERSION + ".html' title='Apache OpenOffice Release Notes'>AOO<br />Release<br />Notes</a></td>" );
 	document.write( "<td>&nbsp;</td>" );
-//	document.write( "<td style='text-align: center'><a href='../checksums.html' title='How to verify the download with checksums?'>How to<br />verify the<br />download?</a></td>" );
+//	document.write( "<td style='text-align: center'><a href='checksums.html' title='How to verify the download with checksums?'>How to<br />verify the<br />download?</a></td>" );
 	document.write( "<td>&nbsp;</td>" );
 	document.write( "<td>&nbsp;</td>" );
 	document.write( "<td>&nbsp;</td>" );
@@ -343,7 +347,6 @@ function write_sdk( URL_SDK, URL_SRC, UR
  * Important:
  * When new languages where added please increase the value appropriate in the "LANG_MAX" at the top.
  */
-
 var LANG  = new Array();
 LANG[0]   = new Array(); LANG[0]["ISO"]   = "ISO";   LANG[0]["EN"]   = "en-US name";  LANG[0]["NATIVE"]   = "Native name";
 LANG[1]   = new Array(); LANG[1]["ISO"]   = "af";    LANG[1]["EN"]   = "Afrikaans";   LANG[1]["NATIVE"]   = "Afrikaans";