Author: buildbot
Date: Sun Aug 4 17:42:20 2013
New Revision: 872854
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/analyze.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 4 17:42:20 2013
@@ -1 +1 @@
-1510273
+1510274
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 4 17:42:20 2013
@@ -1 +1 @@
-1510273
+1510274
Modified: websites/staging/ooo-site/trunk/content/download/test/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze.html
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze.html Sun Aug
4 17:42:20 2013
@@ -5,9 +5,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>OpenOffice.org Downloads</title>
- <script type="text/javascript" src="globalvars.js"></script>
<script type="text/javascript" src="download.js"></script>
+ <script type="text/javascript" src="globalvars.js"></script>
<script type="text/javascript" src="languages.js"></script>
+ <script type="text/javascript" src="release_matrix.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
@@ -50,8 +51,8 @@
document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION +
" - Milestone " + MILESTONE
+ " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Download Apache
OpenOffice " + VERSION + "</a></h2>"
+ "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone
" + MILESTONE + " - Build ID " + BUILD
- + " - SVN " + SVN_REV + "'>Click here for the most recent version for "
- + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] +
"</b>.</a></p>");
+ + " - SVN " + SVN_REV + "'>Click here for the most recent version
for:<br />"
+ + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" +
FILESIZE + " MByte).</a></p>");
} else {
// OS and/or package manager was not recognized, therefore use
"other.html" as download link.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
@@ -100,7 +101,6 @@
document.write( "</div>" );
//-->
</script>
-
<p> </p>
</div>
@@ -135,13 +135,17 @@
document.write( "<tr><td>Language name
</td><td>" + LANG_NAME + "</td></tr>" );
document.write( "<tr><td>Language ISO code
</td><td>" + LANG_ISO + "</td></tr>" );
document.write( "<tr><td>Language array data
</td><td>" + LANG_ARRAY + "</td></tr>" );
+ document.write( "<tr><td>Release matrix platform position
</td><td>" + RELEASE_MATRIX_PLATFORM_POS + "</td></tr>" );
+ document.write( "<tr><td>Release matrix platform array data
</td><td>" + RELEASE_MATRIX_PLATFORM + "</td></tr>" );
document.write( "<tr><td>UI Platform name
</td><td>" + UI_PLATFORM + "</td></tr>" );
- document.write( "<tr><td>Mirror platform name
</td><td>" + URL_PLATFORM + "</td></tr>"
);
+ document.write( "<tr><td>URL Platform name
</td><td>" + URL_PLATFORM + "</td></tr>" );
document.write( "<tr><td>File name
</td><td>" + FILENAME + "</td></tr>" );
document.write( "<tr><td>File extension
</td><td>" + EXTENSION + "</td></tr>" );
+ document.write( "<tr><td>File size
</td><td>" + release_aoo400_matrix[ LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ][
2 ] + "</td></tr>" );
document.write( "<tr><td>Checksum file (here for MD5)
</td><td>" + CHECKSUM_MD5 + "</td></tr>" );
document.write( "<tr><td>hasMirrorLink()
</td><td>" + hasMirrorLink() + "</td></tr>" );
document.write( "<tr><td>getLink()
</td><td>" + getLink() + "</td></tr>" );
+ document.write( "<tr><td>General error
</td><td>" + ERROR + "</td></tr>" );
document.write( "</tbody></table><br/><br/>" );
</script>
</div>