You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2014/04/15 00:08:53 UTC

svn commit: r1587344 - /openoffice/ooo-site/trunk/content/test/index.html

Author: kschenk
Date: Mon Apr 14 22:08:52 2014
New Revision: 1587344

URL: http://svn.apache.org/r1587344
Log:
New test index page to emphasize free cost.

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

Modified: openoffice/ooo-site/trunk/content/test/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test/index.html?rev=1587344&r1=1587343&r2=1587344&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/test/index.html Mon Apr 14 22:08:52 2014
@@ -4,70 +4,79 @@
     <meta name="description" content="The official home page of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open Document Format, free office editors" />
     <meta name="google-site-verification" content="x1jl2cGum4kCvj0PgxjTy_pasCsLY_fBT7my88fpKD4" />
-	<meta name="p:domain_verify" content="bd1ba1fb9d25b0eb3d64891f89e9195e"/>
+    <meta name="p:domain_verify" content="bd1ba1fb9d25b0eb3d64891f89e9195e" /> 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link href="https://plus.google.com/+openoffice" rel="publisher" />
     <title>Apache OpenOffice - The Free and Open Productivity Suite</title>
+    <script type="text/javascript" src="download/globalvars.js"></script>
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
-    @import "../home.css";
-    @import "../styles.css";
-    @import "../exceptions.css";
+    @import "home.css";
+    @import "styles.css";
+    @import "exceptions.css";
     /* ]]> */
     </style>
 
     <script>
-    	function follow(platform) {
-    		_gaq.push(['_trackEvent','social', 'followUs', platform]);
-    		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");
-    		}  else if (platform == 'ApacheBlog') {
-    			window.open("https://blogs.apache.org/OOo/","_blank");
-    		}
-    	}
+      function follow(platform) {
+        _gaq.push(['_trackEvent','social', 'followUs', platform]); 
+          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");
+          }  else if (platform == 'ApacheBlog') {
+            window.open("https://blogs.apache.org/OOo/","_blank");
+          }
+      }
     </script>
-
 </head>
 
 <body>
 
+<!-- The text in the H1 tag is intentionally shown as not displayable, just to please accessibility tools like a
+screen reader.
+-->
+<h1 style="display: none;">Apache OpenOffice</h1>
+
 <div id="actionstatements">
   <ul>
     <li>
       <div class="action-info">
         <div class="action-text action-link">
-          <h2><a href="/why/">I want to learn more about OpenOffice</a></h2>
-
-          <p><a href="/why/">What is Apache OpenOffice? And why should I use it?</a></p>
+          <a href="../why/index.html"><h2>I want to learn more about OpenOffice</h2>
+          <p>What is Apache OpenOffice? Why should I use it? Is it <em>really</em> free?</p></a>
         </div>
       </div>
     </li>
     <li>
       <hr />
     </li>
-    <li>
-      <div class="action-download">
-        <div class="action-text action-link">
-          <h2><a href="/download/">I want to download OpenOffice</a></h2>
 
-          <p><a href="/download/">Download Apache OpenOffice for free, or find out about other ways of getting it.</a></p>
-        </div>
-      </div>
-    </li>
+    <!-- Show the currently available version, load via JavaScript -->
+    <script type="text/javascript">
+    <!--
+    document.write( "<li>"
+      + "<div class='action-download'>"
+        + "<div class='action-text action-link'>"
+          + "<a href='download/index.html'><h2>I want to download Apache OpenOffice " + VERSION + "</h2>"
+          + "<p>Download Apache OpenOffice for free, or find out about other ways of getting it.</p></a>"
+        + "</div>"
+      + "</div>"
+    + "</li>" );
+    //-->
+    </script>
+
     <li>
       <hr />
     </li>
     <li>
       <div class="action-help">
         <div class="action-text action-link">
-          <h2><a href="/support/">I need help with my OpenOffice</a></h2>
-
-          <p><a href="/support/">Help is at hand whenever you need it.</a></p>
+          <a href="support/index.html"><h2>I need help with my OpenOffice</h2>
+          <p>Help is at hand whenever you need it.</p></a>
         </div>
       </div>
     </li>
@@ -77,9 +86,8 @@
     <li>
       <div class="action-extend">
         <div class="action-text action-link">
-          <h2><a href="/extensions/">I want to do more with my OpenOffice</a></h2>
-
-          <p><a href="/extensions/">Extend Apache OpenOffice with additional functionality, templates and clipart.</a></p>
+          <a href="extensions/index.html"><h2>I want to do more with my OpenOffice</h2>
+          <p>Extend Apache OpenOffice with additional functionality, templates and clipart.</p></a>
         </div>
       </div>
     </li>
@@ -89,11 +97,8 @@
     <li>
       <div class="action-participate">
         <div class="action-text action-link">
-          <h2><a href="https://openoffice.apache.org/get-involved.html">
-          I want to participate in OpenOffice</a></h2>
-
-          <p><a href="https://openoffice.apache.org/get-involved.html">
-          Apache OpenOffice is made with help from people all over the world. Feel free to contribute!</a></p>
+          <a href="http://openoffice.apache.org/get-involved.html"><h2>I want to participate in OpenOffice</h2>
+          <p>Apache OpenOffice is made with help from people all over the world. Feel free to contribute!</p></a>
         </div>
       </div>
     </li>
@@ -103,25 +108,26 @@
     <li>
      <div class="action-social">
         <div class="action-text action-link">
-          <h2><a href="/social/" onclick="javascript:follow('SocialLink');">I want to stay in touch with OpenOffice</a></h2>
-          <p><a href="/social/" onclick="javascript:follow('SocialLink');">Follow the progress of OpenOffice via our announcement list, social media areas and blog.</a></p>
-          	<div class="action-social-extra">
-          		<p>
-					<span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('ApacheBlog');" title="Official Blog">
-						<img src="images/logo-rss-16.png"> <a><u>Official Blog</u></a>
-					</span>
-					<span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('Facebook');" title="Follow Us on Facebook">
-						<img src="images/logo-facebook-16.png"> <a><u>Facebook</u></a>
-					</span>
-					<span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('Twitter');" title="Follow Us on Twitter">
-						<img src="images/logo-twitter-16.png"> <a><u>Twitter</u></a>
-					</span>
-					<span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('GooglePlus');" title="Follow Us on Google+">
-						<img src="images/logo-googleplus-16.png"> <a><u>Google+</u></a>
-					</span>
-     			</p>
-     		</div>
-      </div>
+          <a href="social/index.html" onclick="javascript:follow('SocialLink');">
+          <h2>I want to stay in touch with OpenOffice</h2>
+          <p>Follow the progress of OpenOffice via our announcement list, social media areas and blog.</p></a>
+            <div class="action-social-extra">
+              <p>
+                <span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('ApacheBlog');"
+                title="Blog of OpenOffice"><img src="images/logo-rss-16.png" alt="Blog of OpenOffice" />
+                <a>Official Blog</a></span>
+                <span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('Facebook');"
+                title="Follow us on Facebook"><img src="images/logo-facebook-16.png" alt="Follow us on Facebook" />
+                <a>Facebook</a></span>
+                <span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('Twitter');"
+                title="Follow us on Twitter"><img src="images/logo-twitter-16.png" alt="Follow us on Twitter" />
+                <a>Twitter</a></span>
+                <span style="padding:0 5px;cursor: pointer; cursor: hand;" onclick="javascript:follow('GooglePlus');"
+                title="Follow us on Google+"><img src="images/logo-googleplus-16.png" alt="Follow us on Google+" />
+                <a>Google+</a></span>
+              </p>
+            </div>
+        </div>
       </div>
      </li>
     <li>
@@ -135,44 +141,73 @@
  <div class="campaign">
     <h2>Recent Blog Posts</h2>
       <p>
-       10 Jun: <a href="https://blogs.apache.org/OOo/entry/when_will_openoffice_version_x">When will OpenOffice be released?</a> <em>&mdash;&nbsp;Rob&nbsp;Weir</em><br/>
-       04 Jun: <a href="https://blogs.apache.org/OOo/entry/the_sidebar_new_and_improved">The Sidebar, New and Improved</a> <em>&mdash;&nbsp;Andre&nbsp;Fischer</em><br/>
-       15 May: <a href="https://blogs.apache.org/OOo/entry/apache_openoffice_one_year_50">One Year, 50 Million Downloads</a> <em>&mdash;&nbsp;Rob&nbsp;Weir</em><br/>
-     </p>
+        <em>10 March:</em><br /><a href="https://blogs.apache.org/OOo/entry/seeking_beta_testers_for_apache">
+        Announcing Apache OpenOffice 4.1.0 Beta</a><br/>		  
+        <em>24 February:</em><br /><a href="https://blogs.apache.org/OOo/entry/international_mother_language_day_2014">
+        International Mother Language Day 2014</a><br/>		  
+        <em>31 December:</em><br /><a href="https://blogs.apache.org/OOo/entry/apache_openoffice_in_2013_a">
+        Apache OpenOffice in 2013: a year in review</a><br/>
+        <em>15 November:</em><br /><a href="https://blogs.apache.org/OOo/entry/apache_openoffice_4_1_to">
+        Apache OpenOffice 4.1 to Bring Enhanced Accessibility Support</a><br/>
+        <em>30 October:</em><br /><a href="https://blogs.apache.org/OOo/entry/75_million_downloads_of_apache">
+        75 Million Downloads of Apache OpenOffice</a><br/>
+        <em>1 October:</em><br /><a href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_0">
+        Announcing Apache OpenOffice 4.0.1</a><br/>
+        <em>29 July:</em><br /><a href="https://blogs.apache.org/OOo/entry/developer_in_aoo_1year_celebration">
+        Developer in AOO, 1year celebration</a><br/>
+        <em>29 July:</em><br /><a href="https://blogs.apache.org/OOo/entry/interview_with_the_developers_of">
+        Interview with the developers of PrOOo-Box</a><br/>
+        <em>17 June:</em><br /><a href="https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get">
+        With Apache OpenOffice you get what you don't pay for</a><br/>
+        <em>04 June:</em><br /><a href="https://blogs.apache.org/OOo/entry/the_sidebar_new_and_improved">
+        The Sidebar, New and Improved</a><br/>
+      </p>
      <p style="text-align:right"><a href="http://blogs.apache.org/OOo/">All Posts</a></p>
   </div>
 
- <div class="campaign">
-    <h2>Over 50 million downloads of AOO 3.4</h2>
+  <div class="campaign">
+    <h2>Recent News</h2>
+
+    <p><br /></p>
 
-	  <p><em>14 May 2013:</em> Apache OpenOffice 3.4 was released in May 2012. Downloads now exceed 50 million. We invite you to take a look at
-    <a href="http://stats.openoffice.org/">our interactive charts</a> of daily and cumulative downloads.</p>
+    <h2>Italian region adopts OpenOffice, saves 2M 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">
 
+  <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="http://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>Some users are initially worried by this statement.  <strong>How can software for free, developed by volunteers, be any good?</strong>
-    <a href="http://www.openoffice.org/why/why_volunteers.html">Read on for an answer...</a></p>
-</div>
 
-<div class="campaign">
-    <h2>Apache OpenOffice given two Bossie Awards!</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="http://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><em>18 September 2012:</em> InfoWorld has awarded Apache OpenOffice two Bossies (Best of Open Source), one for the OpenOffice application, and one for our <a href="http://templates.openoffice.org/">templates website</a>.
-		Read <a href="https://plus.google.com/u/0/b/114598373874764163668/114598373874764163668/posts/guW3vcCvFFy">more on our Google+ page</a>.</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 class="campaign">
+    <h2>Apache OpenOffice given two Bossie Awards!</h2>
+
+    <p><em>18 September 2012:</em>
+    InfoWorld has awarded Apache OpenOffice two Bossies (Best of Open Source), one for the OpenOffice application, and one
+    for our <a href="http://templates.openoffice.org/">templates website</a>.<br />
+    <a href="https://plus.google.com/u/0/b/114598373874764163668/114598373874764163668/posts/guW3vcCvFFy">
+    Read more on our Google+ page</a>.</p>
+  </div>  
 
-<div class="campaign">
-    <h2><a href="/news/">More OpenOffice News...</a></h2>
+  <div class="campaign">
+    <p><a href="news/index.html">More OpenOffice News...</a></p>
   </div>
 
-<!-- <div id="SupportedAndSupporters">
+<!--
+  <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="http://www.w3.org/Icons/valid-xhtml10-blue.png"