You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/06 19:20:24 UTC

svn commit: r1785740 - /openoffice/ooo-site/trunk/content/nl/download/index.html

Author: mseidel
Date: Mon Mar  6 19:20:24 2017
New Revision: 1785740

URL: http://svn.apache.org/viewvc?rev=1785740&view=rev
Log:
Restored HTML Code

Modified:
    openoffice/ooo-site/trunk/content/nl/download/index.html

Modified: openoffice/ooo-site/trunk/content/nl/download/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/nl/download/index.html?rev=1785740&r1=1785739&r2=1785740&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/nl/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/nl/download/index.html Mon Mar  6 19:20:24 2017
@@ -1,31 +1,28 @@
 <!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">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
 <head itemscope itemtype="http://schema.org/Article">
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta itemprop="name" content="Download Apache OpenOffice" />
-  <meta itemprop="description" content="Doe mee aan de OpenOffice revolutie, het gratis en vrij kantoorpakket met meer dan 200 miljoen aantoonbare downloads." />
-  <meta itemprop="image" content="/images/aoo-logo-100x100.png" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta property="og:title" content="Download Apache OpenOffice" />
   <meta property="og:description" content="Doe mee aan de OpenOffice revolutie, het gratis en vrij kantoorpakket met meer dan 200 miljoen aantoonbare downloads." />
-  <meta property="og:image" content="/images/aoo-logo-100x100.png" />
+  <meta property="og:image" content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png" />
   <meta name="description" content="Officiƫle Apache OpenOffice download pagina. Doe mee aan de OpenOffice revolutie, het gratis en vrij kantoorpakket met meer dan 200 miljoen aantoonbare downloads." />
-  <title>Apache OpenOffice Downloads - Officiƫle Site</title>
-  <script type="text/javascript" src="../../download/globalvars.js"></script>
-  <script type="text/javascript" src="msg_prop_l10n_nl.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/boxed_download.js"></script>
-  <script type="text/javascript" src="../../download/download.js"></script>
+  <title>Apache OpenOffice - Official Download</title>
+  <script type="text/javascript" src="/download/globalvars.js"></script>
+  <script type="text/javascript" src="./msg_prop_l10n_nl.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/boxed_download.js"></script>
+  <script type="text/javascript" src="/download/download.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
-  @import "../../download/styles.css";
-  @import "../../download/exceptions.css";
+  @import "/download/styles.css";
+  @import "/download/exceptions.css";
   /* ]]> */
   </style>
   <script>
     if ( window.document.referrer.indexOf( "shell.windows.com" ) != -1 ) {
-       location.href = "../why/why_odf.html";
+       location.href = "/why/why_odf.html";
     }
 
     function share( platform ) {
@@ -34,200 +31,138 @@
       if ( platform == 'apacheblog' ) {
         window.open( 'https://blogs.apache.org/OOo/', '_blank' );
       } else if ( platform == 'facebook' ) {
-        window.open( 'https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F', '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 'https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F', '_blank', 'toolbar=0, status=0, width=580, height=325' );
       } else if ( platform == 'twitter' ) {
-        window.open( 'https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+200+million+trusted+downloads.', '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+200+million+trusted+downloads.', '_blank', 'toolbar=0, status=0, width=580, height=325' );
       } else if ( platform == 'google+' ) {
-        window.open( 'https://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F', '_blank', 'toolbar=0, status=0, width=400, height=440' );
+        window.open( 'https://plus.google.com/share?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F', '_blank', 'toolbar=0, status=0, width=400, height=440' );
       }
     }
   </script>
 </head>
 
-<body>
-
-<div class="optionset">
-  <!-- Text above the first colored box -->
-  <script type="text/javascript">
-  <!--
-  // The text in the H1 tag is intentionally shown as "display: none" (do not display).
-  // This is to please accessibility tools like a screen reader.
-  document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text + "</h1>" );
-  //-->
-  </script>
 
-  <!-- Green: Stable release -->
-  <!-- Download via select boxes -->
-  <script type="text/javascript">
-  <!--
+<body>
 
-  // Set a specific language ISO code to force to assemble a certain localized build as download link.
-  // Changed: The variable can now be found in the "msg_prop_l10n_<ISO_code>.js".
+<div itemscope>
+  <span itemprop="name" content="Download Apache OpenOffice"></span>
+  <span itemprop="description" content="Doe mee aan de OpenOffice revolutie, het gratis en vrij kantoorpakket met meer dan 200 miljoen aantoonbare downloads."></span>
+  <span itemprop="keywords" content="Apache OpenOffice, OpenOffice, Apache Open Office, Download, Official, Official Download, Open Office, OpenOffice.org"></span>
+  <span itemprop="image" content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png"></span>
+</div>
 
-  // Get the download box from a separate file.
-  DL.createDownloadBox();
+<div class="overall_optionset">
 
-  // Fill the select boxes and wait for the user's choice.
-  DL.init( 1 );
+  <div class="optionset">
 
-  entourage.initialize();
+    <!-- Text above the first colored box -->
+    <script type="text/javascript">
+    <!--
+    // The text in the H1 tag is intentionally shown as "display: none" (do not display).
+    // This is to please accessibility tools like a screen reader.
+    document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text + "</h1>" );
+    //-->
+    </script>
+
+    <!-- Green: Stable release -->
+    <!-- Download via select boxes -->
+    <script type="text/javascript">
+    <!--
+
+    // Set a specific language ISO code to force to assemble a certain localized build as download link.
+    // Changed: The variable can now be found in the "msg_prop_l10n_<ISO_code>.js".
+
+    // Get the download box from a separate file.
+    DL.createDownloadBox();
+
+    // Fill the select boxes and wait for the user's choice.
+    DL.init( 1 );
+
+    entourage.initialize();
+
+    //-->
+    </script>
+
+    <!-- Green: Stable release: No JavaScript enabled -->
+    <noscript>
+    <div class="first button green-sel" id="optionitem2">
+      <div class="green-sel-icon"></div>
+      <h2>
+        <a style="cursor: pointer;" href="https://sourceforge.net/projects/openofficeorg.mirror/files/"
+          title="Select from all platforms, languages, language packs to download">
+          Apache OpenOffice Downloads - Official Site
+        </a>
+      </h2>
+      <p>
+        <a style="cursor: pointer;" href="https://sourceforge.net/projects/openofficeorg.mirror/files/"
+          title="Select from all platforms, languages and language packs to download">The browser seems to have JavaScript
+          disabled. This technique is used for showing the actual download link. If you want to download Apache
+          OpenOffice anyway, click this text to choose from the alternative download webpage. You will have to navigate to
+          the <em>version</em>/binaries/<em>language</em> subfolder and download the file named
+          Apache_OpenOffice_<em>version</em>_<em>os</em>_<em>platform</em>_<em>package</em>_<em>language</em>.<em>ext</em>.
+          Our apologies for the inconvenience.
+        </a>
+      </p>
+    </div>
+    </noscript>
+
+    <!-- Orange: Get more developers box -->
+    <script type="text/javascript">
+    <!--
+    // Get the getdev box from a separate file.
+    DL.createGetDevBox();
+    //-->
+    </script>
+
+    <!-- Light Blue: Share download with social networks -->
+    <script type="text/javascript">
+    <!--
+    // Get the share box from a separate file.
+    DL.createShareBox();
+    //-->
+    </script>
+
+    <!-- Blue: Extensions -->
+    <script type="text/javascript">
+    <!--
+    // Get the extensions box from a separate file.
+    DL.createExtensionsBox();
+    //-->
+    </script>
+
+    <!-- Blue: Templates -->
+    <script type="text/javascript">
+    <!--
+    // Get the templates box from a separate file.
+    DL.createTemplatesBox();
+    //-->
+    </script>
+
+  </div> <!-- class "optionset" -->
+
+  <div class="additionalinformation">
+
+    <!-- Navigation bar -->
+    <script type="text/javascript">
+    <!--
+    // Get the navigation bar from a separate file.
+    DL.createNavigationBar();
+    //-->
+    </script>
+
+    <br /><br />
+
+    <!-- Logo section -->
+    <script type="text/javascript">
+    <!--
+    // Get the logo section from a separate file.
+    DL.createLogoSection();
+    //-->
+    </script>
 
-  //-->
-  </script>
+  </div> <!-- class: additionalinformation -->
 
-  <!-- Green: Stable release: No JavaScript enabled -->
-  <noscript>
-  <div class="first button green-sel" id="optionitem2">
-    <div class="green-sel-icon"></div>
-    <h2><a style="cursor: default;">Download Apache OpenOffice</a></h2>
-    <p style="cursor: default;">
-      <a style="cursor: default;">Je lijkt niet zal Javascript moeten inschakelen. Klik
-        <a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/">hier</a>
-        om uw versie van Apache OpenOffice vinden.
-      </a>
-    </p>
-  </div>
-  <div class="sub-green-sel">
-    <p>
-      <a href="../porting/index.html"
-        title="Apache OpenOffice software als draagbare USB versie en versies die door derden worden aangeboden">
-        <b>Draagbare USB versies</b> en door derden aangeboden versies
-      </a> |
-      <a href="../development/releases/index.html" title="Wat is nieuw, wat is er verbeterd in Apache OpenOffice?">
-        Release Notes
-      </a> |
-      <br />
-      <a href="other-341.html" title="Verkrijg een oudere versie van Apache OpenOffice">Oudere Apache OpenOffice</a> |
-      <a href="legacy/index.html" title="Verkrijg een oudere versie van OpenOffice.org">Oudere OpenOffice.org</a>
-    </p>
-  </div>
-  </noscript>
-
-  <!-- Light Blue: Share download with social networks -->
-  <div class="button lightblue" id="optionitem4">
-    <div class="lightblue-icon"></div>
-    <h2><a style="cursor: default;" title="Zegt het voort en vertel je vrienden over Apache OpenOffice">
-    Zegt het voort</a></h2>
-    <p style="cursor: default;" id="ShareDownloadLinks">
-    <a style="cursor: default;" title="Zegt het voort en vertel je vrienden over Apache OpenOffice">
-    Vertel je  vrienden over Apache OpenOffice.</a>
-    <a style="display: inline; padding: 0 5px 0 30px;" href="javascript:share( \"facebook\" )"
-    title="Vertel je  vrienden over Apache OpenOffice via Facebook">
-    <img src="/images/logo-facebook-32.png" alt="Vertel je  vrienden over Apache OpenOffice via Facebook" /></a>
-    <a style="display: inline; padding: 0 5px;" href="javascript:share( \"twitter\")"
-    title="Vertel je  vrienden over Apache OpenOffice via Twitter">
-    <img src="/images/logo-twitter-32.png" alt="Vertel je  vrienden over Apache OpenOffice via Twitter" /></a>
-    <a style="display: inline; padding: 0 5px;" href="javascript:share( \"google+\")"
-    title="Vertel je  vrienden over Apache OpenOffice via Google+">
-    <img src="/images/logo-googleplus-32.png" alt="Vertel je  vrienden over Apache OpenOffice via Google+" /></a>
-    </p>
-  </div>
-  
-  <!-- Blue: Extensions -->
-  <div class="button blue" id="optionitem5" onclick="openItem('optionitem3','http://extensions.openoffice.org');
-    return false;">
-    <div class='blue-icon'></div>
-    <h2><a href="http://extensions.openoffice.org"
-    title="Maak een keuze uit een grote hoeveelheid aanvullende en losse functionaliteiten">
-    Apache OpenOffice Extensies en Woordenboeken</a></h2>
-    <p><a href="http://extensions.openoffice.org"
-    title="Maak een keuze uit een grote hoeveelheid aanvullende en losse functionaliteiten">
-    Vergroot uw mogelijkheden in Apache OpenOffice met een grote en groeiende bibliotheek extensies en woordenboeken gemaakt door andere gebruikers.</a></p>
-  </div>
-  
-  <!-- Blue: Templates -->
-  <div class="button blue" id="optionitem6" onclick="openItem('optionitem3_1','http://templates.openoffice.org');
-    return false;">
-    <div class='blue-icon'></div>
-    <h2><a href="http://templates.openoffice.org"
-    title="Maak een keuze uit een grote hoeveelheid aanvullende en losse documenten">
-    Apache OpenOffice Sjablonen</a></h2>
-    <p><a href="http://templates.openoffice.org"
-    title="Maak een keuze uit een grote hoeveelheid aanvullende en losse documenten">
-    Vergroot uw creativiteit in Apache OpenOffice met een grote en groeiende bibliotheek sjablonen gemaakt door andere gebruikers.</a></p>
-  </div>  
- 
-</div><!-- class "optionset" -->
-
-<div class="additionalinformation">
-
-  <h2>Aanvullende Informatie</h2>
-  <ul>
-    <li><a href="/license.html"
-    title="Apache OpenOffice Licentie">Licentie</a></li>
-    <li><a href="/download/other.html#source"
-    title="Voor ontwikkelaars en power users: Verkrijg de broncode voor het builden van Apache OpenOffice.">Broncode</a>
-    </li><li><a href="http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO"
-    title="Voor ontwikkelaars en power users: Handleiding voor het builden van Apache OpenOffice.">Build-instructies</a></li>
-    <li><a href="/stats/index.html"
-    title="Downloads en andere statistieken">Download Statistieken</a></li>
-  </ul>
-
-  <h3>Documentatie</h3>
-  <ul>
-    <li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Releases"
-    title="Wanneer komt er een nieuwe versie uit?">Huidige Release-schema</a></li>
-    <li><a href="http://wiki.services.openoffice.org/wiki/Product_Release"
-    title="Wanneer zijn oudere versies uitgekomen?"> Historisch Release-schema</a></li>
-    <li><a href="/development/releases/index.html"
-    title="Wat is nieuw, wat is er verbeterd in Apache OpenOffice?">Release-aantekeningen</a></li>
-    <li><a href="/download/checksums.html"
-    title="Hoe controleert u het gedownloade bestand met handtekeningen en hashcodes?">Controleer het gedownloade bestand</a></li>
-    <li><a href="/product/index.html"
-    title="Een rondleiding langs alle Apache OpenOffice toepassingen">Productinformatie</a></li>
-    <li><a href="/dev_docs/source/sys_reqs_aoo40.html"
-    title="HDD: ~300MB free - Geheugen: &gt;128MB - Processor: &gt;500MHz - OS: Win, Linux, Mac OS, Solaris, FreeBSD...">
-    Systeemvereisten</a></li>
-    <li><a href="/download/common/instructions.html"
-    title="Installatie-instructies voor Apache OpenOffice op Windows, Linux en Mac OS machines">Installatiehandleidingen</a> en 
-	<a href="/documentation/index.html"
-    title="Uitgebreide gebruikershandleidingen voor dagelijks gebruik">Gebruikershandleidingen</a></li>
-    <li><a href="/development/releases/eol.html"
-    title="Informatie over versies die End-Of-Life zijn">End-Of-Life Informatie</a></li>
-    <li><a href="/support/index.html"
-    title="Als de informatie hierboven uw vraag niet beantwoord: Gratis en betaalde ondersteuning!">Ondersteuning</a></li>
-    <li><a href="/download/common/java.html"
-    title="Legt uit waarom Java gebruikt wordt en wat het is">Java en Apache OpenOffice</a></li>
-	<!--<li><a href="http://java.com/en/download/manual_v6.jsp"
-    title="Get the Java Runtime Environment (JRE 1.6)">Get the Java Runtime Environment (JRE 1.6)</a></li>-->    
-  </ul>
-
-  <h3>Extra bronnen</h3>
-  <ul>
-    <li><a href="http://extensions.openoffice.org/en/search?query=dictionaries"
-    title="Voeg extra taalondersteuning toe aan uw Apache OpenOffice-installatie">Woordenboeken</a></li>
-    <li><a href="http://templates.openoffice.org"
-    title="Neem een voorsprong met Apache OpenOffice">Sjablonen</a></li>
-    <li><a href="http://extensions.openoffice.org"
-    title="Maak een keuze uit een grote hoeveelheid aanvullende en losse functionaliteiten">Extensies</a></li>
-    <li><a href="http://openoffice.apache.org/native-lang.html"
-    title="Informatie en ondersteuning in uw voorkeurstaal">Vertalingen</a></li>
-    <li><a href="/sdk/index.html"
-    title="Voor ontwikkelaars: Software Development Kit">Software Development Kit (SDK)</a></li>
-	<!--
-    <li><a href="../distribution/index.html"
-    title="FAQ for distributions ">Distributions FAQ</a></li>
-    <li><a href="../distribution/cdrom/iso_download.html"
-    title="Download OpenOffice.org as ISO file and burn it yourself on CD-ROM">ISO images</a> and
-    <a href="../distribution/cdrom/index.html#cdrom"
-    title="If you cannot download OpenOffice.org, order a CD-ROM">Order CD-ROM</a>
-    <li><a href="../distribution/mirrors#mirrors"
-    title="To get alternative download locations">All Mirror Server</a><br /></li>
-    -->
-    <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
-    title="Gebruik Apache-mirrors om Apache OpenOffice te downloaden">Alternatieve download mirrors</a><br /></li>
-    <li><a href="/download/archive.html"
-    title="Download van oude en gearchiveerde versies">Gearchiveerde en oude versies</a><br /></li>
-  </ul>
-
-  <div id="SupportedAndSupporters">
-    <p>&nbsp;</p>
-    <a href="https://validator.w3.org/check?uri=referer" target="_blank"
-    title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents">
-    <img src="/images/valid-xhtml10-blue.png"
-    alt="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents" /></a>
-  </div>
-</div>
+</div> <!-- class: overall_optionset -->
 
 </body>
 </html>