Author: buildbot
Date: Sun Mar 16 17:32:28 2014
New Revision: 901864
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/l10n/index_de.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 16 17:32:28 2014
@@ -1 +1 @@
-1578120
+1578121
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 16 17:32:28 2014
@@ -1 +1 @@
-1578120
+1578121
Modified:
websites/staging/ooo-site/trunk/content/download/test/l10n/index_de.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/l10n/index_de.html
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/l10n/index_de.html
Sun Mar 16 17:32:28 2014
@@ -26,7 +26,7 @@
</style>
<script>
if (window.document.referrer.indexOf("shell.windows.com") != -1)
- location.href = "/why/why_odf.html";
+ location.href = "../../../why/why_odf.html";
function shareFacebook() {
_gaq.push(['_trackEvent','social', 'shareDownload', 'facebook']);
@@ -59,6 +59,10 @@
+<!-- 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>
+
<div class="optionset">
<!-- Green: Stable release -->
@@ -66,54 +70,61 @@
<!--
// Set a specific language ISO code to force to assemble a certain localized
build as download URL
var NL_LANGUAGE = "de";
- // Get the download URL
- var LINK = getLink();
-
+ // Get the download URL for released install files (0 = release mode)
+ var LINK = getLink( 0 );
+/*
+ document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " +
hasMirrorLink() + "<br />"
+ + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " +
ARCHIVE + "<br />"
+ + "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + " -
EXTENSION: " + EXTENSION + "<br />"
+ + "LINK: " + LINK );
+*/
if ( hasMirrorLink() ) {
- if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
- // Download directly from a mirror with displayed platform and language.
+ if ( SOURCEFORGE ) {
+ // If download URL contains "sourceforge" (-> normal and correct
download link),
+ // then download from Sourceforge with displayed platform and language.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LINK
- + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " -
Build ID " + BUILD + " - SVN " + SVN_REV + "'>"
- + green_box_1_headline + " " + VERSION + "</a>"
- + "</h2>"
- + "<p><a href='" + LINK
- + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " -
Build ID " + BUILD + " - SVN " + SVN_REV + "'>"
- + green_box_1_click + "<br />"
- + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> "
- + "(~" + FILESIZE + " " + green_box_1_megabyte + ")</a>"
- + "</p>");
- } else {
- // OS and/or package manager was not recognized, therefore use
"other.html" as download link.
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK
+ + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " -
Build ID " + BUILD + " - SVN " + SVN_REV
+ + " | Released: " + REL_DATE + "'>" + green_box_headline +
green_box_aoo + VERSION + "</a></h2>"
+ + "<p><a href='" + LINK
+ + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " -
Build ID " + BUILD + " - SVN " + SVN_REV
+ + " | Released: " + REL_DATE + "'>" + green_box_click + "<br />"
+ + "<b>" + UI_PLATFORM + "</b>" + green_box_and + "<b>" + LANG_ARRAY[ 2
] + "</b> "
+ + " | ~" + FILESIZE + green_box_megabyte + " | Released: " +
REL_DATE + "<br /></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=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LINK
- + "' title='" + LINK + "'>"
- + green_box_2_headline + " " + VERSION + "</a>"
- + "</h2>"
- + "<p><a href='" + LINK
- + "' title='" + LINK + "'>"
- + green_box_2_no_build1 + " " + "<b>" + UI_PLATFORM + "</b>. " +
green_box_2_no_build2 + "</a>"
- + "</p>" );
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='" + LINK + "'>" + green_box_aoo +
" " + VERSION + "</a></h2>"
+ + "<p><a href='" + LINK + "' title='" + LINK + "'>" +
green_box_no_build1 + "<br />"
+ + "<b>" + UI_PLATFORM + "</b> " + green_box_and + " <b>" + LANG_ARRAY[
2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b><br />"
+ + green_box_no_build2 + "</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=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='" + LINK + "'>" + green_box_aoo +
" " + VERSION + "</a></h2>"
+ + "<p><a href='" + LINK + "' title='" + LINK + "'>" +
green_box_no_build1 + "<br />"
+ + "<b>" + UI_PLATFORM + "</b> " + green_box_and + " <b>" + LANG_ARRAY[
2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b><br />"
+ + green_box_no_build3 + PRE_VERSION + "</a></p>"
+ + "</div>" );
}
} else {
- // Download from an alternative webpage if hasMirrorLink() == false.
+ // If browser language do not match with AOO languages, then download from
an alternative webpage.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LANG_ARRAY[ 4 ]
- + "' title='" + LANG_ARRAY[ 4 ] + "'>"
- + green_box_3_headline + " " + VERSION + "</a>"
- + "</h2>"
- + "<p><a href='" + LANG_ARRAY[ 4 ]
- + "' title='" + LANG_ARRAY[ 4 ] + "'>"
- + green_box_3_no_build1 + " "
- + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b>. "
- + green_box_3_no_build2 + "</a>"
- + "</p>" );
+ + LANG_ARRAY[ 3 ] + "');" + "return false;\">"
+ + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>" + green_box_aoo + " " + VERSION + "</a>"
+ + "</h2>"
+ + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>" + green_box_no_build1 + "<br />"
+ + "<b>" + UI_PLATFORM + "</b> " + green_box_and + " <b>" + LANG_ARRAY[ 2
] + " (" + LANG_ARRAY[ 1 ] + ")</b><br />"
+ + green_box_no_build4 + "</a></p>"
+ + "</div>" );
}
- document.write( "</div>" );
-
// Show some helpful links for SDK, source, checksums, release notes, legacy
version.
document.write( "<div class=\"sub-green\">" );
document.write( "<p>" );
@@ -127,24 +138,27 @@
+ "title='" + sub_green_box_verify_title + "'>"
+ sub_green_box_verify_text + "</a> | ");
}
+ if ( ARCHIVE ) {
+ VERSION = PRE_VERSION;
+ }
document.write( "<a href='" + sub_green_box_release_notes_link + "' "
- + "title='" + sub_green_box_release_notes_title + " " + VERSION + "?'>" +
sub_green_box_release_notes_text + "</a> | <br />"
- + "<a href='other.html' "
- + "title='" + sub_green_box_other_title + "'>"
- + "<b>" + sub_green_box_other_text + "</b></a> | "
- + "<a href='other.html#source' "
- + "title='" + sub_green_box_source_title + "'>"
- + sub_green_box_source_text + "</a> | <br />"
- + "<a href='../../porting/index.html' "
- + "title='" + sub_green_box_ports_title + "'>"
- + sub_green_box_ports_text + "</a> | "
- + sub_green_box_old_legacy_text + " "
- + "<a href='other-341.html' "
- + "title='" + sub_green_box_old_title + " " + OLDVERSION + "'><b>" +
OLDVERSION + "</b></a> + "
- + "<a href='../legacy/index.html' "
- + "title='" + sub_green_box_legacy_title + " "
- + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>"
- + "</p>"
+ + "title='" + sub_green_box_release_notes_title + " " + VERSION + "?'>"
+ + sub_green_box_release_notes_text + "</a> | <br />"
+ + "<a href='other.html' "
+ + "title='" + sub_green_box_other_title + "'>"
+ + sub_green_box_other_text + "</a> | "
+ + "<a href='other.html#source' "
+ + "title='" + sub_green_box_source_title + "'>"
+ + sub_green_box_source_text + "</a> | <br />"
+ + "<a href='../../porting/index.html' "
+ + "title='" + sub_green_box_ports_title + "'>"
+ + sub_green_box_ports_text + "</a> | " + sub_green_box_old_legacy_text + "
"
+ + "<a href='other-341.html' "
+ + "title='" + sub_green_box_old_title + " " + OLDVERSION + "'>"
+ + "<b>" + OLDVERSION + "</b></a> + "
+ + "<a href='../legacy/index.html' "
+ + "title='" + sub_green_box_legacy_title + " " + LEGACYVERSION + "'>"
+ + "<b>" + LEGACYVERSION + "</b></a></p>"
+ "</div>" );
entourage.initialize();
@@ -153,35 +167,25 @@
<!-- Green: Stable release: No JavaScript enabled -->
<noscript>
- <div class="first button green" id="optionitem1">
- <h2><a style="cursor: default;">Herunterladen von Apache
OpenOffice</a></h2>
- <p style="cursor: default;">
- <a style="cursor: default;">JavaScript muss aktiviert sein, um Apache
OpenOffice herunterzuladen.</a></p>
- </div>
- <!-- Old text
- <div class="button green" id="optionitem1"
onclick="openItem('optionitem1','../../download/other.html'); return false;">
- <h2><a href="../../download/other.html"
+ <div class="first button green" id="optionitem1"
onclick="openItem('optionitem1',
+ 'http://sourceforge.net/projects/openofficeorg.mirror/files/'); return
false;">
+ <h2><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen">
Herunterladen von Apache OpenOffice</a></h2>
- <p><a href="../../download/other.html"
- title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen">
- JavaScript muss aktiviert sein, um Apache OpenOffice herunterzuladen.
Bitte den Text anklicken, um die gewünschte
- Plattform und Sprache von der alternativen Download-Webseite
auszuwählen.</a>
- </p>
+ <p><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
+ title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen">JavaScript muss aktiviert sein, um Apache
+ OpenOffice herunterzuladen. Bitte den Text anklicken, um die
gewünschte Plattform und Sprache von der alternativen
+ Download-Webseite auszuwählen</a>.</p>
</div>
- -->
<div class="sub-green">
<p><a href="../../porting/index.html"
title="Hier gibts Apache OpenOffice-Software als USB-Versionen und andere
Drittanbieter-Portierungen">
<b>USB-Versionen</b> und andere Drittanbieter-Portierungen</a> |
- <a href="../development/releases/index.html"
- title="Was ist neu, was wurde verbessert in Apache OpenOffice?">Release
Notes</a> | <br />
- Vorgänger- und Legacy-Version:
- <a href="../other-341.html"
- title="Hier gibts die Vorgängerversion Apache OpenOffice">
- <b>altes Apache OpenOffice</b></a> |
- <a href="../../download/legacy/index.html"
- title="Hier gibts die Legacy-Version OpenOffice.org">
+ <a href="../development/releases/index.html" title="Was ist neu, was wurde
verbessert in Apache OpenOffice?">
+ <b>Release Notes</b></a> | <br />
+ Vorgänger- und Legacy-Version. <a href="../other-341.html"
+ title="Hier gibts die Vorgängerversion Apache OpenOffice"><b>altes
Apache OpenOffice</b></a> |
+ <a href="../../download/legacy/index.html" title="Hier gibts die
Legacy-Version OpenOffice.org">
<b>Legacy-Version OpenOffice.org</b></a></p>
</div>
</noscript>
@@ -223,7 +227,7 @@
</div>
<!-- Blue: Templates -->
- <div class="button blue" id="optionitem3_1"
onclick="openItem('optionitem3_1','http://templates.openoffice.org');
+ <div class="button blue" id="optionitem4"
onclick="openItem('optionitem4','http://templates.openoffice.org');
return false;">
<h2><a href="http://templates.openoffice.org"
title="Wähle aus einem breiten Angebot an zusätzlichen und
individuellen Vorlagen">
@@ -233,163 +237,6 @@
Erweitere Deine Apache OpenOffice Kreativität mit einer groÃen und
wachsenden Bibliothek aus Vorlagen auch mit
anderen Anwendern.</a></p>
</div>
-
- <!-- Yellow: Release Candidate online -->
- <script type="text/javascript">
- /*
- <!--
- if ( RC_ACTIVE == 1 ) {
- document.write( "<div class=\"button yellow\" id=\"optionitem4\"
onclick=\"openItem('optionitem4',"
- + "'all_rc.html#untested-full');"
- + "return false;\">"
- + "<h2><a href='all_rc.html#untested-full' title='Select from other
platforms and languages to download'>"
- + "Get OpenOffice.org Release Candidates</a></h2>"
- + "<p><a href='all_rc.html#untested-full' title='Select from other
platforms and languages to download'>"
- + "<b>Most recent: OOo " + RC_NAME + " " + RC_NUMBER + "</b></a></p>"
- + "</div>" );
- document.write( "<div class=\"sub-yellow\">"
- + "<p><a href='all_rc.html' title='Get all platforms, languages,
language packs to download'>"
- + "Get all platforms, languages, language packs</a> | "
- + "<a href='http://www.openoffice.org/development/releases/" + RC_BUILD
+ ".html'"
- + "title='What is new, what has been improved in OpenOffice.org " +
RC_NAME + RC_NUMBER + "?'>Release Notes</a> | "
- + "<a href='next/md5sums/" + RC_BUILD + "_md5sums.txt' title='MD5
checksums for OpenOffice.org " + RC_NAME + RC_NUMBER
- + "'>MD5 checksums</a></p>"
- + "</div>" );
- } else if ( RC_ACTIVE == 0 ) {
- // Yellow: Release Candidate coming soon
- document.write( "<div class=\"button yellow\" id=\"optionitem4\">"
- + "<h2><a>Get OpenOffice.org Release Candidate <small>(" + RC_NAME +
RC_NUMBER + " coming soon)</small></a></h2>"
- + "<p><a>A wide range of platforms and languages will be available."
- + "<br /><b>Important:</b> These builds are nearly ready but needs to be
finally tested and are therefore not "
- + "released.</a></p>"
- + "</div>" );
- }
- //-->
- */
- </script>
-
- <!-- Yellow: Release Candidate: No JavaScript enabled -->
- <!--
- <noscript>
- <div class="button yellow" id="optionitem4"
onclick="openItem('optionitem4','all_rc.html#untested-full'); return false;">
- <h2><a href="all_rc.html" title="Select from all platforms, languages,
language packs to download">
- Get OpenOffice.org Release Candidate</a></h2>
- <p><a href="all_rc.html" title="Select from other platforms, languages,
language packs to download">
- JavaScript needs to be enabled to take full advantage of this download
section. Currently it does not seem to be enabled.
- Please click on this text to use the alternative webpage to select the
favorite platform and language.</a></p>
- </div>
- <div class="sub-yellow">
- <p><a href="all_rc.html" title="Get all platforms, languages, language
packs to download">
- Get all platforms, languages, language packs</a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
- title="What is new, what has been improved in OpenOffice.org?">Release
Notes</a> |
- <a href="next/md5sums/index.html" title="MD5 checksums for
OpenOffice.org">MD5 checksums</a></p>
- </div>
- </noscript>
- //-->
-
- <!-- Yellow: Beta Release online -->
- <script type="text/javascript">
- /*
- <!--
- if ( BETA_ACTIVE == 1 ) {
- document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','all_beta.html');"
- + "return false;\">"
- + "<h2><a href='all_beta.html' title='Select from all platforms,
languages, language packs to download'\">"
- + "Get OpenOffice.org Beta Release</a></h2>"
- + "<p><a href='all_beta.html' title='Select from all platforms,
languages, language packs to download'\">"
- + "<b>Most recent: OOo-Dev " + BETA_NAME + " " + BETA_NUMBER +
"</b></a></p>"
- + "</div>" );
- document.write( "<div class=\"sub-yellow\">"
- + "<p><a href='all_beta.html' title='Get all platforms, languages,
language packs to download'>"
- + "Get all platforms, languages, language packs</a> | "
- + "<a href='http://www.openoffice.org/development/releases/" +
BETA_BUILD + ".html'"
- + "title='What is new, what has been improved in OpenOffice.org " +
BETA_NAME + BETA_NUMBER + "?'>Release Notes</a> | "
- + "<a href='next/md5sums/index.html" + BETA_BUILD + "_md5sums.txt'
title='MD5 checksums for OpenOffice.org "
- + BETA_NAME + BETA_NUMBER + "'>MD5 checksums</a></p>"
- + "</div>" );
- } else if ( BETA_ACTIVE == 0 ) {
- // Yellow: Beta Release coming soon
- document.write( "<div class=\"button yellow\" id=\"optionitem2\">"
- + "<h2><a>Get OpenOffice.org Beta Release <small>(" + BETA_NAME +
BETA_NUMBER + " coming soon)</small></a></h2>"
- + "<p><a>A wide range of platforms and languages will be available."
- + "<br /><b>Important:</b> The Beta is feature complete but can contain
issues and detailed tests needs to be done."
- + "</a></p>"
- + "</div>" );
- }
- //-->
- */
- </script>
-
- <!-- Yellow: Beta: No JavaScript enabled -->
- <!--
- <noscript>
- <div class="button yellow" id="optionitem2"
onclick="openItem('optionitem2','all_beta.html#untested-full'); return false;">
- <h2><a href="all_beta.html" title="Select from all platforms, languages,
language packs to download">
- Get OpenOffice.org Beta Release</a></h2>
- <p><a href="all_beta.html" title="Select from all platforms, languages,
language packs to download">
- JavaScript needs to be enabled to take full advantage of this download
section. Currently it does not seem to be enabled.
- Please click on this text to use the alternative webpage to select the
favorite platform and language.</a></p>
- </div>
- <div class="sub-yellow">
- <p><a href="all_beta.html" title="Get all platforms, languages, language
packs to download">
- Get all platforms, languages, language packs</a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
- title="What is new, what has been improved in OpenOffice.org?">Release
Notes</a> |
- <a href="next/md5sums/index.html" title="MD5 checksums for
OpenOffice.org">MD5 checksums</a></p>
- </div>
- </noscript>
- //-->
-
- <!-- Red: Developer Snapshots online -->
- <script type="text/javascript">
- /*
- <!--
- document.write( "<div class=\"button orange\" id=\"optionitem5\"
onclick=\"openItem('optionitem5','next/index.html');"
- + "return false;\">"
- + "<h2><a href='next/index.html' title='Select from the most recent
OpenOffice.org Developer Snapshots'>"
- + "Get OpenOffice.org Developer Snapshots</a></h2>" );
- document.write( "<p><a href='next/index.html' title='Select from the most
recent OpenOffice.org Developer "
- + "Snapshots'><b>" );
- if ( DEV1_VERSION != "" ) {
- document.write( "Most recent: " + DEV1_VERSION + " (" + DEV1_BUILD + ")
and " + DEV2_VERSION + " (" + DEV2_BUILD
- + ")" );
- } else {
- document.write( "Most recent: " + DEV2_VERSION + " (" + DEV2_BUILD + ")"
);
- }
- document.write( "</b></a></p>"
- + "</div>" );
- document.write( "<div class=\"sub-orange\">"
- + "<p><a href='next/other.html' title='Get all platforms, languages, SDK
builds, source tarballs to download'>"
- + "Get all platforms, languages, SDK builds, source tarballs</a> | "
- + "<a href='http://www.openoffice.org/development/releases/dev_index.html'"
- + "title='What is new, what has been improved in OpenOffice.org?'>Release
Notes</a> | "
- + "<a href='next/md5sums/index.html' title='MD5 checksums for
OpenOffice.org'>MD5 checksums</a></p>"
- + "</div>" );
- //-->
- */
- </script>
-
- <!-- Red: Developer Snapshots: No JavaScript enabled -->
- <!--
- <noscript>
- <div class="button orange" id="optionitem5"
onclick="openItem('optionitem5','next/index.html'); return false;">
- <h2><a href="next/other.html" title="Select from the most recent
OpenOffice.org Developer Snapshots">
- Get OpenOffice.org Developer Snapshots</a></h2>
- <p><a href="next/other.html" title="Select from the most recent
OpenOffice.org Developer Snapshots">
- JavaScript needs to be enabled to take full advantage of this download
section. Currently it does not seem to be enabled.
- Please click on this text to use the alternative webpage to select the
favorite platform and language.</a></p>
- </div>
- <div class="sub-orange">
- <p><a href="next/other.html" title="Get all platforms, languages, language
packs, SDK builds, source tarballs to
- download">
- Get all platforms, languages, language packs, SDK builds, source
tarballs</a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
title="What is new, what has been improved in
- OpenOffice.org?">
- Release Notes</a> | <a href="next/md5sums/index.html" title="MD5 checksums
for OpenOffice.org">MD5 checksums</a></p>
- </div>
- </noscript>
- //-->
</div>
<div class="additionalinformation">