Modified: websites/staging/ooo-site/trunk/content/no-test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/no-test/index.html Thu Feb 11 
02:42:16 2016
@@ -1 +1,534 @@
-hello
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta name="name" content="Apache OpenOffice" />
+    <meta name="description" content="Offisiell hjemmeside for Apache 
OpenOffice åpen kildekode prosjekt, hjemme til OpenOffice Writer, Calc, 
Impress, Draw og Base." />
+    <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Writer, Calc, Impress, Draw, Base, ODF, 
Open Document Format, gratis kontorpakke, gratis office" />
+    <meta name="google-site-verification" 
content="x1jl2cGum4kCvj0PgxjTy_pasCsLY_fBT7my88fpKD4" />
+    <meta name="p:domain_verify" content="bd1ba1fb9d25b0eb3d64891f89e9195e" /> 
+    <link href="https://plus.google.com/+openoffice"; rel="publisher" />
+    <title>Apache OpenOffice - Offisielt nettsted - Den frie og åpne 
kontorpakken</title>
+    <script type="text/javascript" src="../download/globalvars.js"></script>
+    <script type="text/javascript" src="msg_prop_l10n_no.js"></script>
+    <script type="text/javascript" src="../download/languages.js"></script>
+    <script type="text/javascript" src="../download/download.js"></script>
+    <style type="text/css">
+    /* <![CDATA[ */
+    /*-------------------- Exceptions on standard css -----------------------*/
+    @import "../home.css";
+    @import "../styles.css";
+    @import "../exceptions.css";
+    /* ]]> */
+    </style>
+    <script>
+      function follow( platform ) {
+        _gaq.push( ['_trackEvent', 'social', 'followUs', platform] ); 
+
+        if ( platform == 'ApacheBlog' ) {
+          window.open( "https://blogs.apache.org/OOo/";, "_blank" );
+        } else if ( platform == 'Facebook' ) {
+          window.open( "https://www.facebook.com/ApacheOO";, "_blank" );
+        } else if ( platform == 'Twitter' ) {
+          window.open( "https://twitter.com/ApacheOO";, "_blank" );
+        } else if ( platform == 'GooglePlus' ) {
+          window.open( "https://plus.google.com/+openoffice";, "_blank" );
+        }
+      }
+
+      function showEventBox() {
+       // The text is defined in "/msg_prop_l10n.js".
+
+       // Show the event box or not?
+       if( l10n.index_event_box_show ) {
+               // Show the banner logo and text with link and cursor as poiner.
+               document.write( "<div id='event_box' onclick='window.open( \"" 
+ l10n.index_event_box_text_href
+                       + "\", \"_blank\" ); return false;'>"
+                       + "<ul>"
+                         + "<li>"
+                           // Event banner logo on the left hand side.
+                           + "<p style='float: left;'>"
+                             + "<a href='" + l10n.index_event_box_graphic_href
+                               + "' title='" + 
l10n.index_event_box_graphic_title + "' target='_blank'>"
+                                 + "<img src='" + 
l10n.index_event_box_graphic_src + "'"
+                                 + "alt='" + l10n.index_event_box_graphic_alt 
+ "'"
+                                 + "height='" + 
l10n.index_event_box_graphic_height + "'"
+                                 + "width='" + 
l10n.index_event_box_graphic_width + "' />"
+                             + "</a>"
+                           + "</p>"
+
+                           // Event text on the right hand side.
+                           + "<p>"
+                             + "<a style='color: black; text-decoration: 
none;'"
+                               + "' title='" + l10n.index_event_box_text_title 
+ "' target='_blank'>"
+                               + l10n.index_event_box_text_text
+                             + "</a>"
+                           + "</p>"
+                         + "</li>"
+                       + "</ul>"
+               + "</div>" );
+       }
+      }
+
+      function showAlertBox() {
+       // The text is defined in "/msg_prop_l10n.js".
+
+       // Show the alert box or not?
+       if( l10n.index_alert_box_show ) {
+               // Depending if link is available, make the whole DIV clickable 
or not.
+               if( l10n.index_alert_box_href ) {
+                       // Show the text with link and cursor as poiner.
+                       document.write( "<div id='alert_box' 
onclick='window.open( \"" + l10n.index_alert_box_href
+                       + "\", \"_blank\" ); return false;'><ul><li>" );
+
+                       // Show headline.
+                       document.write( "<h2 style='cursor: pointer;'>"
+                       + l10n.index_alert_box_headline_text + "</h2>" );
+
+                       // Show text.
+                       if( l10n.index_alert_box_text_text ) {
+                               document.write( "<p style='cursor: pointer;'>"
+                               + l10n.index_alert_box_text_text + "</p>" );
+                       }
+               } else {
+                       // Show the text without link and normal cursor.
+                       document.write( "<div id='alert_box'><ul><li>" );
+
+                       // Show headline.
+                       document.write( "<h2 style='cursor: default;'>"
+                       + l10n.index_alert_box_headline_text + "</h2>" );
+
+                       // Show text.
+                       if( l10n.index_alert_box_text_text ) {
+                               document.write( "<p style='cursor: default;'>"
+                               + l10n.index_alert_box_text_text + "</p>" );
+                       }
+               }
+               document.write( "</li></ul></div>" ); // Alert box.
+       }
+      }
+
+      function setRedirect() {
+       // The text is defined in "/msg_prop_l10n.js".
+       DL.NL_LANG      = "";                                   // Set to empty 
as both variables ...
+       DL.LANG_SEL     = "";                                   // ... must not 
be used in following function.
+       var lang_iso    = DL.getLanguage();                     // Get the 
language ISO code from browser guessed data.
+       var lang_mode   = "";                                   // Customized 
redirect mode.
+       var lang_text   = "";                                   // Customized 
message text that can be shown.
+       var link        = "";                                   // Override 
redirect mode.
+
+       // Add ECMA262-5 Array methods if not supported natively.
+       // To workaround that MSIE 8 and older do not support this function.
+       if( !( 'indexOf' in Array.prototype ) ) {
+               Array.prototype.indexOf= function( find, i ) {  // 'i' is an 
optional parameter.
+                       if( i === undefined ) {
+                               i = 0;
+                       }
+                       if( i < 0 ) {
+                               i+= this.length;
+                       }
+                       if( i < 0 ) {
+                               i = 0;
+                       }
+                       for( var n = this.length; i < n; i++ ) {
+                               if( i in this && this[ i ] === find ) {
+                                       return i;
+                               }
+                       }
+                       return -1;
+               };
+       }
+
+       // Fix for Portuguese (European) as they are named only "pt" without 
region code!
+       if( lang_iso === "pt-pt" || lang_iso === "pt-PT" ) {
+               lang_iso = "pt";
+       }
+
+       // Query if the browser language is one of the released languages.
+       // The array has 3 elements per language (defined in 
"/download/globalvars.js"
+       for( var i = 0, j = DL.SEL_LANG.length; i < j; i = i + 3 ) {
+         // If the ISO code is found in the language array.
+         if( DL.SEL_LANG[ i ] === lang_iso ) {
+           // Query for the redirect method (defined in "/msg_prop_l10n.js", 
column 0).
+           lang_mode   = l10n.index_redirect_text[ i / 3 * 2 ];
+           lang_text   = l10n.index_redirect_text[ i / 3 * 2 + 1 ];
+           break;
+         }
+       }
+
+       // Convert the browser URL into a string.
+       link = String( document.location );
+
+       // Does the browser URL contain already a redirect mode?
+       // If yes, set the new redirect mode to override the customized mode.
+       if( link.indexOf( "hard" ) !== -1 ) {
+           lang_mode = "hard";
+       } else if( link.indexOf( "soft" ) !== -1 ) {
+           lang_mode = "soft";
+       } else if( link.indexOf( "none" ) !== -1 ) {
+           lang_mode = "none";
+       }
+
+       // Fix for English as main language for the website, it does not need a 
language code.
+       if( lang_iso === "en-us" || lang_iso === "en-gb" || lang_iso === 
"en-uk" || lang_iso === "en" ||
+           lang_iso === "en-US" || lang_iso === "en-GB" || lang_iso === 
"en-UK" ) {
+               lang_iso = "";
+       }
+
+       switch( lang_mode ) {
+               case "hard":
+                       // Do not show a message, just redirect. 
+                       window.open( "https://www.openoffice.org/"; + lang_iso , 
"_self" );
+                       break;
+               case "soft":
+                       // Show a message and redirect only on user's click.
+                       // Assign the message text that is defined in:
+                       // "/msg_prop_l10n.js", array 
"l10n.index_redirect_text", column 1),
+                       document.write( "<div id='redirect_box'"
+                       + " onclick='window.open( 
\"https://www.openoffice.org/"; + lang_iso + "\", \"_self\" );"
+                       + "return false;'>"
+                       + "<ul><li>"
+                       + "<p>" + lang_text + "</p>"
+                       + "</li></ul>"
+                       + "</div>" ); // Redirect box.
+                       break;
+               case "none":
+               default:
+                       // Do nothing and show nothing.
+       }
+
+       return;
+      }
+    </script>
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+
+<!-- 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. -->
+<h1 style="display: none;">Apache OpenOffice</h1>
+
+<div id="actionstatements">
+
+  <script type="text/javascript">
+  <!--
+  // Show event box.
+  // Show a banner logo and message of the event.
+  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
+  showEventBox();
+
+  // Show alert box.
+  // Show an important message or announcement.
+  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
+  showAlertBox();
+
+  // Show redirect box.
+  // Show a text how to redirect to the NL webpage.
+  // In "/msg_prop_l10n.js": Change the mode and text how a redirect to the 
respective NL webpage should be done.
+  setRedirect();
+  //-->
+  </script>
+
+  <li>
+    <hr />
+  </li>
+
+  <li>
+    <div class="action-info">
+      <div class="action-text action-link">
+        <a href="why/index.html">
+          <h2>Jeg vil lære mer om OpenOffice</h2>
+          <p>Hva er Apache OpenOffice? Og hvorfor bør jeg bruke det?</p>
+        </a>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <hr />
+  </li>
+
+  <!-- Show the download link with currently available version number, loaded 
via JavaScript -->
+  <script type="text/javascript">
+  <!--
+  document.write( "<ul><li>"
+    + "<div class='action-download'>"
+      + "<div class='action-text action-link'>"
+        + "<a href='download/index.html'>"
+          + "<h2>I want to download Apache OpenOffice</h2>"
+          + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent 
release: " + DL.VERSION + ")</p>"
+          + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
+            + "<a 
href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
+              + "title='Blog post: With Apache OpenOffice you get what you do 
not pay for' target='_blank'>"
+              + "Click here to get more information"
+            + "</a>."
+          + "</p>"
+        + "</a>"
+      + "</div>"
+    + "</div>"
+  + "</li></ul>" );
+  //-->
+  </script>
+
+  <!-- Show the download link, without version number -->
+  <noscript>
+    <div class="action-download">
+      <div class="action-text action-link">
+        <a href="download/index.html">
+          <h2>Jeg vil laste ned Apache OpenOffice</h2>
+          <p>Last ned Apache OpenOffice gratis, eller finn ut om andre måter 
å få den på.</p>
+        </a>
+      </div>
+    </div>
+  </noscript>
+
+  <ul>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-help">
+        <div class="action-text action-link">
+          <a href="support/index.html">
+            <h2>Jeg behøver hjelp med OpenOffice</h2>
+            <p>Hjelp er for hånden når du måtte behøve det.</p>
+          </a>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-extend">
+        <div class="action-text action-link">
+          <a href="extensions/index.html">
+            <h2>Jeg vil gjøre mer med OpenOffice</h2>
+            <p>Utvid Apache OpenOffice med ekstra funksjonalitet, maler og 
illustrasjoner.</p>
+          </a>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-participate">
+        <div class="action-text action-link">
+          <a href="https://openoffice.apache.org/get-involved.html";>
+            <h2>Jeg vil bidra til OpenOffice-prosjektet</h2>
+            <p>Apache OpenOffice lages ved hjelp av folk fra hele verden. Du 
er velkommen til å bidra!</p>
+          </a>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-social">
+        <div class="action-text action-link">
+          <a href="social/index.html" onclick="javascript:follow( 'SocialLink' 
);">
+            <h2>Jeg vil holde kontakt med OpenOffice</h2>
+            <p>Følg med på OpenOffice gjennom annonserings-listen, bloggen 
vår eller sosiale medier.</p>
+          </a>
+          <div class="action-social-extra">
+            <p>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'ApacheBlog' );"
+                title="OpenOffice bloggen.">
+                <img src="../images/logo-rss-16.png" alt="OpenOffice bloggen" 
/>
+                <a>Offisiell Blog</a>
+              </span>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'Facebook' );"
+                title="Følg oss på Facebook.">
+                <img src="../images/logo-facebook-16.png" alt="Følg oss på 
Facebook" />
+                <a>Facebook</a>
+              </span>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'Twitter' );"
+                title="Følg oss på Twitter.">
+                <img src="../images/logo-twitter-16.png" alt="Følg oss på 
Twitter" />
+                <a>Twitter</a>
+              </span>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'GooglePlus' );"
+                title="Følg oss på Google+.">
+                <img src="../images/logo-googleplus-16.png" alt="Følg oss på 
Google+" />
+                <a>Google+</a>
+              </span>
+            </p>
+          </div>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+  </ul>
+
+  <div id="SupportedAndSupporters">
+    <a href="http://validator.w3.org/check?uri=referer";
+    title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) 
of Web documents">
+    <img src="../images/valid-xhtml10-blue.png"
+    alt="W3C Validator" /></a>
+  </div>
+</div>
+
+<div id="news">
+
+  <div class="first campaign" style="height: 200px; float: right; overflow: 
auto;">
+    <h2>Siste blogg-innlegg</h2>
+
+    <p style="text-align:right">
+      <a href="https://blogs.apache.org/OOo/"; target="_blank">Alle innlegg</a>
+    </p>
+
+      <p>
+        <em>28 October 2015:</em>
+        <br />
+        <a href="http://s.apache.org/announcing-openoffice-412";>
+        Announcing Apache OpenOffice 4.1.2</a>
+        <br />
+
+        <em>27 September 2015:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/coming_soon_apache_openoffice_4";>
+        Coming soon... Apache OpenOffice 4.1.2</a>
+        <br />
+
+        <em>13 May 2015:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/authoring_e_books_in_apache";>
+        Authoring e-Books in Apache OpenOffice</a>
+        <br />
+
+        <em>13 April 2015:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/collaboration_is_in_our_dna";>
+        Collaboration is in our DNA</a>
+        <br />
+
+        <em>31 December 2014:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/apache_openoffice_in_2014_a";>
+        Apache OpenOffice in 2014: a year in review</a>
+        <br />
+
+      </p>
+  </div>
+
+  <div id="all_news" style="height: 500px; float: left; overflow: auto;">
+    <div class="campaign">
+      <h2>Recent News</h2>
+
+      <p style="text-align:right">
+        <a href="news/index.html" target="_blank">Alle nyheter</a>
+      </p>
+      <p></p>
+
+      <h2>Udine moves to OpenOffice, will save 360,000 Euro</h2>
+
+      <p>
+        <em>16 September 2014:</em>
+        The City of Udine, in Italy, announced a process that will lead to the 
installation
+        of OpenOffice on 900 municipal desktops, saving the city 360,000 Euro. 
 
+        ZDNet's Raffaele Mastrolonardo has the
+        <a 
href="http://www.zdnet.com/another-italian-city-announces-its-ditching-microsoft-windows-for-open-source-7000033682/";>details</a>.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.1 released</h2>
+
+      <p>
+        <em>21 August 2014:</em>
+        The Apache OpenOffice project announces the   
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1";
+        title="Offical blog post about Apache OpenOffice 4.1.1">official 
release of version 4.1.1</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.1">Release Notes</a> 
you can read about all new features,
+        functions and languages. <a href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.1">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.0 released</h2>
+
+      <p>
+        <em>29 April 2014:</em>
+        The Apache OpenOffice project announces the   
+        <a 
href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce";
+        title="Offical blog post about Apache OpenOffice 4.1.0">official 
release of version 4.1.0</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.0">Release Notes</a> 
you can read about all new features,
+        functions and languages. <a href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.0">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>100 Million downloads</h2>
+
+      <p>
+        <em>17 April 2014:</em>
+        The Apache OpenOffice project is proud to tell you that our software 
was   
+        <a 
href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces56";
+        title="Apache OpenOffice was downloaded 100 million times">downloaded 
over 100 million times</a>. Join us in
+        celebrating this big achievement!
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Italian region adopts OpenOffice, saves 2 Million Euro</h2>
+
+      <p>
+        <em>10 October 2013:</em>
+        The Italian administrative region of Emilia-Romagna announced plans to 
move to OpenOffice,
+        <a 
href="https://joinup.ec.europa.eu/community/osor/news/openoffice-italian-emilia-romagna-save-2-million";>
+        saving 2 million euro</a>.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Volunteers, not Amateurs</h2>
+
+      <p>
+        <em>8 January 2013:</em>
+        Apache OpenOffice is developed 100% by volunteers.  Apache does not 
pay for developers, for translators, for QA,
+        for marketing, for UI, for support, etc. Of course, we're happy to 
accept
+        <a 
href="https://www.apache.org/foundation/contributing.html";>donations to the 
Apache Software Foundation</a>, to
+        keep our servers runnings and for similar overhead expenses. But our 
products are developed entirely by
+        volunteers.
+      </p>
+      <p>Some users are initially worried by this statement:<br /><strong>How 
can software for free, developed by
+        volunteers, be any good?<br /></strong><a 
href="why/why_volunteers.html">Read on for an answer...</a>
+      </p>
+    </div>
+  </div>
+</div>
+
+<!-- Every new element and text that is defined below the previous DIV will be 
actually dislayed wrapped below this DIV
+(because of "clear: both" instead of floated around the previous DIVs. This is 
really needed. -->
+
+<div style="clear: both;"></div>
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/index_old.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/index_old.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/index_old.html Thu Feb 11 
02:42:16 2016
@@ -0,0 +1,534 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta name="name" content="Apache OpenOffice" />
+    <meta name="description" content="Offisiell hjemmeside for Apache 
OpenOffice åpen kildekode prosjekt, hjemme til OpenOffice Writer, Calc, 
Impress, Draw og Base." />
+    <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Writer, Calc, Impress, Draw, Base, ODF, 
Open Document Format, gratis kontorpakke, gratis office" />
+    <meta name="google-site-verification" 
content="x1jl2cGum4kCvj0PgxjTy_pasCsLY_fBT7my88fpKD4" />
+    <meta name="p:domain_verify" content="bd1ba1fb9d25b0eb3d64891f89e9195e" /> 
+    <link href="https://plus.google.com/+openoffice"; rel="publisher" />
+    <title>Apache OpenOffice - Offisielt nettsted - Den frie og åpne 
kontorpakken</title>
+    <script type="text/javascript" src="../download/globalvars.js"></script>
+    <script type="text/javascript" src="msg_prop_l10n_no.js"></script>
+    <script type="text/javascript" src="../download/languages.js"></script>
+    <script type="text/javascript" src="../download/download.js"></script>
+    <style type="text/css">
+    /* <![CDATA[ */
+    /*-------------------- Exceptions on standard css -----------------------*/
+    @import "../home.css";
+    @import "../styles.css";
+    @import "../exceptions.css";
+    /* ]]> */
+    </style>
+    <script>
+      function follow( platform ) {
+        _gaq.push( ['_trackEvent', 'social', 'followUs', platform] ); 
+
+        if ( platform == 'ApacheBlog' ) {
+          window.open( "https://blogs.apache.org/OOo/";, "_blank" );
+        } else if ( platform == 'Facebook' ) {
+          window.open( "https://www.facebook.com/ApacheOO";, "_blank" );
+        } else if ( platform == 'Twitter' ) {
+          window.open( "https://twitter.com/ApacheOO";, "_blank" );
+        } else if ( platform == 'GooglePlus' ) {
+          window.open( "https://plus.google.com/+openoffice";, "_blank" );
+        }
+      }
+
+      function showEventBox() {
+       // The text is defined in "/msg_prop_l10n.js".
+
+       // Show the event box or not?
+       if( l10n.index_event_box_show ) {
+               // Show the banner logo and text with link and cursor as poiner.
+               document.write( "<div id='event_box' onclick='window.open( \"" 
+ l10n.index_event_box_text_href
+                       + "\", \"_blank\" ); return false;'>"
+                       + "<ul>"
+                         + "<li>"
+                           // Event banner logo on the left hand side.
+                           + "<p style='float: left;'>"
+                             + "<a href='" + l10n.index_event_box_graphic_href
+                               + "' title='" + 
l10n.index_event_box_graphic_title + "' target='_blank'>"
+                                 + "<img src='" + 
l10n.index_event_box_graphic_src + "'"
+                                 + "alt='" + l10n.index_event_box_graphic_alt 
+ "'"
+                                 + "height='" + 
l10n.index_event_box_graphic_height + "'"
+                                 + "width='" + 
l10n.index_event_box_graphic_width + "' />"
+                             + "</a>"
+                           + "</p>"
+
+                           // Event text on the right hand side.
+                           + "<p>"
+                             + "<a style='color: black; text-decoration: 
none;'"
+                               + "' title='" + l10n.index_event_box_text_title 
+ "' target='_blank'>"
+                               + l10n.index_event_box_text_text
+                             + "</a>"
+                           + "</p>"
+                         + "</li>"
+                       + "</ul>"
+               + "</div>" );
+       }
+      }
+
+      function showAlertBox() {
+       // The text is defined in "/msg_prop_l10n.js".
+
+       // Show the alert box or not?
+       if( l10n.index_alert_box_show ) {
+               // Depending if link is available, make the whole DIV clickable 
or not.
+               if( l10n.index_alert_box_href ) {
+                       // Show the text with link and cursor as poiner.
+                       document.write( "<div id='alert_box' 
onclick='window.open( \"" + l10n.index_alert_box_href
+                       + "\", \"_blank\" ); return false;'><ul><li>" );
+
+                       // Show headline.
+                       document.write( "<h2 style='cursor: pointer;'>"
+                       + l10n.index_alert_box_headline_text + "</h2>" );
+
+                       // Show text.
+                       if( l10n.index_alert_box_text_text ) {
+                               document.write( "<p style='cursor: pointer;'>"
+                               + l10n.index_alert_box_text_text + "</p>" );
+                       }
+               } else {
+                       // Show the text without link and normal cursor.
+                       document.write( "<div id='alert_box'><ul><li>" );
+
+                       // Show headline.
+                       document.write( "<h2 style='cursor: default;'>"
+                       + l10n.index_alert_box_headline_text + "</h2>" );
+
+                       // Show text.
+                       if( l10n.index_alert_box_text_text ) {
+                               document.write( "<p style='cursor: default;'>"
+                               + l10n.index_alert_box_text_text + "</p>" );
+                       }
+               }
+               document.write( "</li></ul></div>" ); // Alert box.
+       }
+      }
+
+      function setRedirect() {
+       // The text is defined in "/msg_prop_l10n.js".
+       DL.NL_LANG      = "";                                   // Set to empty 
as both variables ...
+       DL.LANG_SEL     = "";                                   // ... must not 
be used in following function.
+       var lang_iso    = DL.getLanguage();                     // Get the 
language ISO code from browser guessed data.
+       var lang_mode   = "";                                   // Customized 
redirect mode.
+       var lang_text   = "";                                   // Customized 
message text that can be shown.
+       var link        = "";                                   // Override 
redirect mode.
+
+       // Add ECMA262-5 Array methods if not supported natively.
+       // To workaround that MSIE 8 and older do not support this function.
+       if( !( 'indexOf' in Array.prototype ) ) {
+               Array.prototype.indexOf= function( find, i ) {  // 'i' is an 
optional parameter.
+                       if( i === undefined ) {
+                               i = 0;
+                       }
+                       if( i < 0 ) {
+                               i+= this.length;
+                       }
+                       if( i < 0 ) {
+                               i = 0;
+                       }
+                       for( var n = this.length; i < n; i++ ) {
+                               if( i in this && this[ i ] === find ) {
+                                       return i;
+                               }
+                       }
+                       return -1;
+               };
+       }
+
+       // Fix for Portuguese (European) as they are named only "pt" without 
region code!
+       if( lang_iso === "pt-pt" || lang_iso === "pt-PT" ) {
+               lang_iso = "pt";
+       }
+
+       // Query if the browser language is one of the released languages.
+       // The array has 3 elements per language (defined in 
"/download/globalvars.js"
+       for( var i = 0, j = DL.SEL_LANG.length; i < j; i = i + 3 ) {
+         // If the ISO code is found in the language array.
+         if( DL.SEL_LANG[ i ] === lang_iso ) {
+           // Query for the redirect method (defined in "/msg_prop_l10n.js", 
column 0).
+           lang_mode   = l10n.index_redirect_text[ i / 3 * 2 ];
+           lang_text   = l10n.index_redirect_text[ i / 3 * 2 + 1 ];
+           break;
+         }
+       }
+
+       // Convert the browser URL into a string.
+       link = String( document.location );
+
+       // Does the browser URL contain already a redirect mode?
+       // If yes, set the new redirect mode to override the customized mode.
+       if( link.indexOf( "hard" ) !== -1 ) {
+           lang_mode = "hard";
+       } else if( link.indexOf( "soft" ) !== -1 ) {
+           lang_mode = "soft";
+       } else if( link.indexOf( "none" ) !== -1 ) {
+           lang_mode = "none";
+       }
+
+       // Fix for English as main language for the website, it does not need a 
language code.
+       if( lang_iso === "en-us" || lang_iso === "en-gb" || lang_iso === 
"en-uk" || lang_iso === "en" ||
+           lang_iso === "en-US" || lang_iso === "en-GB" || lang_iso === 
"en-UK" ) {
+               lang_iso = "";
+       }
+
+       switch( lang_mode ) {
+               case "hard":
+                       // Do not show a message, just redirect. 
+                       window.open( "https://www.openoffice.org/"; + lang_iso , 
"_self" );
+                       break;
+               case "soft":
+                       // Show a message and redirect only on user's click.
+                       // Assign the message text that is defined in:
+                       // "/msg_prop_l10n.js", array 
"l10n.index_redirect_text", column 1),
+                       document.write( "<div id='redirect_box'"
+                       + " onclick='window.open( 
\"https://www.openoffice.org/"; + lang_iso + "\", \"_self\" );"
+                       + "return false;'>"
+                       + "<ul><li>"
+                       + "<p>" + lang_text + "</p>"
+                       + "</li></ul>"
+                       + "</div>" ); // Redirect box.
+                       break;
+               case "none":
+               default:
+                       // Do nothing and show nothing.
+       }
+
+       return;
+      }
+    </script>
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+
+<!-- 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. -->
+<h1 style="display: none;">Apache OpenOffice</h1>
+
+<div id="actionstatements">
+
+  <script type="text/javascript">
+  <!--
+  // Show event box.
+  // Show a banner logo and message of the event.
+  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
+  showEventBox();
+
+  // Show alert box.
+  // Show an important message or announcement.
+  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
+  showAlertBox();
+
+  // Show redirect box.
+  // Show a text how to redirect to the NL webpage.
+  // In "/msg_prop_l10n.js": Change the mode and text how a redirect to the 
respective NL webpage should be done.
+  setRedirect();
+  //-->
+  </script>
+
+  <li>
+    <hr />
+  </li>
+
+  <li>
+    <div class="action-info">
+      <div class="action-text action-link">
+        <a href="why/index.html">
+          <h2>Jeg vil lære mer om OpenOffice</h2>
+          <p>Hva er Apache OpenOffice? Og hvorfor bør jeg bruke det?</p>
+        </a>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <hr />
+  </li>
+
+  <!-- Show the download link with currently available version number, loaded 
via JavaScript -->
+  <script type="text/javascript">
+  <!--
+  document.write( "<ul><li>"
+    + "<div class='action-download'>"
+      + "<div class='action-text action-link'>"
+        + "<a href='download/index.html'>"
+          + "<h2>I want to download Apache OpenOffice</h2>"
+          + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent 
release: " + DL.VERSION + ")</p>"
+          + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
+            + "<a 
href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
+              + "title='Blog post: With Apache OpenOffice you get what you do 
not pay for' target='_blank'>"
+              + "Click here to get more information"
+            + "</a>."
+          + "</p>"
+        + "</a>"
+      + "</div>"
+    + "</div>"
+  + "</li></ul>" );
+  //-->
+  </script>
+
+  <!-- Show the download link, without version number -->
+  <noscript>
+    <div class="action-download">
+      <div class="action-text action-link">
+        <a href="download/index.html">
+          <h2>Jeg vil laste ned Apache OpenOffice</h2>
+          <p>Last ned Apache OpenOffice gratis, eller finn ut om andre måter 
å få den på.</p>
+        </a>
+      </div>
+    </div>
+  </noscript>
+
+  <ul>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-help">
+        <div class="action-text action-link">
+          <a href="support/index.html">
+            <h2>Jeg behøver hjelp med OpenOffice</h2>
+            <p>Hjelp er for hånden når du måtte behøve det.</p>
+          </a>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-extend">
+        <div class="action-text action-link">
+          <a href="extensions/index.html">
+            <h2>Jeg vil gjøre mer med OpenOffice</h2>
+            <p>Utvid Apache OpenOffice med ekstra funksjonalitet, maler og 
illustrasjoner.</p>
+          </a>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-participate">
+        <div class="action-text action-link">
+          <a href="https://openoffice.apache.org/get-involved.html";>
+            <h2>Jeg vil bidra til OpenOffice-prosjektet</h2>
+            <p>Apache OpenOffice lages ved hjelp av folk fra hele verden. Du 
er velkommen til å bidra!</p>
+          </a>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-social">
+        <div class="action-text action-link">
+          <a href="social/index.html" onclick="javascript:follow( 'SocialLink' 
);">
+            <h2>Jeg vil holde kontakt med OpenOffice</h2>
+            <p>Følg med på OpenOffice gjennom annonserings-listen, bloggen 
vår eller sosiale medier.</p>
+          </a>
+          <div class="action-social-extra">
+            <p>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'ApacheBlog' );"
+                title="OpenOffice bloggen.">
+                <img src="../images/logo-rss-16.png" alt="OpenOffice bloggen" 
/>
+                <a>Offisiell Blog</a>
+              </span>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'Facebook' );"
+                title="Følg oss på Facebook.">
+                <img src="../images/logo-facebook-16.png" alt="Følg oss på 
Facebook" />
+                <a>Facebook</a>
+              </span>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'Twitter' );"
+                title="Følg oss på Twitter.">
+                <img src="../images/logo-twitter-16.png" alt="Følg oss på 
Twitter" />
+                <a>Twitter</a>
+              </span>
+              <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'GooglePlus' );"
+                title="Følg oss på Google+.">
+                <img src="../images/logo-googleplus-16.png" alt="Følg oss på 
Google+" />
+                <a>Google+</a>
+              </span>
+            </p>
+          </div>
+        </div>
+      </div>
+    </li>
+    <li>
+      <hr />
+    </li>
+  </ul>
+
+  <div id="SupportedAndSupporters">
+    <a href="http://validator.w3.org/check?uri=referer";
+    title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) 
of Web documents">
+    <img src="../images/valid-xhtml10-blue.png"
+    alt="W3C Validator" /></a>
+  </div>
+</div>
+
+<div id="news">
+
+  <div class="first campaign" style="height: 200px; float: right; overflow: 
auto;">
+    <h2>Siste blogg-innlegg</h2>
+
+    <p style="text-align:right">
+      <a href="https://blogs.apache.org/OOo/"; target="_blank">Alle innlegg</a>
+    </p>
+
+      <p>
+        <em>28 October 2015:</em>
+        <br />
+        <a href="http://s.apache.org/announcing-openoffice-412";>
+        Announcing Apache OpenOffice 4.1.2</a>
+        <br />
+
+        <em>27 September 2015:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/coming_soon_apache_openoffice_4";>
+        Coming soon... Apache OpenOffice 4.1.2</a>
+        <br />
+
+        <em>13 May 2015:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/authoring_e_books_in_apache";>
+        Authoring e-Books in Apache OpenOffice</a>
+        <br />
+
+        <em>13 April 2015:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/collaboration_is_in_our_dna";>
+        Collaboration is in our DNA</a>
+        <br />
+
+        <em>31 December 2014:</em>
+        <br />
+        <a 
href="https://blogs.apache.org/OOo/entry/apache_openoffice_in_2014_a";>
+        Apache OpenOffice in 2014: a year in review</a>
+        <br />
+
+      </p>
+  </div>
+
+  <div id="all_news" style="height: 500px; float: left; overflow: auto;">
+    <div class="campaign">
+      <h2>Recent News</h2>
+
+      <p style="text-align:right">
+        <a href="news/index.html" target="_blank">Alle nyheter</a>
+      </p>
+      <p></p>
+
+      <h2>Udine moves to OpenOffice, will save 360,000 Euro</h2>
+
+      <p>
+        <em>16 September 2014:</em>
+        The City of Udine, in Italy, announced a process that will lead to the 
installation
+        of OpenOffice on 900 municipal desktops, saving the city 360,000 Euro. 
 
+        ZDNet's Raffaele Mastrolonardo has the
+        <a 
href="http://www.zdnet.com/another-italian-city-announces-its-ditching-microsoft-windows-for-open-source-7000033682/";>details</a>.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.1 released</h2>
+
+      <p>
+        <em>21 August 2014:</em>
+        The Apache OpenOffice project announces the   
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1";
+        title="Offical blog post about Apache OpenOffice 4.1.1">official 
release of version 4.1.1</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.1">Release Notes</a> 
you can read about all new features,
+        functions and languages. <a href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.1">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.0 released</h2>
+
+      <p>
+        <em>29 April 2014:</em>
+        The Apache OpenOffice project announces the   
+        <a 
href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce";
+        title="Offical blog post about Apache OpenOffice 4.1.0">official 
release of version 4.1.0</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.0">Release Notes</a> 
you can read about all new features,
+        functions and languages. <a href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.0">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>100 Million downloads</h2>
+
+      <p>
+        <em>17 April 2014:</em>
+        The Apache OpenOffice project is proud to tell you that our software 
was   
+        <a 
href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces56";
+        title="Apache OpenOffice was downloaded 100 million times">downloaded 
over 100 million times</a>. Join us in
+        celebrating this big achievement!
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Italian region adopts OpenOffice, saves 2 Million Euro</h2>
+
+      <p>
+        <em>10 October 2013:</em>
+        The Italian administrative region of Emilia-Romagna announced plans to 
move to OpenOffice,
+        <a 
href="https://joinup.ec.europa.eu/community/osor/news/openoffice-italian-emilia-romagna-save-2-million";>
+        saving 2 million euro</a>.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Volunteers, not Amateurs</h2>
+
+      <p>
+        <em>8 January 2013:</em>
+        Apache OpenOffice is developed 100% by volunteers.  Apache does not 
pay for developers, for translators, for QA,
+        for marketing, for UI, for support, etc. Of course, we're happy to 
accept
+        <a 
href="https://www.apache.org/foundation/contributing.html";>donations to the 
Apache Software Foundation</a>, to
+        keep our servers runnings and for similar overhead expenses. But our 
products are developed entirely by
+        volunteers.
+      </p>
+      <p>Some users are initially worried by this statement:<br /><strong>How 
can software for free, developed by
+        volunteers, be any good?<br /></strong><a 
href="why/why_volunteers.html">Read on for an answer...</a>
+      </p>
+    </div>
+  </div>
+</div>
+
+<!-- Every new element and text that is defined below the previous DIV will be 
actually dislayed wrapped below this DIV
+(because of "clear: both" instead of floated around the previous DIVs. This is 
really needed. -->
+
+<div style="clear: both;"></div>
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/java/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/java/index.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/java/index.html Thu Feb 11 
02:42:16 2016
@@ -0,0 +1,103 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="Content-Language" content="en-US" />
+    <!-- L10N: set language for the default here also.  This will produce the
+         corresponding HTTP Header.  Only use one content language type,
+         for the specific deprecated case tolerated for HTML5.  This specifies
+         the language for the audience of the document.
+         -->
+  <title>Information about Java &amp; Apache OpenOffice, OpenOffice.org</title>
+  <style type="text/css">
+  /* <![CDATA[ */
+  /*-------------------- Exceptions on standard css -----------------------*/
+  @import "../../download/styles.css";
+  @import "../../download/exceptions.css";
+  /* ]]> */
+  </style>
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/java/">java</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+
+<h1>Java &amp; Apache OpenOffice, OpenOffice.org</h1>
+
+<h3>Why Do I Need Java to Use Apache OpenOffice?</h3>
+
+<p>Java is required for complete OpenOffice (OpenOffice.org) functionality. 
Java is mainly required for the HSQLDB
+database engine (used by our database product Base) and to make use of 
accessibility and assistive technologies.
+Furthermore some wizards rely on Java technology. See additional topics 
pertaining to the use of Java in OpenOffice.org
+and Apache OpenOffice in the
+<a 
href="http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Installation";>Installation
 FAQ</a>.
+</p>
+
+<p>So what does this mean exactly? Base (the database component) relies 
completely on Java technologies to run, but other
+programs (like Writer, Calc and Impress) only need Java for special 
functionality. If you do not need to use Base and do
+not want to use any of the Wizards, then you do not need to have Java 
installed  and configured for running Apache
+OpenOffice (and older versions of OpenOffice.org). You can completely prevent 
OpenOffice from prompting you about the use
+of Java by telling OpenOffice not to use a Java runtime environment (JRE). 
From the OpenOffice main menu use:
+<strong>"Tools - OpenOffice.org - Java"</strong>, and uncheck "Use a Java 
runtime environment". However, we do recommend
+that you have a JRE on your system to take full advantage of OpenOffice's 
features without any issues.
+</p>
+
+<p><b>Legacy versions of OpenOffice.org 3.3.0 and older included a JRE 
packaged with the download. Apache OpenOffice
+3.4.0 and newer do not.</b>
+</p>
+
+<h3>Which Java Version Do I Need to Use Apache OpenOffice?</h3>
+
+<p>You will need to have a JRE version (32-bit or 64-bit) that is compatible 
with the architecture of the Apache
+OpenOffice version you downloaded. If you already have a JRE installed on your 
system that satisfies this requirement in
+one of the standard areas for Java installation, OpenOffice should detect this 
installation and let you choose it for use
+in OpenOffice via the <strong>"Tools - OpenOffice.org - Java"</strong>. If you 
have a JRE installed that is not detected,
+you should be able to add it through this same menu. And, you can install a 
JRE or configure OpenOffice to use Java at any
+time to get missing functionality to work.
+</p>
+
+<!-- NOTE: The <img> in the paragraph below depends on the icon being in
+     the site root level content/cachedimages folder.  This works regardless
+     of the relative distance of this page, or a localization, from the root.
+     -->
+<p style="background: #FBD34E; padding: 0px 15px 0px 15px;">
+<img src="../../cachedimages/exclamation-icon.png" style="margin: 5px 5px -2px 
0px;" height="32" width="32" />
+<b>Important note for all Windows users:</b>
+</br>
+The Windows version of OpenOffice is 32-bit.  It installs and operates on both 
32-bit and 64-bit versions of Microsoft Windows.  However, a 32-bit Java 
Runtime Environment is required for any use of a JRE by 32-bit applications 
such as Apache OpenOffice.  The 32-bit JRE must be in addition to any 64-bit 
JRE that is also installed.
+</p>
+
+<h3>Where Can I Get Java?</h3>
+<p>The current versions of  Apache OpenOffice work reliably with a  variety of 
JREs including
+<a href="http://java.com";>Oracle Java, versions 6 and 7</a> and <a 
href="http://openjdk.java.net/";>openJDK, versions 6 and
+7</a>. Feel free to download a JRE from either of these sites if you feel you 
need this functionality.
+</p>
+
+<p>Please report any problems you experience with using Java on OpenOffice 
through our bug reporting system,
+<a href="https://issues.apache.org/ooo/";>Bugzilla</a>, or one of the other 
support venues listed in the
+<a href="http://www.openoffice.org/support/";>Apache OpenOffice Support</a> 
webpage, either the users list or forums.
+</p>
+
+<p>For installing Java on Windows machines, one might appreciate:
+<a 
href="http://java.com/en/download/help/windows_offline_download.xml";>Download 
Instructions for Windows offline</a>.
+</p>
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/java/java.txt
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/java/java.txt (added)
+++ websites/staging/ooo-site/trunk/content/no-test/java/java.txt Thu Feb 11 
02:42:16 2016
@@ -0,0 +1,130 @@
+/xx/java/java.txt 0.0.0               UTF-8                      2015-01-27
+
+                          JAVA AND APACHE OPENOFFICE
+                          ==========================
+
+                   ENGLISH LANGUAGE BASE LOCALIZATION MATERIALS
+                   --------------------------------------------
+
+    The folder OpenOffice.org/xx/java/ provides the web content for
+    the main OpenOffice.org/java/ folder.  It is the base from which
+    the localized versions are prepared.  Different localizations
+    can be found through links on the web.  Exception messages in the
+    Apache OpenOffice software also refer to the main or localized
+    Java information depending on the language being used in the
+    AOO interface.
+
+    This text document is a place for description of how the folder
+    is maintained, how it is localized, and for capture of work items
+    in one place near the material itself.  It is not intended for
+    linking from anywhere in the site content.
+
+    The current upgrade and localization of the Java information and
+    messages in the software is proposed to happen in several stages.
+
+STAGING
+
+ 1. INITIAL CONTENT PAGES FOR UPDATED EXPLANATION OF JAVA DEPENDENCY
+
+    * A provisional index.html is completed.
+    * The xx/java/ content is made the /java/ content for confirmation
+      that both accesses work properly.  (No linking from other pages
+      happens yet.
+    * Screen capture images in the content will demonstrate the current
+      messages and not the new ones.
+    * The SVN trunk/main message titles and message texts are updated to
+      refer to /java or xx/java as appropriate.
+    * Review for suitability is conducted before there is any investment
+      in localization.
+
+ 2. AVAILABILITY AND LOCALIZATION
+
+    * Any time after localization starts on the web site, the page at
+      /download/common/java.html can be redirected to /java/.  Previous links
+      about the Java integration can be changed to refer to /java/.
+    * Localization of xx/java/ to yy/java/ can proceed.
+    * For a localized folder the images from xx/java/ can be taken over
+      first and replaced by images of yy-localized UI as needed.
+    * As localization happens on the web pages, the changed message titles and
+      message text for the product can also be changed, The "Details" link
+      can be changed from http://openoffice.org/java/ to
+      http://openoffice.org/yy/java/.
+
+ 3. ALIGNMENT WITH NEW MESSAGES
+
+    * When there are builds using the new titles and messages, some might
+      be replaced in some of the examples OR some might be added to the
+      example messages where it would be helpful to preserve the older forms
+      for those who will continue operating older versions of Apache
+      OpenOffice.
+
+
+
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+      Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License.
+
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+ TODO
+
+  * Confirm having images here that are meant to be part of the localizable
+    material and replaced with ones that match the localized software
+    messages and link to the localized Java information.
+
+  * Find out whether message numbers can be included in the messages so that
+    the messages can be identified in testing and troubleshooting and it
+    doesn't matter which localization is being observed or captured in a
+    screen shot.
+
+  * Find out the fewest places where the "Details http:openoffice.org/java"
+    addition can be placed in messages so that it shows up but not repeatedly
+    in how the software combines messages together into one presentation.
+
+  * Sketch the staging in a way where it is whittled away as the stages are
+    carried out, and replaced by maintenance information.
+
+  * Is a README.txt required or can it all be done in this one text file?
+
+  * The localized pages that are on the current site are served up with the
+    default language being English.  That apparently impedes browsers
+    identifying the language correctly and it does not assist in-browser
+    text translation services.  It will also help with Internet searching.
+        o Add the correct content-language coding to the header of the
+          index.html here.
+        o Verify that it passes through to browsers correctly.
+        o Ensure that localization touches that metadata information for
+          the page.
+        o Make a bugzilla issue about this?
+
+  * Use identification against the bugzilla issue for this work and for the
+    the messages in the code.  Maybe two different issues.
+
+  * Add an outline of what is to be covered in the updated index.html, with
+    possibly with any drill-down in linked-to pages within the folder when
+    needed.
+
+
+VERSION
+
+ 0.0.0 2015-01-27T22:35Z Create initial placeholder to start an account
+       and TODO items for updating of the java information folder.  Add
+       explicit versioning so folks can easily tell they've seen the latest
+       without having access to the SVN and knowing how to check histories.
+
+                       *** end of java.txt ***
\ No newline at end of file

Added: websites/staging/ooo-site/trunk/content/no-test/msg_prop_l10n_no.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/msg_prop_l10n_no.js (added)
+++ websites/staging/ooo-site/trunk/content/no-test/msg_prop_l10n_no.js Thu Feb 
11 02:42:16 2016
@@ -0,0 +1,96 @@
+/* This file is to maintain text information that can be used on the download 
webpage via JavaScript when
+ * including this file.
+ *
+ * Instead of hard coded text in the green box please use these variables and 
translate it to your favorite language.
+ *
+ * Wrong:   "Download Apache OpenOffice"
+ * Correct: l10n.index_redirect_text
+ */
+
+
+
+// Object that contains all following properties (variables).
+var l10n = new Object();
+
+// The following variables are used in the "index.html" file:
+
+// Graphic, text and links to show inside the event box.
+                                                                       // 
"true" = Show the box, "false" = Do not show.
+l10n.index_event_box_show                      = false;
+                                                                       // Logo 
graphic.
+l10n.index_event_box_graphic_src               = "images/ASF-at-15-EPS.png";
+                                                                       // 
Alternative text for the graphic.
+l10n.index_event_box_graphic_alt               = "Logo 15th Anniversary of 
ASF";
+                                                                       // Make 
the graphic clickable with a link.
+l10n.index_event_box_graphic_href              = "https://s.apache.org/wZr";;
+                                                                       // The 
height in pixel of the graphic. Leave empty to use the height of the original 
graphic.
+l10n.index_event_box_graphic_height            = "96";
+                                                                       // The 
width in pixel of the graphic. Leave empty to use the width of the original 
graphic.
+l10n.index_event_box_graphic_width             = "237";
+                                                                       // 
Mouse over text for the graphic.
+l10n.index_event_box_graphic_title             = "";
+                                                                       // Make 
the whole box clickable with a link.
+l10n.index_event_box_text_href                 = "https://s.apache.org/wZr";;
+                                                                       // 
Maximum 630 characters.
+l10n.index_event_box_text_text                 = "<b>The Apache Software 
Foundation Celebrates 15 Years of Open Source Innovation and Community 
Leadership</b> <br /><br />OpenOffice congratulates the ASF for fantastic 15 
years of hosting, developing and serving software that is famous around the 
world. <b><i> Click to see the full text ... </i></b>";
+                                                                       // 
Mouse over text for the text.
+l10n.index_event_box_text_title                        = "";
+
+// Text and link to show inside the alert box.
+                                                                       // 
"true" = Show the box, "false" = Do not show.
+l10n.index_alert_box_show                      = false;
+                                                                       // Make 
the whole box clickable with a link.
+l10n.index_alert_box_href                      = "https://www.google.com/";;
+                                                                       // 
Maximum 49 characters.
+l10n.index_alert_box_headline_text             = "Headline text with max. 49 
characters";
+                                                                       // 
Mover over text for the headline.
+l10n.index_alert_box_headline_title            = "Mover over title text for 
the headline.";
+                                                                       // 
Maximum 630 characters.
+l10n.index_alert_box_text_text                 = "Text with max. 630 
characters. <br /><br /> Use this alert box to announce any important messages 
or problems. <br /><br /> This whole alert box can be linked with an URL to 
point the user to more information or to a solution. But the link can also be 
left out. Then the box is not clickable.";
+                                                                       // 
Mouse over text for the text.
+l10n.index_alert_box_text_title                        = "Mouse over title 
text for the text.";
+
+// Flag how to redirect and if text should be displayed.
+// "none" = no redirect, no text shown - "soft" = redirect, text shown - 
"hard" = redirect, no text shown.
+l10n.index_redirect_text                       = [ /* ast */   "none", "This 
site is also available in <b>Asturianu (ast)</b>. Just click this text to get 
redirected.",
+                                                   /* eu */    "none", "This 
site is also available in <b>Euskara (eu)</b>. Just click this text to get 
redirected.",
+                                                   /* bg */    "none", "This 
site is also available in <b>български език (bg)</b>. Just click 
this text to get redirected.",
+                                                   /* ca */    "none", "This 
site is also available in <b>Català (ca)</b>. Just click this text to get 
redirected.",
+                                                   /* ca-XV */ "none", "This 
site is also available in <b>Català (Valencià RACV) (ca-XV)</b>. Just click 
this text to get redirected.",
+                                                   /* ca-XR */ "none", "This 
site is also available in <b>Català (Valencià AVL) (ca-XR)</b>. Just click 
this text to get redirected.",
+                                                   /* zh-CN */ "none", "This 
site is also available in <b>简体中文 (zh-CN)</b>. Just click this text to 
get redirected.",
+                                                   /* zh-TW */ "none", "This 
site is also available in <b>正體中文 (zh-TW)</b>. Just click this text to 
get redirected.",
+                                                   /* cs */    "none", "This 
site is also available in <b>Čeština (cs)</b>. Just click this text to get 
redirected.",
+                                                   /* da */    "none", "This 
site is also available in <b>Dansk (da)</b>. Just click this text to get 
redirected.",
+                                                   /* nl */    "none", "This 
site is also available in <b>Nederlands (nl)</b>. Just click this text to get 
redirected.",
+                                                   /* en-GB */ "none", "This 
site is also available in <b>English (en-GB)</b>. Just click this text to get 
redirected.",
+                                                   /* en-US */ "none", "This 
site is also available in <b>English (en-US)</b>. Just click this text to get 
redirected.",
+                                                   /* fi */    "none", "This 
site is also available in <b>Suomi (fi)</b>. Just click this text to get 
redirected.",
+                                                   /* fr */    "none", "This 
site is also available in <b>Français (fr)</b>. Just click this text to get 
redirected.",
+                                                   /* gl */    "none", "This 
site is also available in <b>Galego (gl)</b>. Just click this text to get 
redirected.",
+                                                   /* de */    "soft", "Diese 
Webseite gibt es auch in <b>Deutsch (de)</b>. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.",
+                                                   /* el */    "none", "This 
site is also available in <b>ελληνικά (el)</b>. Just click this text to 
get redirected.",
+                                                   /* he */    "soft", "This 
site is also available in <b>עברית (he)</b>. Just click this text to get 
redirected.",
+                                                   /* hi */    "none", "This 
site is also available in <b>हिन्दी (hi)</b>. Just click this text 
to get redirected.",
+                                                   /* hu */    "none", "This 
site is also available in <b>Magyar (hu)</b>. Just click this text to get 
redirected.",
+                                                   /* it */    "soft", "Questo 
sito è disponibile anche in <b>Italiano (it)</b>. Fare clic qui per 
visualizzare la versione italiana.",
+                                                   /* ja */    "none", "This 
site is also available in <b>日本語 (ja)</b>. Just click this text to get 
redirected.",
+                                                   /* km */    "none", "This 
site is also available in <b>ភាសាខ្មែរ (km)</b>. Just click 
this text to get redirected.",
+                                                   /* ko */    "none", "This 
site is also available in <b>한국어 (ko)</b>. Just click this text to get 
redirected.",
+                                                   /* lt */    "hard", 
"Spustelėjus šį tekstą, tinklalapį bus galima skaityti 
<b>lietuviškai</b>.",
+                                                   /* nb */    "none", "This 
site is also available in <b>Norsk (no)</b>. Just click this text to get 
redirected.",
+                                                   /* pl */    "none", "This 
site is also available in <b>Polski (pl)</b>. Just click this text to get 
redirected.",
+                                                   /* pt-BR */ "none", "Este 
site também está disponível em <b>Português [do Brasil] (pt-BR)</b>. Clique 
neste texto para ser redirecionado.",
+                                                   /* pt */    "soft", "Este 
site também está disponível em <b>Português [Europeu] (pt)</b>. Clique 
neste texto para ser redirecionado.",
+                                                   /* ru */    "none", "This 
site is also available in <b>Русский (ru)</b>. Just click this text to 
get redirected.",
+                                                   /* gd */    "none", "This 
site is also available in <b>Gàidhlig (gd)</b>. Just click this text to get 
redirected.",
+                                                   /* sr */    "none", "This 
site is also available in <b>Cрпски [ћирилицом] (sr)</b>. Just 
click this text to get redirected.",
+                                                   /* sk */    "none", "This 
site is also available in <b>Slovenský jazyk [slovenčina] (sk)</b>. Just 
click this text to get redirected.",
+                                                   /* sl */    "none", "This 
site is also available in <b>Slovenski jezik [slovenščina] (sl)</b>. Just 
click this text to get redirected.",
+                                                   /* es */    "none", "This 
site is also available in <b>Español (es)</b>. Just click this text to get 
redirected.",
+                                                   /* sv */    "none", "This 
site is also available in <b>Svenska (sv)</b>. Just click this text to get 
redirected.",
+                                                   /* ta */    "none", "This 
site is also available in <b>தமிழ் (ta)</b>. Just click this text to 
get redirected.",
+                                                   /* th */    "none", "This 
site is also available in <b>ภาษาไทย (th)</b>. Just click this 
text to get redirected.",
+                                                   /* tr */    "none", "This 
site is also available in <b>Türkçe (tr)</b>. Just click this text to get 
redirected.",
+                                                   /* vi */    "none", "This 
site is also available in <b>Tiếng Việt (vi)</b>. Just click this text to 
get redirected." ];
+

Added: websites/staging/ooo-site/trunk/content/no-test/news/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/news/index.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/news/index.html Thu Feb 11 
02:42:16 2016
@@ -0,0 +1,40 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>News</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/news/">news</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    <h1 class="title">News</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="todo">TODO<a class="headerlink" href="#todo" title="Permanent 
link">&para;</a></h2>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/participate/contact.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/participate/contact.html 
(added)
+++ websites/staging/ooo-site/trunk/content/no-test/participate/contact.html 
Thu Feb 11 02:42:16 2016
@@ -0,0 +1,55 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+  <meta http-equiv="Content-Type"
+ content="text/html; charset=UTF-8">
+  <title>Contact Apache OpenOffice Contributors</title>
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/participate/">participate</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+<h1>Contact Apache OpenOffice Contributors</h1>
+<p>The list contains both the individuals and the companies who have 
volunteered to contribute work to the Apache OpenOffice project. The contact 
information listed on this web page is intended for general inquiries only. If 
you need help using the Apache OpenOffice applications, please, visit <a 
href="http://www.openoffice.org/xx/support/"; title="Welcome to Apache 
OpenOffice Support">Apache OpenOffice Support</a>.</p>
+<br>
+<table border="1">
+  <tbody>
+    <tr>
+      <th>Name</th>
+      <th>Area of Practice</th>
+      <th style="padding-left: 4px; padding-right: 4px">Period</th>
+      <th width="50%">Description</th>
+      <th>Contact</th>
+    </tr>
+    <tr>
+      <td><a rel="nofollow"
+ href="mailto:[email protected]"; title="Click to send an e-mail">Name 
Surname<br>
+      </a></td>
+      <td>Name area 1, name area 2, name area 3, name area 4, name area 5<br>
+      </td>
+      <td>yyyy–</td>
+      <td>Describe contribution 1, describe contribution 2, describe 
contribution 3, describe contribution 4, describe contribution 5.</td>
+      <td>
+      <a href="mailto:[email protected]"; title="Click to send an 
e-mail">[email protected]</a></td>
+    </tr>
+  </tbody>
+</table>
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/participate/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/participate/index.html 
(added)
+++ websites/staging/ooo-site/trunk/content/no-test/participate/index.html Thu 
Feb 11 02:42:16 2016
@@ -0,0 +1,96 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>Get Involved</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/participate/">participate</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    <h1 class="title">Get Involved</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="why-get-involved-with-the-openoffice-project">Why get involved with 
the OpenOffice project?<a class="headerlink" 
href="#why-get-involved-with-the-openoffice-project" title="Permanent 
link">&para;</a></h2>
+<p>There are many motivations for why volunteers participate in an open source 
project
+like OpenOffice. Some of the more common ones include:</p>
+<ul>
+<li>To help reduce the "digital divide" by ensuring continued access to free 
+high-quality free productivity applications world-wide.</li>
+<li>To help bring the benefits of OpenOffice to you country or region</li>
+<li>To "give back" to open source</li>
+<li>To learn or practice a new skill</li>
+<li>To enhance a résumé or portfolio, showcasing the work you've done in 
this project</li>
+<li>To support a customer or other commercial venture that relies on 
OpenOffice</li>
+<li>To develop credentials for consulting work related to OpenOffice</li>
+<li>To bring something to OpenOffice that you've always wanted to see done</li>
+<li>To have fun, working with a close-knit international team of volunteers 
working
+on one of the oldest and most famous open source projects around.</li>
+</ul>
+<h2 id="a-multidisciplinary-open-source-project">A multidisciplinary open 
source project<a class="headerlink" 
href="#a-multidisciplinary-open-source-project" title="Permanent 
link">&para;</a></h2>
+<p>You don't need to be a programmer to contribute to Apache OpenOffice. Our 
project 
+involves a large range of different skills, levels of involvement and degrees 
of 
+technical expertise. So, if you want to get involved in Apache OpenOffice, 
there 
+is almost certainly a role for you. </p>
+<p>We are looking for people to:</p>
+<ul>
+<li>Write or update documentation</li>
+<li>Help support new users</li>
+<li>Test the program and report bugs</li>
+<li>Fix bugs</li>
+<li>Code new features</li>
+<li>Design artwork and other marketing materials</li>
+<li>Translate to different languages</li>
+<li>Maintain the website and develop new materials</li>
+<li>Promote OpenOffice and help explain its benefits</li>
+<li>anything you can see that needs doing</li>
+</ul>
+<p>All of these contributions help to keep a project active and strengthen 
+the community. We welcome and encourage participation, and try to make it 
+as easy as possible for people to get involved. </p>
+<h2 id="how-to-get-started">How to get started<a class="headerlink" 
href="#how-to-get-started" title="Permanent link">&para;</a></h2>
+<p>OpenOffice is a large, complex open source project, with a culture 
developed over 
+many years as an independent project, combined with our experience at 
Apache.</p>
+<p>If you are familiar with Apache-style open source 
+development then you might just jump in. Subscribe to a relevant project 
+<a href="http://openoffice.apache.org/mailing-lists.html";>mailing list</a>
+and introduce yourself. We'll help you get started. </p>
+<p>If, however, you are new to Apache, or want a more methodical approach to 
getting started, 
+then we have a set of graduated 
+<a href="http://openoffice.apache.org/orientation/index.html";>New Volunteer 
Orientation Modules</a> 
+designed for new volunteers that takes you through a number of background 
topics related 
+to Apache OpenOffice and how we do things.</p>
+<p>Which path you take is up to you and is a matter of personal preference. 
You can even do both.</p>
+<p>We also maintain a list of specific areas where we need volunteers on our 
+<a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/Help+Wanted";>Help 
Wanted</a> 
+page of the wiki.</p>
+<p>If you are a student, looking to contribute to the project as part of your 
school work, 
+please also see our 
+<a href="/students.html">Advice for Students</a> 
+page.</p>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/product/base.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/product/base.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/product/base.html Thu Feb 
11 02:42:16 2016
@@ -0,0 +1,67 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>Apache OpenOffice Base</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/product/">product</a></div>
+  </div>
+  <div id="clear"></div>
+  <!--#include virtual="/no-test/product/leftnav.html" -->
+  
+  <div id="content">
+    
+    <h1 class="title">Apache OpenOffice Base</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p class="rfloatimg"><a href="/product/pix/base-big.png" title="Click for 
bigger version"><img alt="Screendump of Apache OpenOffice Base" 
src="/product/pix/base.png" /></a></p>
+<p><strong>Base</strong> is a fully featured desktop database management 
system, designed to
+meet the needs of a broad array of users, from tracking a personal CD 
collections, 
+to producing a corporate monthly departmental sales reports.</p>
+<p>Base offers wizards to help users new to database design (or Base) 
+to create Tables, Queries, Forms and Reports, along with a set of
+predefined table definitions for tracking Assets, Customers, Sales Orders,
+Invoices and much more.</p>
+<p>When a personal use database is all you need, Base offers the full HSQL
+relational database engine, configured for single user, with the data stored
+right in the Base file, as well as native support for dBase flat files.</p>
+<p>For power users in the enterprise, Base delivers native support drivers for
+a variety of multi-user database engines: MySQL, Adabas D, MS Access and
+PostgreSQL. In addition, support for JDBC and ODBC standard drivers allows you
+to connect to virtually any database.</p>
+<p>Base integrates seamlessly into the rest of the Apache OpenOffice suite
+applications, for example:</p>
+<ul>
+<li>Supplying address book data for mail merge in Writer using the industry
+    standard LDAP protocol, or common address book formats such as Microsoft
+    Outlook, Microsoft Windows and Mozilla; </li>
+<li>Creating linked data ranges in Calc files for data pilot analysis or as 
the 
+    basis for charts.</li>
+</ul>
+<p>For more information on working with Base, please see the 
+<a href="http://wiki.services.openoffice.org/wiki/database";>Apache OpenOffice 
Wiki Database</a> pages.</p>
+<p>For technical information, or to help make Base even better, stop by the 
+<a href="http://dba.openoffice.org/";>Base project page</a>.</p>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/product/calc.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/product/calc.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/product/calc.html Thu Feb 
11 02:42:16 2016
@@ -0,0 +1,76 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>Apache OpenOffice Calc</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/product/">product</a></div>
+  </div>
+  <div id="clear"></div>
+  <!--#include virtual="/no-test/product/leftnav.html" -->
+  
+  <div id="content">
+    
+    <h1 class="title">Apache OpenOffice Calc</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p class="rfloatimg"><a href="/product/pix/calc-big.png" title="Click for 
bigger version"><img alt="Screendump of Apache OpenOffice Calc" 
src="/product/pix/calc.png" /></a></p>
+<p><em>The solution to storing all your numbers and lists!</em></p>
+<p><strong>Calc</strong> is the spreadsheet application you've always wanted. 
Newcomers find it
+intuitive and easy to learn; professional data miners and number crunchers will
+appreciate the comprehensive range of advanced functions.</p>
+<p><em>DataPilot</em> is an advanced technology that makes it easy to pull in 
raw data from corporate
+databases; cross-tabulate, summarize, and convert it into meaningful 
information.</p>
+<p><em>Natural language formulas</em> let you create formulas using words 
(e.g. "sales -
+costs").</p>
+<p><em>Intelligent Sum Button</em> inserts a sum function or a subtotal 
automatically,
+depending on context.</p>
+<p><em>Wizards</em> guides you through choosing and using a comprehensive 
range of
+advanced spreadsheet functions, or <a 
href="http://extensions.openoffice.org/templates"; title="Download Apache 
OpenOffice Templates">download templates</a> from our Templates
+repository for ready-made spreadsheet solutions.</p>
+<p><em>Styles and Formatting</em> makes it easy to apply flexible cell 
formatting options,
+including freely rotating contents, templates, backgrounds, borders, and many
+more. You can be your own spreadsheet expert thanks to <em>templates</em> with 
built-in
+functions, allowing you to concentrate on your real work.</p>
+<p><em>Scenario Manager</em> allows "what if ..." analysis at the touch of a 
button - e.g.
+compare profitability for high / medium / low sales forecasts.</p>
+<p>Calc's <em>solver</em> component allows solving optimization problems where 
the
+optimum value of a particular spreadsheet cell has to be calculated based on
+constraints provided in other cells.</p>
+<p><em>Multiple users support</em> - Encourage collaborative work on 
spreadsheets. 
+By sharing a spreadsheet, other users can easily add their data to the
+spreadsheet. The spreadsheet owner can then easily integrate the new data with 
a
+few clicks. This collaboration feature helps avoid editing conflicts.</p>
+<p>Save your spreadsheets in OpenDocument format, the new international 
standard
+for office documents. This XML based format means you're not tied in to
+Calc. You can access your spreadsheets from any OpenDocument compliant
+software.</p>
+<p>You are free to import your old Microsoft Excel spreadsheets, or save
+your work in Excel format for sending to people who are using Microsoft 
products.
+Calc is able to read .xlsx files created with Microsoft Office 2007 or
+Microsoft Office 2008 for Mac OS X.</p>
+<p>If you want to send your results to someone who doesn't have a spreadsheet 
application installed, 
+then use Portable Document Format (.pdf) - no need to buy or install any extra 
software. </p>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/product/draw.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/product/draw.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/product/draw.html Thu Feb 
11 02:42:16 2016
@@ -0,0 +1,64 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>Apache OpenOffice Draw</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/product/">product</a></div>
+  </div>
+  <div id="clear"></div>
+  <!--#include virtual="/no-test/product/leftnav.html" -->
+  
+  <div id="content">
+    
+    <h1 class="title">Apache OpenOffice Draw</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p class="rfloatimg"><a href="/product/pix/draw-big.png" title="Click for 
bigger version"><img alt="Screendump of Apache OpenOffice Draw" 
src="/product/pix/draw.png" /></a></p>
+<p><em>The powerful graphics package</em></p>
+<p><strong>Draw</strong> - from a quick sketch to a complex plan, 
<strong>Draw</strong> gives you the tools
+to communicate with graphics and diagrams. With a maximum page size of 300cm by
+300cm, <strong>Draw</strong> is powerful tool for technical or general 
posters, etc.</p>
+<p>'Park' your most commonly used drawing tools around your screen ready for
+single-click access.</p>
+<p>Use <em>Styles and Formatting</em> to put all your graphics styles at your 
finger tips.</p>
+<p>Manipulate objects, rotate in two or three dimensions; the <em>3D 
controller</em> puts
+spheres, rings, cubes, etc. at your disposal.</p>
+<p><em>Arrange objects</em>: group, ungroup, regroup, and edit objects while 
grouped.
+Sophisticated <em>rendering</em> let you create photorealistic images with 
your own
+texture, lighting effects, transparency, perspective, and so on.</p>
+<p><em>Smart connectors</em> make short work of flowcharts, organization 
charts, network
+diagrams, etc. Define your own 'glue points' for connectors to 'stick' to.</p>
+<p><em>Dimension lines</em> automatically calculate and display linear 
dimensions as you
+draw.</p>
+<p>Use the picture <em>Gallery</em> for clipart; create your own art and add 
it to the
+Gallery.</p>
+<p>Save your graphics in OpenDocument format, the new international standard 
for
+office documents. This XML based format means you're not tied in to 
<strong>Draw</strong>.
+You can access your graphics from any OpenDocument compliant software.</p>
+<p><em>Import graphics</em> from all common formats (including BMP, GIF, JPEG, 
PNG, TIFF,
+and WMF).</p>
+<p>Use <strong>Draw</strong>'s free ability to create Flash (.swf) versions of 
your work.</p>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/no-test/product/impress.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/no-test/product/impress.html (added)
+++ websites/staging/ooo-site/trunk/content/no-test/product/impress.html Thu 
Feb 11 02:42:16 2016
@@ -0,0 +1,64 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>Apache OpenOffice Impress</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/no-test/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/no-test/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/">no-test</a>&nbsp;&raquo;&nbsp;<a 
href="/no-test/product/">product</a></div>
+  </div>
+  <div id="clear"></div>
+  <!--#include virtual="/no-test/product/leftnav.html" -->
+  
+  <div id="content">
+    
+    <h1 class="title">Apache OpenOffice Impress</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p class="rfloatimg"><a href="/product/pix/impress-big.png" title="Click for 
bigger version"><img alt="Screendump of Apache OpenOffice Impress" 
src="/product/pix/impress.png" /></a></p>
+<p><em>Impress your audience with your presentations!</em></p>
+<p><strong>Impress</strong> is a truly outstanding tool for creating effective 
multimedia
+presentations. Your presentations will stand out with 2D and 3D clip art,
+special effects, animation, and high-impact drawing tools.</p>
+<p><em>Master Pages</em> simplify the task of preparing your materials. Save 
even more
+time by <a href="http://extensions.openoffice.org/templates"; title="Download 
Apache OpenOffice Templates">downloading templates</a> from our Templates 
repository.</p>
+<p><em>Complete range of Views</em> are supported: Slides / Outline / Notes / 
Handouts
+to meet all the needs of presenters and audiences, plus an optional
+multi-pane view to put all the tools at your fingertips.</p>
+<p><em>Multiple monitors support</em> so that presenters can have additional 
materials or notes while presenting their slides on a projector. 
+Make the most of this with the free <a 
href="http://extensions.openoffice.org/project/presenter-screen"; 
title="Download the Presenter Console Extension">Presenter Console 
Extension</a>, which lets you see your next slides
+as well as the time and the speaker notes.</p>
+<p><em>Easy-to-use drawing and diagramming tools</em> - a complete range to 
spice up your presentation. 'Park' your most commonly used drawing tools around 
your screen ready for
+single-click access.</p>
+<p><em>Slide show Animation and Effects</em> bring your presentation to life. 
Fontworks
+provides stunning 2D and 3D images from text. Create lifelike 3D images with
+astounding speed and response.</p>
+<p><em>.odp Standard</em> - Save your presentations in OpenDocument format, 
the new international standard
+for office documents. This XML based format means you're not tied up with using
+Impress. You can access your presentations from any OpenDocument compliant
+software.</p>
+<p><em>.ppt &amp; .pptx support</em> - Of course, you are free to import your 
old Microsoft PowerPoint presentations, or
+save your work in PowerPoint format for sending to people who are still using 
Microsoft products. </p>
+<p><em>Flash .swf Support</em> Alternatively, use Impress's built-in ability 
to create Flash versions of your presentations.</p>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>


Reply via email to