You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/06/27 18:31:21 UTC

svn commit: r823502 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/windows-odf/ content/download/windows-odf/index.html

Author: buildbot
Date: Wed Jun 27 16:31:20 2012
New Revision: 823502

Log:
Staging update by buildbot for openofficeorg

Added:
    websites/staging/ooo-site/trunk/content/download/windows-odf/
    websites/staging/ooo-site/trunk/content/download/windows-odf/index.html
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 27 16:31:20 2012
@@ -1 +1 @@
-1354614
+1354617

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 27 16:31:20 2012
@@ -1 +1 @@
-1354614
+1354617

Added: websites/staging/ooo-site/trunk/content/download/windows-odf/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/windows-odf/index.html (added)
+++ websites/staging/ooo-site/trunk/content/download/windows-odf/index.html Wed Jun 27 16:31:20 2012
@@ -0,0 +1,77 @@
+<!--#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>How to Read ODF Document Files (*.odt, *.ods, *.odp</title>
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-30193653-1']);
+    _gaq.push(['_setDomainName', 'openoffice.org']);
+    _gaq.push(['_trackPageview']);
+    (function(){
+     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/download/">download</a>&nbsp;&raquo;&nbsp;<a href="/download/windows-odf/">windows-odf</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+<h2>Why you are here</h2>
+<p>
+If you are on this page, it is probably because you tried to open an ODF file on your Windows Machine, but you have no application installed that could read ODF files.   Windows offered to show you other applications that could read ODF, and you arrived here.
+</p>
+<p>
+These is good news.  We can help.  If you already know about ODF and OpenOffice, and know that you want to download an application to read your ODF document, then feel free to go directly to the <a
+href="http://download.openoffice.org">download page</a> for a free download of the open source Apache OpenOffice suite. Otherwise read on for a quick overview of these topics.
+</p>
+<h2>What are ODF documents?</h2>
+<p>
+ODF is an ISO standard for office document formats, created in 2006. ODF files have the following file extensions:
+<ul>
+    <li>
+        *.odt (word processor documents)
+    </li>
+    <li>
+        *.ods (spreadsheet documents)
+    </li>
+    <li>
+        *.odp (presentation documents)
+    </li>
+</ul>
+The advantage of ODF is that it is not tied to any one office applicatation suite.  It is an open standard that any company can implement in their software. OpenOffice uses ODF format as its default document format. Most other word processors, of recent vintage, also have the ability to import and export ODF.
+</p>
+<h2>Apache OpenOffice</h2>
+<p>
+Apache OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose.
+</p>
+<p>
+If you want to read more about Apache OpenOffice, you can look <a
+href="http://www.openoffice.org/why/">here</a>.
+</p>
+<h2>So what do I need to do to read this ODF document?</h2>
+<p>
+<a href="http://download.openoffice.org">Download Apache OpenOffice</a> and install it on your machine.  Once it is installed you can read and write ODF documents.
+</p>
+
+  </div>
+
+<!--#include virtual="/footer.html" -->
+
+</body>
+</html>