Author: buildbot
Date: Sat Jul 27 23:29:48 2013
New Revision: 871499
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:29:48 2013
@@ -1 +1 @@
-1507745
+1507746
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 23:29:48 2013
@@ -1 +1 @@
-1507745
+1507746
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:29:48 2013
@@ -30,7 +30,7 @@ function write_table() {
var URL_SDK = SOURCEFORGE_BASE_URL + "SDK/Apache_OpenOffice-SDK_" +
VERSION;
var URL_SRC = APACHE_DIST_BASE_URL + AOO_SRC;
-// Debug: Uncomment to get output inside the table
+// Debug: Uncomment to use different base URLs
/*
var URL_AOO = PEOPLE_BASE_URL + "/binaries/";
var URL_SDK = PEOPLE_BASE_URL +
"/binaries/SDK/Apache_OpenOffice-SDK_" + VERSION;
@@ -80,8 +80,8 @@ function write_top() {
* This writes the header row with the OS headlines
*/
function write_header( FIRST_HEADER ) {
- // If it's the first header at the top of a table use a normal font
size,
- // use a smaller font size for further headers within the table.
+ // If it's the first header at the top of a table use a normal font size
+ // But use a smaller font size for further headers within the table
if ( FIRST_HEADER == 1 ) {
var SMALL1 = "";
var SMALL2 = "";
@@ -234,7 +234,7 @@ function write_lang( URL_AOO, URL_HASH,
FULL_LANG_COUNT = 1;
LP_LANG_COUNT = 1;
-// Debug: Uncomment to get output at the beginning of the table.
+// Debug: Uncomment to get output at the beginning of the table
/*
for ( var i = 0; i < FULL_LANG.length; i++ ) {
document.write( i + ": " + FULL_LANG[i] + " " );