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/08/11 21:16:28 UTC

svn commit: r874226 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/de/downloads/index.html

Author: buildbot
Date: Sun Aug 11 19:16:28 2013
New Revision: 874226

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/de/downloads/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 11 19:16:28 2013
@@ -1 +1 @@
-1512983
+1512989

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 11 19:16:28 2013
@@ -1 +1 @@
-1512983
+1512989

Modified: websites/staging/ooo-site/trunk/content/de/downloads/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/de/downloads/index.html (original)
+++ websites/staging/ooo-site/trunk/content/de/downloads/index.html Sun Aug 11 19:16:28 2013
@@ -12,8 +12,9 @@
   <meta property="og:image" content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
   <title>Apache OpenOffice Herunterladen - Offizielle Webseite</title>
   <script type="text/javascript" src="../../download/globalvars.js"></script>
-  <script type="text/javascript" src="../../download/download.js"></script>
   <script type="text/javascript" src="../../download/languages.js"></script>
+  <script type="text/javascript" src="../../download/release_matrix.js"></script>
+  <script type="text/javascript" src="../../download/download.js"></script>
   <script type="text/javascript" src="../../scripts/entourage.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
@@ -67,26 +68,25 @@
   var LINK        = getLink();
 
   if ( hasMirrorLink() ) {
-    /*
-    if ( LINK.toLowerCase().indexOf( "other" ) ) {
-      // 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','"
-      + LINK + "');" + "return false;\">" );
-      document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Herunterladen von Apache OpenOffice "
-      + VERSION + "</a></h2>"
-      + "<p><a href='" + LINK + "' title='" + LINK + "'>Hier klicken f&uuml;r die neueste Version f&uuml;r "
-      + "<b>" + UI_PLATFORM + "</b> und <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p><br />");
-    } else {
-    */
+    if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
       // Download directly from a mirror 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 + "'>Herunterladen von Apache OpenOffice " + VERSION + "</a></h2>"
-      + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE
-      + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Hier klicken f&uuml;r die neueste Version f&uuml;r "
-      + "<b>" + UI_PLATFORM + "</b> und <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>");
-    //  }
+      + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " - Build ID " + BUILD
+      + " - SVN " + SVN_REV + "'>Hier klicken f&uuml;r die neueste Version f&uuml;r:<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','"
+      + LINK + "');" + "return false;\">" );
+      document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+      + "Herunterladen von Apache OpenOffice</a></h2>"
+      + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + VERSION + " f&uuml;r "
+      + "<b>" + UI_PLATFORM + "</b> ist nicht verf&uuml;gbar. Bitte den Text anklicken, um eine andere Plattform von der "
+      + " alternativen Download-Webseite auszuw&auml;hlen.</a></p>" );
+    }
   } else {
     // Download from an alternative webpage if hasMirrorLink() == false.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
@@ -96,27 +96,45 @@
     + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Eine Version f&uuml;r "
     + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> ist nicht verf&uuml;gbar. Bitte "
     + "w&auml;hle eine andere Sprache von der alternativen Download-Webseite.</a></p>" );
+
+    // Download from an alternative webpage if hasMirrorLink() == false.
+    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 ] + "'>"
+    + "Herunterladen von Apache OpenOffice</a></h2>"
+    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Apache OpenOffice " + VERSION + " f&uuml;r "
+    + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> ist nicht verf&uuml;gbar. Bitte den Text anklicken, um von "
+    + "der lokalen Download-Webseite auszuw&auml;hlen.</a></p>" );
   }
   document.write( "</div>" );
 
   // Show some helpful links for SDK, source, checksums, release notes, legacy version.
-  document.write( "<div class=\"sub-green\">"
-    + "<p><a href='../../download/other.html' title='Hier gibts alle Plattformen, Spachen, Sprachpakete zum Herunterladen'>"
-    + "<b>Alle Plattformen, Sprachen, Sprachpakete</b></a> | "
-    + "<a href='../../download/other.html#source' title='Hier gibts alle Quelldateien und das SDK zum Herunterladen'>"
-    + "<b>Quelldateien und SDK</b></a> | <br />");
-    if ( CHECKSUM_ASC ) {
-      document.write( "Signaturen und Hashwerte: "
-      + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS Signatur'>KEYS</a> , "
-      + "<a href='" + CHECKSUM_ASC    + "' + title='ASC Signatur'>ASC</a> , "
-      + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 Hashwert'>MD5</a> , "
-      + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 Hashwert'>SHA256</a> | ");
-    }
-    document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes+(Deutsch)'"
-    + "title='Was ist neu, was wurde verbessert in Apache OpenOffice " + VERSION + "?'>Release Notes</a> | "
-    + "<a href='../../download/legacy/index.html'"
-    + "title='Hier gibts die Legacy Version OpenOffice.org 3.3.0'>Legacy Version</a></p>"
-  + "</div>" );
+  document.write( "<div class=\"sub-green\">" );
+  document.write( "<p>" );
+  if ( CHECKSUM_ASC ) {
+    document.write( "Signaturen und Hashwerte: "
+    + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS Signatur'>KEYS</a> , "
+    + "<a href='" + CHECKSUM_ASC    + "' + title='ASC Signatur'>ASC</a> , "
+    + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 Hashwert'>MD5</a> , "
+    + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 Hashwert'>SHA256</a> , "
+    + "<a href='../../download/checksums.html' "
+    + "title='Wie kann der Download mit Signaturen und Hashwerten überprüft werden?'>Download überprüfen?</a> | " );
+  }
+  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes+(Deutsch)'"
+  + "title='Was ist neu, was wurde verbessert in Apache OpenOffice " + VERSION + "?'>Release Notes</a> | <br />"
+  + "<a href='../../download/other.html' title='Hier gibts alle Plattformen, Spachen, Sprachpakete zum Herunterladen'>"
+  + "<b>Alle Plattformen, Sprachen, Sprachpakete</b></a> | "
+  + "<a href='../../download/other.html#source' title='Hier gibts alle Quelldateien und das SDK zum Herunterladen'>"
+  + "Quelldateien und SDK</a> | <br />"
+  + "<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> | "
+  + "Vorgänger- und Legacy-Version: "
+  + "<a href='../../download/other-341.html' title='Hier gibts die Vorgängerversion Apache OpenOffice "
+  + OLDVERSION + "'><b>" + OLDVERSION + "</b></a> + "
+  + "<a href='../../download/legacy/index.html' title='Hier gibts die Legacy-Version OpenOffice.org "
+  + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>" );
+  document.write( "</div>" );
 
   entourage.initialize();
   //-->
@@ -124,24 +142,36 @@
 
   <!-- 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" title="W&auml;hle aus anderen Plattformen und Sprachen zum Herunterladen">
+    <h2><a href="../../download/other.html"
+    title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum Herunterladen">
     Herunterladen von Apache OpenOffice</a></h2>
-    <p><a href="../../download/other.html" title="W&auml;hle aus anderen Plattformen und Sprachen zum Herunterladen">
-    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>
+    <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&auml;hlen.</a>
+    </p>
   </div>
+  -->
   <div class="sub-green">
-    <p><a href="../../download/other.html" title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum Herunterladen">
-    <b>Alle Plattformen, Sprachen, Sprachpakete</b></a> |
-    <a href="../../download/other.html#source" title="Hier gibts alle Quelldateien und das SDK zum Herunterladen">
-    <b>Quelldateien und SDK</b></a> | <br />
-    <a href="../../download/other.html" title="Checksummes f&uuml;r Apache OpenOffice">Signaturen und Hashwerte</a> |
+    <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> |
+    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 3.3.0">Legacy Version</a></p>
+    title="Hier gibts die Legacy-Version OpenOffice.org">
+    <b>Legacy-Version OpenOffice.org</b></a></p>
   </div>
   </noscript>
 
@@ -354,8 +384,7 @@
     <li><a href="../../license.html"
     title="Apache OpenOffice Lizenz">Lizenz</a></li>
     <li><a href="../../download/other.html#source"
-    title="F&uuml;r Entwickler und Power-User: Hier gibts den Quelltext, um Apache OpenOffice von Grund auf zu bauen.">
-    Quelltext</a>
+    title="F&uuml;r Entwickler und Power-User: Der Quellcode, um Apache OpenOffice von Grund auf zu bauen.">Quellcode</a>
     <li><a href="http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO"
     title="F&uuml;r Entwickler und Power-User: Anleitung zum Bauen von Apache OpenOffice">Anleitung zum Bauen</a></li>
     <li><a href="../../stats/index.html"
@@ -367,33 +396,26 @@
     <li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Releases"
     title="Wann ist ein neues Release geplant?">Derzeitige Release-Planung</a></li>
     <li><a href="http://wiki.services.openoffice.org/wiki/Product_Release"
-    title="Wann wurden alte Releases geplant?"> Historische Release-Planungen</a></li>
+    title="Wann wurden alte Releases geplant?"> Historische Release-Planung</a></li>
     <li><a href="../../development/releases/index.html"
     title="Was ist neu, was wurde verbessert in Apache OpenOffice?">Release Notes</a></li>
-    <!--
-    <li><a href="checksums/3.4.1_checksums.html"
-    title="Checksummen f&uuml;r Apache OpenOffice">Checksummen f&uuml;r Apache OpenOffice</a></li>
-    -->
+    <li><a href="../../download/checksums.html"
+    title="Wie kann der Download mit Signaturen und Hashwerten überprüft werden?">Download überprüfen?</a></li>
     <li><a href="../../product/index.html"
     title="Eine Tour durch alle Apache OpenOffice Applikationen">Produktinformation</a></li>
     <li><a href="../../dev_docs/source/sys_reqs_aoo40.html"
-    title="Festplatte: ~300MB frei - Hauptspeicher: &gt;128MB - Prozessor: &gt;500MHz - OS: Win, Linux, Mac OS, Solaris, FreeBSD...">
+    title="Festplatte: ~300MB frei - RAM: &gt;128MB - Prozessor: &gt;500MHz - OS: Win, Linux, Mac OS, Solaris, FreeBSD...">
     Systemvoraussetzungen</a></li>
     <li><a href="../../download/common/instructions.html"
-    title="Anleitungen zum Installiere von Apache OpenOffice auf Windows, Linux und Mac OS ">Installationsanleitungen</a> und
+    title="Installationsanleitungen für Apache OpenOffice auf Windows, Linux und Mac OS ">Installationsanleitungen</a> und
     <a href="../../documentation/index.html"
     title="Ausf&uuml;hrliche Handb&uuml;cher f&uuml;r die t&auml;gliche Arbeit">Handb&uuml;cher</a></li>
     <li><a href="../../development/releases/eol.html"
-    title="Information &uuml;ber nicht weitergepflegte und eingestellte Versionen (End-Of-Life)">
-    Informationen &uuml;ber eingestellte Versionen (EOL)</a></li>
+    title="Eingestellte und nicht weitergepflegte Versionen (End-Of-Life)">Eingestellte Versionen (End-Of-Life)</a></li>
     <li><a href="../../support/index.html"
-    title="Wenn die oben genannten Informationen keine Antworten liefern: Hier gibts kostenlosen und kostenpflichtige Unterst&uuml;tzung!">
-    Unterst&uuml;tzung (Support)</a></li>
+    title="Hier gibts kostenlose und kostenpflichtige Unterst&uuml;tzung!">Unterst&uuml;tzung (Support)</a></li>
     <li><a href="../../download/common/java.html"
     title="Informationen &uuml;ber Java: Was ist es und wof&uuml;r brauche ich es?">Java und Apache OpenOffice</a></li>
-    <!--<li><a href="http://java.com/en/download/manual_v6.jsp"
-    title="Hier gibts das Java Runtime Environment (JRE 1.6)">Hier gibts das Java Runtime Environment (JRE 1.6)</a></li>
-    -->
   </ul>
 
   <h3>Zus&auml;tzliche Ressourcen</h3>
@@ -404,11 +426,11 @@
     title="W&auml;hle aus einem breiten Angebot an zus&auml;tzlichen und individuellen Vorlagen">Vorlagen</a></li>
     <li><a href="http://extensions.openoffice.org"
     title="W&auml;hle aus einem breiten Angebot an zus&auml;tzlicher und individueller Funktionalit&auml;t">
-    Erweiterungen</a></li>
+    Erweiterungen (Extensions)</a></li>
     <li><a href="http://openoffice.apache.org/native-lang.html"
     title="Information und Unterst&uuml;tzung in Deiner bevorzugten Sprache">Lokalisierungen</a></li>
     <li><a href="../../download/sdk/index.html"
-    title="F&uuml;r Entwickler: Software Development Kit">Software Development Kit (SDK)</a></li>
+    title="F&uuml;r Entwickler: Software Development Kit (SDK)">Software Development Kit (SDK)</a></li>
     <!--
     <li><a href="../../distribution/index.html"
     title="Fragen und Antworten zu Distributionen (FAQ)">FAQ zu Distributionen</a></li>
@@ -418,11 +440,11 @@
     title="Wenn Du Apache OpenOffice nicht herunterladen kannst, fordere eine eine CD-ROM an">CD ROM anfordern</a>
     <li><a href="../../distribution/mirrors#mirrors"
     title="Alternative Download-M&ouml;glichkeiten">Alle Spiegel-Server</a><br /></li>
-    <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
-    title="Herunterladen &uuml;ber Apache Spiegel-Server">Herunterladen &uuml;ber Apache Spiegel-Server</a><br /></li>
     -->
+    <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
+    title="Herunterladen &uuml;ber Apache Spiegel-Server">Alternative Download-Server</a><br /></li>
     <li><a href="../../download/archive.html"
-    title="Herunterladen von Legacy und archivierten Versionen">Legacy und archivierte Versionen</a><br /></li>
+    title="Herunterladen von Legacy und archivierten Versionen">Archivierte und Legacy-Versionen</a><br /></li>
   </ul>
 
   <div id="SupportedAndSupporters">
@@ -431,7 +453,6 @@
     title="W3C Markup Validation Service - &Uuml;berpr&uuml;fung von Web-Dokumenten (HTML, XHTML, ...)">
     <img src="../../images/valid-xhtml10-blue.png"
     alt="W3C Markup Validation Service - &Uuml;berpr&uuml;fung von Web-Dokumenten (HTML, XHTML, ...)" /></a>
-    &nbsp;&nbsp;&nbsp;
   </div>
 </div>