blob: 7c0276a03fbfa3857e5ecccc087a7f887c4e6b94 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Apache OpenOffice Downloads - Analyze errors of Beta release</title>
<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>
<script type="text/javascript" src="download.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
@import "styles.css";
@import "exceptions.css";
/* ]]> */
</style>
</head>
<body>
<!-- The text in the H1 tag is intentionally shown as not displayable, just to please accessibility tools like a
screen reader. -->
<h1 style="display: none;">Apache OpenOffice Download</h1>
<!-- No JavaScript enabled -->
<noscript>
<h1>Apache OpenOffice Downloads - Analyze errors</h1>
<br />
<div class="notice">
<h2>JavaScript not enabled?</h2>
<p>JavaScript needs to be enabled to show the analysis data on this webpage.</p>
</div>
</noscript>
<div class="optionset">
<!-- Yellow: Beta Release online -->
<script type="text/javascript">
<!--
if ( BETA_ACTIVE == 1 ) {
// Set a specific language ISO code to force to assemble a certain localized build as download URL
var NL_LANGUAGE = "";
// Get the download URL for Beta releases (>0 = beta mode)
var LINK = getLink( 2 );
if ( hasMirrorLink() ) {
if ( SOURCEFORGE ) {
// If a Beta Release is available for download, then download from Sourceforge with displayed platform and language.
document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
+ LINK + "') return false;\">"
+ "<h2><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE
+ " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+ "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
+ "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
+ "Click here to download (hosted by Sourceforge.net) for:<br />"
+ "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + " MByte | "
+ "Released: " + BETA_REL_DATE + "<br />"
+ "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
+ "It is strongly not recommended to use in production!</b></a></p>"
+ "</div>" );
} else if ( OTHER ) {
// If download URL contains "other" (-> platform, OS or package manager was not recognized),
// then use "other.html" as download link.
document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+ LINK + "');" + "return false;\">"
+ "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
+ "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
+ "Click here to choose from the alternative download webpage.</a></p>"
+ "</div>" );
} else if ( ARCHIVE ) {
// If download URL contains "archive" (-> platform/OS is no longer supported),
// then provide a download link to the previous version.
document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+ LINK + "');" + "return false;\">"
+ "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
+ "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
+ "Click here for the previous version " + PRE_VERSION + ".</a></p>"
+ "</div>" );
}
} else {
// If browser language do not match with AOO languages, then use "all_beta.html" as download link.
// LINK = "http://www.openoffice.org/download/test/all_beta.html";
document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
+ LINK + "') return false;\">"
+ "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
+ "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
+ "Click here to choose from the alternative download webpage.</a></p>"
+ "</div>" );
}
// Show some helpful links for SDK, source, checksums, release notes.
document.write( "<div class=\"sub-yellow\">" );
document.write( "<p>" );
if ( CHECKSUM_ASC ) {
document.write( "Signatures and hashes: "
+ "<a href='" + CHECKSUM_KEYS + "' + title='KEYS signature'>KEYS</a> , "
+ "<a href='" + CHECKSUM_ASC + "' + title='ASC signature'>ASC</a> , "
+ "<a href='" + CHECKSUM_MD5 + "' + title='MD5 hash'>MD5</a> , "
+ "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
+ "<a href='checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
}
document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes'"
+ "title='What is new, what has been improved in Apache OpenOffice " + BETA_NAME + "?'><b>Release Notes</b></a> | "
+ "<br /><a href='all_beta.html' title='Get all platforms, languages, language packs to download'>"
+ "<b>Get all platforms, languages, language packs</b></a> | "
+ "<a href='all_beta.html#source' title='Get the source code and SDK to download'>Source code and SDK</a></p>"
+ "</div>" );
} else if ( BETA_ACTIVE == 0 ) {
// Yellow: Beta Release coming soon
var ANN_LINK = "https://blogs.apache.org/OOo/";
var ANN_TITLE = "Official blog of Apache OpenOffice";
document.write( "<div class=\"button yellow\" id=\"optionitem2_1\" onclick=\"openItem('optionitem2_1','"
+ ANN_LINK + "') return false;\">"
+ "<h2><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'>"
+ "Get Apache OpenOffice " + BETA_NAME + "<br /><small>(planned for: " + BETA_REL_DATE + ")</small></a></h2>"
+ "<p><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'><br />"
+ "The Beta release is not yet available. Please make sure to come back on the release date to download and test the "
+ "new version.</a></p>"
+ "</div>" );
} else {
// Yellow: Beta Release, show nothing as it is not yet ready
document.write( "<div><h2>Apache OpenOffice "
+ "<h3>The Beta release is not yet available. Please make sure to come back on the release date to download and "
+ "test the new version.</h3>"
+ "</div>" );
}
//-->
</script>
</div> <!-- class "optionset" -->
<div>
<script type="text/javascript">
document.write( "<table border='1' style='width:100%; border-collapse:collapse; border-spacing: 2px; float: left'><tbody>" );
document.write( "<th style='width:23%;'><b>Browser variables</b> </th style='77%;'><th><b>Values</b></th></tr>" );
document.write( "<tr><td>navigator.appCodeName </td><td>" + navigator.appCodeName + "</td></tr>" );
document.write( "<tr><td>navigator.appName </td><td>" + navigator.appName + "</td></tr>" );
document.write( "<tr><td>navigator.appVersion </td><td>" + navigator.appVersion + "</td></tr>" );
document.write( "<tr><td>navigator.platform </td><td>" + navigator.platform + "</td></tr>" );
document.write( "<tr><td>navigator.oscpu </td><td>" + navigator.oscpu + "</td></tr>" );
document.write( "<tr><td>navigator.cpuClass </td><td>" + navigator.cpuClass + "</td></tr>" );
document.write( "<tr><td>navigator.product </td><td>" + navigator.product + "</td></tr>" );
document.write( "<tr><td>navigator.productSub </td><td>" + navigator.productSub + "</td></tr>" );
document.write( "<tr><td>navigator.vendor </td><td>" + navigator.vendor + "</td></tr>" );
document.write( "<tr><td>navigator.vendorSub </td><td>" + navigator.vendorSub + "</td></tr>" );
document.write( "<tr><td>navigator.language </td><td>" + navigator.language + "</td></tr>" );
document.write( "<tr><td>navigator.browserLanguage </td><td>" + navigator.browserLanguage + "</td></tr>" );
document.write( "<tr><td>navigator.userLanguage </td><td>" + navigator.userLanguage + "</td></tr>" );
document.write( "<tr><td>navigator.systemLanguage </td><td>" + navigator.systemLanguage + "</td></tr>" );
document.write( "<tr><td>navigator.userAgent </td><td>" + navigator.userAgent + "</td></tr>" );
if ( navigator.userAgent.indexOf( "Debian" ) != -1 )
document.write( "<tr><td>navigator.UserAgent (with Debian ?) </td><td>" + navigator.userAgent.indexOf( "Debian" ) + "</td></tr>" );
if ( navigator.userAgent.indexOf( "Ubuntu" ) != -1 )
document.write( "<tr><td>navigator.UserAgent (with Ubuntu ?) </td><td>" + navigator.userAgent.indexOf( "Ubuntu" ) + "</td></tr>" );
if ( navigator.userAgent.indexOf( "IceWeasel" ) != -1 )
document.write( "<tr><td>navigator.UserAgent (with IceWeasel ?) </td><td>" + navigator.userAgent.indexOf( "IceWeasel" ) + "</td></tr>" );
document.write( "<th style='width:23%;'><b>Beta Release</b> </th style='77%;'><th>&nbsp;</th></tr>" );
document.write( "<tr><th><b>JavaScript&nbsp;functions/variables</b> </th><th><b>Values</b></th></tr>" );
document.write( "<tr><td>Language name </td><td>" + LANG_ARRAY[ 2 ] + "</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>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 (MByte) </td><td>" + FILESIZE + "</td></tr>" );
document.write( "<tr><td>Download file link </td><td>" + LINK + "</td></tr>" );
document.write( "<tr><td>Checksum file link (here for MD5) </td><td>" + CHECKSUM_MD5 + "</td></tr>" );
document.write( "<tr><td>getLink() </td><td>" + getLink( 2 ) + "</td></tr>" );
document.write( "<tr><td>hasMirrorLink() ? </td><td>" + hasMirrorLink() + "</td></tr>" );
document.write( "<tr><td>Old platform ? </td><td>" + OLD_PLATFORM + "</td></tr>" );
document.write( "<tr><td>Contains link to Sourgeforge ? </td><td>" + SOURCEFORGE + "</td></tr>" );
document.write( "<tr><td>Contains link to 'other.html' ? </td><td>" + OTHER + "</td></tr>" );
document.write( "<tr><td>Contains link to archived build ? </td><td>" + ARCHIVE + "</td></tr>" );
document.write( "<tr><td>General error ? </td><td>" + ERROR + "</td></tr>" );
document.write( "</tbody></table><br/><br/>" );
</script>
</div> <!-- table -->
</body>
</html>