This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 54771fd git-site-role commit from build_staging.sh
54771fd is described below
commit 54771fdecf80a80470325958c3add90c2a619387
Author: jenkins <[email protected]>
AuthorDate: Sun Nov 1 20:29:18 2020 +0000
git-site-role commit from build_staging.sh
---
content/feed.xml | 4 +-
content/product/base.html | 40 ++++
content/product/calc.html | 43 +++++
content/product/draw.html | 42 +++++
content/product/icons/base.png | Bin 0 -> 3153 bytes
content/product/icons/calc.png | Bin 0 -> 2731 bytes
content/product/icons/draw.png | Bin 0 -> 3147 bytes
content/product/icons/impress.png | Bin 0 -> 2903 bytes
content/product/icons/math.png | Bin 0 -> 2715 bytes
content/product/icons/writer.png | Bin 0 -> 2485 bytes
content/product/impress.html | 40 ++++
content/product/index.html | 70 +++++++
content/product/leftnav.html | 15 ++
content/product/linux.html | 47 +++++
content/product/mac.html | 45 +++++
content/product/math.html | 38 ++++
content/product/pix/6stars.gif | Bin 0 -> 296 bytes
content/product/pix/base-big.png | Bin 0 -> 47193 bytes
content/product/pix/base.png | Bin 0 -> 8618 bytes
content/product/pix/calc-big.png | Bin 0 -> 101360 bytes
content/product/pix/calc.png | Bin 0 -> 17114 bytes
content/product/pix/draw-big.png | Bin 0 -> 86283 bytes
content/product/pix/draw.png | Bin 0 -> 14052 bytes
content/product/pix/impress-big.png | Bin 0 -> 486426 bytes
content/product/pix/impress.png | Bin 0 -> 29946 bytes
content/product/pix/math-big.png | Bin 0 -> 33835 bytes
content/product/pix/math.png | Bin 0 -> 5981 bytes
content/product/pix/writer-big.png | Bin 0 -> 145225 bytes
content/product/pix/writer.png | Bin 0 -> 23792 bytes
content/product/reviews.html | 359 ++++++++++++++++++++++++++++++++++++
content/product/robots.txt | 4 +
content/product/styles.css | 90 +++++++++
content/product/suite.html | 58 ++++++
content/product/windows.html | 58 ++++++
content/product/writer.html | 44 +++++
35 files changed, 995 insertions(+), 2 deletions(-)
diff --git a/content/feed.xml b/content/feed.xml
index 957c865..6267ba4 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
<atom:link href="http://localhost:8820/feed.xml" rel="self"
type="application/rss+xml" />
<description>OpenOffice.org Feed</description>
<language>en-us</language>
- <pubDate>Sun, 1 Nov 2020 20:21:33 +0000</pubDate>
- <lastBuildDate>Sun, 1 Nov 2020 20:21:33 +0000</lastBuildDate>
+ <pubDate>Sun, 1 Nov 2020 20:29:17 +0000</pubDate>
+ <lastBuildDate>Sun, 1 Nov 2020 20:29:17 +0000</lastBuildDate>
</channel>
diff --git a/content/product/base.html b/content/product/base.html
new file mode 100644
index 0000000..ed0d074
--- /dev/null
+++ b/content/product/base.html
@@ -0,0 +1,40 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Base</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Base</h1>
+
+ <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="https://wiki.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="https://dba.openoffice.org/">Base project page</a>.</p>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/calc.html b/content/product/calc.html
new file mode 100644
index 0000000..13b900a
--- /dev/null
+++ b/content/product/calc.html
@@ -0,0 +1,43 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Calc</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Calc</h1>
+
+ <p><a href="/product/pix/calc-big.png" title="Click for bigger
version"><img src="/product/pix/calc.png" alt="Screendump of Apache OpenOffice
Calc" /></a> # {.rfloatimg}</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>
diff --git a/content/product/draw.html b/content/product/draw.html
new file mode 100644
index 0000000..a2e81b8
--- /dev/null
+++ b/content/product/draw.html
@@ -0,0 +1,42 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Draw</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Draw</h1>
+
+ <p><a href="/product/pix/draw-big.png" title="Click for bigger
version"><img src="/product/pix/draw.png" alt="Screendump of Apache OpenOffice
Draw" /></a> # {.rfloatimg}</p>
+<p><em>Makes drawing business processes and diagrams a snap!</em></p>
+<p><strong>Draw</strong> - from a quick sketch to a complex plan, Draw gives
you the tools to communicate with graphics and diagrams. With a maximum page
size of 300cm by 300cm, Draw 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><em>Manipulate objects</em>, rotate in two or three dimensions; the <em>3D
controller</em> allows you to create spheres, rings, cubes, etc. in a quick
pinch.</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; you can also 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 into
using Draw. 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 Draw’s free feature to create Flash (.swf) versions of your
work.</p>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/icons/base.png b/content/product/icons/base.png
new file mode 100644
index 0000000..f30fe4a
Binary files /dev/null and b/content/product/icons/base.png differ
diff --git a/content/product/icons/calc.png b/content/product/icons/calc.png
new file mode 100644
index 0000000..4e7e423
Binary files /dev/null and b/content/product/icons/calc.png differ
diff --git a/content/product/icons/draw.png b/content/product/icons/draw.png
new file mode 100644
index 0000000..f34faf5
Binary files /dev/null and b/content/product/icons/draw.png differ
diff --git a/content/product/icons/impress.png
b/content/product/icons/impress.png
new file mode 100644
index 0000000..7b8ec64
Binary files /dev/null and b/content/product/icons/impress.png differ
diff --git a/content/product/icons/math.png b/content/product/icons/math.png
new file mode 100644
index 0000000..6c3c3b6
Binary files /dev/null and b/content/product/icons/math.png differ
diff --git a/content/product/icons/writer.png b/content/product/icons/writer.png
new file mode 100644
index 0000000..8a59432
Binary files /dev/null and b/content/product/icons/writer.png differ
diff --git a/content/product/impress.html b/content/product/impress.html
new file mode 100644
index 0000000..833bfd4
--- /dev/null
+++ b/content/product/impress.html
@@ -0,0 +1,40 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Impress</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Impress</h1>
+
+ <p><a href="/product/pix/impress-big.png" title="Click for bigger
version"><img src="/product/pix/impress.png" alt="Screendump of Apache
OpenOffice Impress" /></a> # {.rfloatimg}</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="https://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 integrated <a
href="https://wiki.openoffice.org/wiki/Presenter_Screen" title="Read about the
Presenter Screen">Presenter Screen</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 & .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>
diff --git a/content/product/index.html b/content/product/index.html
new file mode 100644
index 0000000..9e04758
--- /dev/null
+++ b/content/product/index.html
@@ -0,0 +1,70 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Product Description</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+ <link href="/product/styles.css" rel="stylesheet" type="text/css">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Product
Description</h1>
+
+ <p>Compatible with other major office suites, Apache OpenOffice is free
to download, use, and distribute. <a href="/download" title="Download Apache
OpenOffice">Download it now</a>, and get:</p>
+<p><img src="/images/AOO_logos/orb.jpg" alt="Apache OpenOffice?" /> #
{.rfloatimg}</p>
+<ul>
+<li><a href="writer.html" title="Wordprocessor">Writer</a> a word processor
you can use for anything from writing a quick letter to producing an entire
book.
+<h1><a href="#product-writer-" id="product-writer-">{ .product-writer
}</a></h1>
+</li>
+<li><a href="calc.html" title="Spreadsheet">Calc</a> a powerful spreadsheet
with all the tools you need to calculate, analyze, and present your data in
numerical reports or sizzling graphics. # { .product-calc }</li>
+<li><a href="impress.html" title="Presentation program">Impress</a> the
fastest, most powerful way to create effective multimedia presentations. # {
.product-impress }</li>
+<li><a href="draw.html" title="Vector drawing tool">Draw</a> lets you produce
everything from simple diagrams to dynamic 3D illustrations. # { .product-draw
}</li>
+<li><a href="base.html" title="Database">Base</a> lets you manipulate
databases seamlessly. Create and modify tables, forms, queries, and reports,
all from within Apache OpenOffice. # { .product-base }</li>
+<li><a href="math.html" title="Mathematical function creator">Math</a> lets
you create mathematical equations with a graphic user interface or by directly
typing your formulas into the equation editor. # { .product-math }</li>
+</ul>
+<h2><a href="#why-apache-openoffice-why-" id="why-apache-openoffice-why-">Why
Apache OpenOffice? #{ .why }</a></h2>
+<p>Apache OpenOffice is synonymous with <strong>quality</strong>:</p>
+<ul>
+<li>The <a href="/about_us/milestones.html">roots of Apache OpenOffice</a> go
back twenty years, creating a mature and powerful product</li>
+<li>Many millions of users</li>
+<li><a href="reviews.html">Independent reviewers</a> around the world have
recommended the product</li>
+<li>With a fully open development process, Apache OpenOffice has nothing to
hide - the product stands or falls on its reputation</li>
+</ul>
+<p>Apache OpenOffice is <strong>easy to use</strong>:</p>
+<ul>
+<li>The software looks and feels familiar and is instantly usable by anyone
who has used a competitive product</li>
+<li>It’s easy to change to Apache OpenOffice - the software reads most
file types of major competitors</li>
+<li>Few <a href="/projects/native-lang.html">language barriers</a> - if
it’s not yet available in your language, the chances are it will be
soon</li>
+<li>Apache OpenOffice is supported by a global community of friendly
volunteers, happy to provide assistance to newcomers and advanced users
alike</li>
+</ul>
+<p>Apache OpenOffice is <strong>free software</strong>:</p>
+<ul>
+<li>You may download Apache OpenOffice completely free of any license fees</li>
+<li>Install it on as many PCs as you like</li>
+<li>Use it for any purpose - private, educational, government and public
administration, commercial…</li>
+<li>Pass on copies free of charge to family, friends, students, employees,
etc.</li>
+</ul>
+<p>Apache OpenOffice is <strong>standards compliant</strong>:</p>
+<ul>
+<li>The first software package in the world to use <a
href="https://www.oasis-open.org/">OASIS</a> <a
href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">OpenDocument
Format</a> (ISO/IEC 26300) as its native file format.</li>
+</ul>
+<h3><a href="#find-out-more-or-try-it-today"
id="find-out-more-or-try-it-today"><a href="/why/">Find out more</a> or <a
href="/download" title="Download Apache OpenOffice">try it today</a>!</a></h3>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/leftnav.html b/content/product/leftnav.html
new file mode 100644
index 0000000..158d8a8
--- /dev/null
+++ b/content/product/leftnav.html
@@ -0,0 +1,15 @@
+<div id="leftnav"><h1><a href="#products" id="products">Products</a></h1>
+<ul>
+<li><a href="/product/writer.html">Writer</a></li>
+<li><a href="/product/calc.html">Calc</a></li>
+<li><a href="/product/impress.html">Impress</a></li>
+<li><a href="/product/draw.html">Draw</a></li>
+<li><a href="/product/base.html">Base</a></li>
+<li><a href="/product/math.html">Math</a></li>
+</ul>
+<h1><a href="#more" id="more">More</a></h1>
+<ul>
+<li><a href="/product/suite.html">Suite</a></li>
+<li><a href="/product/reviews.html">Reviews</a></li>
+</ul>
+</div>
diff --git a/content/product/linux.html b/content/product/linux.html
new file mode 100644
index 0000000..52d4df2
--- /dev/null
+++ b/content/product/linux.html
@@ -0,0 +1,47 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice for Linux</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice for Linux</h1>
+
+ <h2><a href="#linux-distroversion-support"
id="linux-distroversion-support">Linux Distro/Version Support</a></h2>
+<p>The current Apache OpenOffice supports most existing Linux distributions
and versions.</p>
+<p>In general the following is needed:</p>
+<ul>
+<li>Linux kernel version 2.6 or higher, glibc2 version 2.11.1 or higher</li>
+</ul>
+<h2><a href="#hardware-requirements" id="hardware-requirements">Hardware
Requirements</a></h2>
+<ul>
+<li><strong>Memory</strong>: Minimum 256 Mbytes RAM (512 MB RAM
recommended).</li>
+<li><strong>Storage</strong>: At least 400 Mbytes available disk space for a
default install via download.</li>
+<li><strong>Graphics</strong>: X-Server with 1024 x 768 or higher resolution
with at least 256 colours.</li>
+</ul>
+<h2><a href="#additional-resources" id="additional-resources">Additional
Resources</a></h2>
+<ul>
+<li>Click here to <a
href="http://www.openoffice.org/download/">download</a></li>
+<li>Click here to get <a
href="http://www.openoffice.org/download/common/instructions.html#linux">install
intructions for OpenOffice on Linux</a></li>
+<li>Click here to get help and support in the <a
href="http://forum.openoffice.org/">Community Support Forums</a></li>
+</ul>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/mac.html b/content/product/mac.html
new file mode 100644
index 0000000..7941e49
--- /dev/null
+++ b/content/product/mac.html
@@ -0,0 +1,45 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice for macOS (OS X)</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice for macOS (OS X)</h1>
+
+ <h2><a href="#macos-support" id="macos-support">macOS Support</a></h2>
+<p>The current Apache OpenOffice supports Apple OS X version 10.7 (Lion), 10.8
(Mountain Lion), 10.9 (Mavericks), 10.10 (Yosemite), 10.11 (El Capitan) and
macOS 10.12 (Sierra), 10.13 (High Sierra), 10.14 (Mojave), 10.15 (Catalina).</p>
+<p>The last OpenOffice version supporting Mac OS X 10.4 (Tiger), 10.5
(Leopard), 10.6 (Snow Leopard) is OpenOffice 4.0.1.</p>
+<h2><a href="#hardware-requirements" id="hardware-requirements">Hardware
Requirements</a></h2>
+<ul>
+<li><strong>CPU</strong>: Intel Processor</li>
+<li><strong>Memory</strong>: Minimum 512 Mbytes RAM.</li>
+<li><strong>Storage</strong>: At least 400 Mbytes available disk space for a
default install via download.</li>
+<li><strong>Graphics</strong>: 1024 x 768 or higher resolution with 16.7
million colours.</li>
+</ul>
+<h2><a href="#additional-resources" id="additional-resources">Additional
Resources</a></h2>
+<ul>
+<li>Click here to <a
href="https://www.openoffice.org/download/">download</a></li>
+<li>Click here to get <a
href="https://www.openoffice.org/download/common/instructions.html#apple">install
instructions for OpenOffice on macOS</a></li>
+<li>Click here to get help and support in the <a
href="https://forum.openoffice.org/">Community Support Forums</a></li>
+</ul>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/math.html b/content/product/math.html
new file mode 100644
index 0000000..1832933
--- /dev/null
+++ b/content/product/math.html
@@ -0,0 +1,38 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Math</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Math</h1>
+
+ <p><a href="/product/pix/math-big.png" title="Click for bigger
version"><img src="/product/pix/math.png" alt="Screendump of Apache OpenOffice
Math" /></a> # {.rfloatimg}</p>
+<p><em>Simple to create equations and formulae for your documents!</em></p>
+<p>Math is Apache OpenOffice’s component for mathematical equations. It
is most commonly used as an equation editor for text documents, but it can also
be used with other types of documents or stand-alone. When used inside Writer,
the equation is treated as an object inside the text document. Similarly, one
can also insert these into other Apache OpenOffice programs like <a
href="calc.html" title="Apache OpenOffice Calc">Calc</a> and <a
href="impress.html" title="Apache OpenOffice [...]
+<p>Using Math, there are three main ways of entering a formula:</p>
+<ul>
+<li>Type markup in the equation editor.</li>
+<li>Right-click on the equation editor and select the symbol from the context
menu.</li>
+<li>Select a symbol from the <em>Elements</em> toolbox.</li>
+</ul>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/pix/6stars.gif b/content/product/pix/6stars.gif
new file mode 100644
index 0000000..fc16cb3
Binary files /dev/null and b/content/product/pix/6stars.gif differ
diff --git a/content/product/pix/base-big.png b/content/product/pix/base-big.png
new file mode 100644
index 0000000..cf1d153
Binary files /dev/null and b/content/product/pix/base-big.png differ
diff --git a/content/product/pix/base.png b/content/product/pix/base.png
new file mode 100644
index 0000000..4b7bfa8
Binary files /dev/null and b/content/product/pix/base.png differ
diff --git a/content/product/pix/calc-big.png b/content/product/pix/calc-big.png
new file mode 100644
index 0000000..1964092
Binary files /dev/null and b/content/product/pix/calc-big.png differ
diff --git a/content/product/pix/calc.png b/content/product/pix/calc.png
new file mode 100644
index 0000000..3ffb387
Binary files /dev/null and b/content/product/pix/calc.png differ
diff --git a/content/product/pix/draw-big.png b/content/product/pix/draw-big.png
new file mode 100644
index 0000000..19f44af
Binary files /dev/null and b/content/product/pix/draw-big.png differ
diff --git a/content/product/pix/draw.png b/content/product/pix/draw.png
new file mode 100644
index 0000000..df8a06b
Binary files /dev/null and b/content/product/pix/draw.png differ
diff --git a/content/product/pix/impress-big.png
b/content/product/pix/impress-big.png
new file mode 100644
index 0000000..6a1156d
Binary files /dev/null and b/content/product/pix/impress-big.png differ
diff --git a/content/product/pix/impress.png b/content/product/pix/impress.png
new file mode 100644
index 0000000..3fee9be
Binary files /dev/null and b/content/product/pix/impress.png differ
diff --git a/content/product/pix/math-big.png b/content/product/pix/math-big.png
new file mode 100644
index 0000000..21967c5
Binary files /dev/null and b/content/product/pix/math-big.png differ
diff --git a/content/product/pix/math.png b/content/product/pix/math.png
new file mode 100644
index 0000000..66bab6b
Binary files /dev/null and b/content/product/pix/math.png differ
diff --git a/content/product/pix/writer-big.png
b/content/product/pix/writer-big.png
new file mode 100644
index 0000000..3849ac2
Binary files /dev/null and b/content/product/pix/writer-big.png differ
diff --git a/content/product/pix/writer.png b/content/product/pix/writer.png
new file mode 100644
index 0000000..ca0f4ad
Binary files /dev/null and b/content/product/pix/writer.png differ
diff --git a/content/product/reviews.html b/content/product/reviews.html
new file mode 100644
index 0000000..8e85b47
--- /dev/null
+++ b/content/product/reviews.html
@@ -0,0 +1,359 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Product Reviews</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Product Reviews</h1>
+
+ <p>Please note that Apache OpenOffice does not purchase reprints from
magazines which print favorable reviews. Neither do we buy advertising space in
magazines which are about to review or which have reviewed Apache OpenOffice.
If reviewers say that Apache OpenOffice is a great product, then that’s
their genuine, unbiased, uninfluenced opinion.</p>
+<h2><a href="#apache-openoffice-4x-reviews"
id="apache-openoffice-4x-reviews">Apache OpenOffice 4.x Reviews</a></h2>
+<h3><a href="#english" id="english"><strong>English</strong></a></h3>
+<ul>
+<li>
+<p><strong>Pandia</strong>, 2017-05-01 <br /> <a
href="http://www.pandia.com/news/how-openoffice-is-making-a-difference-by-providing-a-free-open-source-office-suite"
rel="nofollow">How OpenOffice 4.1.3 Is Making A Difference By Providing A Free
Open-Source Office Suite</a></p>
+</li>
+<li>
+<p><strong>GlobeNewswire</strong>, 2013-07-23 <br /> <a
href="http://www.globenewswire.com/news-release/2013/07/23/561727/10041350/en/The-Apache-Software-Foundation-Announces-Apache-tm-OpenOffice-tm-4-0.html">The
Apache Software Foundation Announces Apache(tm) OpenOffice(tm) 4.0</a> <br />
Leading Open Source office productivity solution introduces major new user
experience and improvements</p>
+</li>
+<li>
+<p><strong>PCWorld</strong>, 2013-07-23 <br /> <a
href="http://www.pcworld.com/article/2045000/apache-openoffice-now-comes-with-a-handy-sidebar.html">Apache
OpenOffice gets a handy-dandy sidebar</a></p>
+</li>
+<li>
+<p><strong>GlobeNewswire</strong>, 2013-07-23 <br /> <a
href="http://news.softpedia.com/news/Apache-OpenOffice-4-0-Becomes-a-Serious-Player-with-Major-Overhaul-and-New-Features-370284.shtml">Apache
OpenOffice 4.0 Becomes a Serious Player with Major Overhaul and New
Features</a></p>
+</li>
+<li>
+<p><strong>Softpedia</strong>, 2013-07-23 <br /> <a
href="http://news.softpedia.com/news/Apache-OpenOffice-4-0-Becomes-a-Serious-Player-with-Major-Overhaul-and-New-Features-370284.shtml">Apache
OpenOffice 4.0 Becomes a Serious Player with Major Overhaul and New
Features</a></p>
+</li>
+<li>
+<p><strong>Facebook</strong>, 2013-07-23 <br /> <a
href="https://www.facebook.com/ApacheOO/posts/559747687417446">Please help
spread the word: Apache OpenOffice 4.0 is now available for download!</a></p>
+</li>
+<li>
+<p><strong>SourceForge.net</strong>, 2013-07-23 <br /> <a
href="http://sourceforge.net/blog/apache-openoffice-extensions-new-site/">Apache
OpenOffice Extensions New Site</a></p>
+</li>
+<li>
+<p><strong>Apache Software Foundation</strong>, 2013-07-23 <br /> <a
href="https://blogs.apache.org/OOo/entry/a_short_celebration_and_then">A short
celebration, and then back to work</a></p>
+</li>
+<li>
+<p><strong>Luis Benitez</strong>, 2013-07-23 <br /> <a
href="http://www.lbenitez.com/2013/07/openoffice-40-is-available-now-go-and.html">OpenOffice
4.0 is Available Now - Go and Download It!</a></p>
+</li>
+<li>
+<p><strong>ghacks.net</strong>, 2013-07-23 <br /> <a
href="http://www.ghacks.net/2013/07/23/apache-openoffice-4-released-find-out-what-is-new">Apache
OpenOffice 4 released: find out what is new</a></p>
+</li>
+<li>
+<p><strong>ITWorld</strong>, 2013-07-23 <br /> <a
href="http://www.itworld.com/enterprise-software/366180/apache-openoffice-now-comes-handy-sidebar?source=ITWNLE_nlt_today_2013-07-23">Apache
OpenOffice now comes with a handy sidebar</a></p>
+</li>
+<li>
+<p><strong>BetaNews</strong>, 2013-07-23 <br /> <a
href="http://betanews.com/2013/07/23/apache-releases-openoffice-4/">Apache
releases OpenOffice 4</a></p>
+</li>
+<li>
+<p><strong>About.com</strong>, 2013-07-23 <br /> <a
href="http://office.about.com/b/2013/07/23/the-new-openoffice-available-today-new-side-bar-and-more.htm">The
New OpenOffice 4.0 Available Today! New Side Bar and More</a></p>
+</li>
+<li>
+<p><strong>Slashdot</strong>, 2013-07-23 <br /> <a
href="http://tech.slashdot.org/story/13/07/23/1643204/apache-openoffice-40-released-with-major-new-features">Apache
OpenOffice 4.0 Released With Major New Features </a></p>
+</li>
+<li>
+<p><strong>LinuxBSDos.com</strong>, 2013-07-23 <br /> <a
href="http://www.linuxbsdos.com/2013/07/23/apache-openoffice-4-is-here/">Apache
OpenOffice 4 is here</a></p>
+</li>
+<li>
+<p><strong>ZDNet</strong>, 2013-07-23 <br /> <a
href="http://www.zdnet.com/openoffice-4-0-arrives-7000018456/">OpenOffice 4.0
arrives</a></p>
+</li>
+<li>
+<p><strong>Phoronix</strong>, 2013-07-23 <br /> <a
href="http://www.phoronix.com/scan.php?page=news_item&px=MTQxODQ">Apache
OpenOffice 4.0 Has A New Sidebar</a></p>
+</li>
+<li>
+<p><strong>Datamation</strong>, 2013-07-23 <br /> <a
href="http://www.datamation.com/applications/apache-releases-open-source-openoffice-4.html">Apache
Releases Open Source OpenOffice 4</a></p>
+</li>
+<li>
+<p><strong>ars technica</strong>, 2013-07-24 <br /> <a
href="http://arstechnica.com/information-technology/2013/07/openoffice-4-0-overhauls-user-interface-boosts-microsoft-compatibility/">OpenOffice
4.0 overhauls user interface, boosts Microsoft compatibility</a> <br />
LibreOffice isn’t the only open source office in town.</p>
+</li>
+<li>
+<p><strong>techradar</strong>, 2013-07-24 <br /> <a
href="http://www.techradar.com/news/software/applications/apache-bolts-sidebar-onto-new-openoffice-1168196">Apache
bolts sidebar onto new OpenOffice</a> <br /> OpenOffice 4.0 borrows features
from IBM’s Lotus Symphony software</p>
+</li>
+<li>
+<p><strong>The Register</strong>, 2013-07-25 <br /> <a
href="http://www.theregister.co.uk/2013/07/25/open_office_40_debuts_with_ibm_code_side_and_centre/">Apache
OpenOffice 4.0 debuts with IBM code side and centre</a></p>
+</li>
+<li>
+<p><strong>Linux Magazine</strong>, 2013-07-30 <br /> <a
href="http://www.linux-magazine.com/Online/News/Apache-Releases-OpenOffice-4.0">Apache
Releases OpenOffice 4.0</a> <br /> The great open source productivity suite
settles into its new home with a new look and a little help from IBM.</p>
+</li>
+<li>
+<p><strong>ITWorld</strong>, 2013-08-07 <br /> <a
href="http://www.itworld.com/software/368184/apache-openoffice-4-vs-libreoffice-41">Apache
OpenOffice 4 vs. LibreOffice 4.1</a> <br /> Not so fast, LibreOffice –
OpenOffice has a shiny, new, and improved major release of its own</p>
+</li>
+</ul>
+<h3><a href="#german" id="german"><strong>German</strong></a></h3>
+<ul>
+<li>
+<p><strong>Heise Online</strong>, 2013-07-23 <br /> <a
href="http://www.heise.de/mac-and-i/meldung/OpenOffice-4-0-mit-neuer-Seitenleiste-1921880.html">OpenOffice
4.0 mit neuer Seitenleiste</a></p>
+</li>
+<li>
+<p><strong>Golem.de</strong>, 2013-07-23 <br /> <a
href="http://www.golem.de/news/apache-openoffice-4-0-erscheint-mit-symphony-funktionen-1307-100567.html">Openoffice
4.0 erscheint mit Symphony-Funktionen</a></p>
+</li>
+<li>
+<p><strong>Pro-Linux.de</strong>, 2013-07-23 <br /> <a
href="http://www.pro-linux.de/news/1/20046/apache-openoffice-40-erschienen.html">Apache
OpenOffice 4.0 erschienen</a></p>
+</li>
+<li>
+<p><strong>Swiss IT Magazine</strong>, 2013-07-23 <br /> <a
href="http://www.itmagazine.ch/Artikel/53584/Openoffice_4.0_ist_da.html">Openoffice
4.0 veröffentlicht</a></p>
+</li>
+<li>
+<p><strong>CHIP Online</strong>, 2013-07-23 <br /> <a
href="http://www.chip.de/news/OpenOffice-4.0-Gross-Update-mit-neuen-Funktionen_63245985.html">OpenOffice
4.0: Groß-Update mit neuen Funktionen</a></p>
+</li>
+<li>
+<p><strong>GlobeNewswire</strong>, 2013-07-23 <br /> <a
href="http://www.chip.de/bildergalerie/Alle-Neuheiten-von-Apache-OpenOffice-4.0-Galerie_63246075.html">Alle
Neuheiten von Apache OpenOffice 4.0 (Fotogalerie / Picure Gallery)</a></p>
+</li>
+<li>
+<p><strong>ComputerBild.de</strong>, 2013-08-16 <br /> <a
href="http://www.computerbild.de/artikel/cb-Ratgeber-Apache-OpenOfficeGratis-kostenlose-Buerosoftware-Download-1269759.html">Apache
OpenOffice 4: Was kann das Null-Euro-Büropaket?</a> <br /> Sie haben die Wahl:
Für Microsofts Bürosoftware zahlen oder das kostenlose Apache OpenOffice nutzen
– COMPUTER BILD verrät, was Sie wissen müssen.</p>
+</li>
+</ul>
+<h3><a href="#japanese" id="japanese"><strong>Japanese</strong></a></h3>
+<ul>
+<li>
+<p><strong>Forest</strong>, 2013-07-24 <br /> <a
href="http://www.forest.impress.co.jp/docs/news/20130724_608941.html">Apache、新しいサイドバーを追加した「Apache
OpenOffice」v4.0を公開 </a></p>
+</li>
+<li>
+<p><strong>Japan Internet.com</strong>, 2013-07-24 <br /> <a
href="http://japan.internet.com/webtech/20130724/4.html">Apache、オープンソース
オフィススイートの最新版「OpenOffice 4」をリリース</a></p>
+</li>
+<li>
+<p><strong>Internet Watch</strong>, 2013-07-24 <br /> <a
href="http://internet.watch.impress.co.jp/docs/news/20130724_608954.html">「Apache
OpenOffice 4.0」公開、新しいサイドバーを追加 </a></p>
+</li>
+<li>
+<p><strong>Mynavi</strong>, 2013-07-25 <br /> <a
href="http://news.mynavi.jp/news/2013/07/25/017/">OpenOffice 4.0リリース -
Apache寄贈後、初のメジャーバージョンアップ</a></p>
+</li>
+<li>
+<p><strong>bizmash!</strong>, 2013-07-25 <br /> <a
href="http://bizmash.jp/articles/48058.html">無料オフィスアプリ「Apache OpenOffice
4.0」公開、サイドバー追加で使いやすく</a></p>
+</li>
+<li>
+<p><strong>@nifty</strong>, 2013-07-25 <br /> <a
href="http://news.nifty.com/cs/item/detail/nifbiz-20130725-bm-48058/1.htm">無料オフィスアプリ「Apache
OpenOffice 4.0」公開、サイドバー追加で使いやすく</a></p>
+</li>
+</ul>
+<h3><a href="#spanish" id="spanish"><strong>Spanish</strong></a></h3>
+<ul>
+<li>
+<p><strong>open-office-es</strong>, 2013-07-23 <br /> <a
href="http://blog.open-office.es/index.php/inicio/2013/07/23/apache-openoffice-4-0-ya-disponible-para-su-descarga">Apache
OpenOffice 4.0 ya disponible para su descarga</a></p>
+</li>
+<li>
+<p><strong>El pingüino tolkiano</strong>, 2013-07-23 <br /> <a
href="http://elpinguinotolkiano.wordpress.com/2013/07/23/disponible-apache-openofficetm-4-0/">Disponible
Apache OpenOffice(TM) 4.0</a></p>
+</li>
+<li>
+<p><strong>Ricardo Berlasso</strong>, 2013-07-23 <br /> <a
href="https://plus.google.com/u/0/115087708337528473904/posts/7vaRzTgYBRG">Disponible
Apache OpenOffice(TM) 4.0</a></p>
+</li>
+<li>
+<p><strong>ForoSUSE.org</strong>, 2013-07-23 <br /> <a
href="http://www.forosuse.org/forosuse/showthread.php?t=30195">Disponible
Apache OpenOffice(TM) 4.0 </a></p>
+</li>
+<li>
+<p><strong>MuyLinux</strong>, 2013-07-24 <br /> <a
href="http://www.muylinux.com/2013/07/24/apache-openoffice-4/">Llegó Apache
OpenOffice 4</a></p>
+</li>
+</ul>
+<h3><a href="#galician" id="galician"><strong>Galician</strong></a></h3>
+<ul>
+<li>
+<p><strong>Cixug</strong>, 2013-07-24 <br /> <a
href="http://osl.cixug.es/a-fundacion-apache-presenta-openoffice-4-0/">The
Apache Software Foundation Announces Apache(tm) OpenOffice(tm) 4.0</a></p>
+</li>
+<li>
+<p><strong>Código Cero</strong>, 2013-07-26 <br /> <a
href="http://codigocero.com/Trasno-anuncia-novas-versions-en">Trasno anuncia
novas versións en galego de OpenOffice e LibreOffice ao tempo que se solidariza
coas vítimas do Alvia </a></p>
+</li>
+<li>
+<p><strong>Trasno</strong>, 2013-07-26 <br /> <a
href="http://www.trasno.net/2013/07/os-fillos-de-openoffice-org-openoffice-4-0-e-libreoffice-4-1-facendose-maiores/">Os
fillos de OpenOffice.org: OpenOffice 4.0 e LibreOffice 4.1, facéndose
maiores</a></p>
+</li>
+<li>
+<p><strong>Mancomun</strong>, 2013-07-26 <br /> <a
href="http://www.mancomun.org/no_cache/actualidade/detalledenova/nova/apache-openoffice-40-e-libreoffice-41-disponibles-xa-en-galego/">Apache
OpenOffice 4.0 e Libreoffice 4.1 dispoñibles xa en galego</a></p>
+</li>
+</ul>
+<h3><a href="#italian" id="italian"><strong>Italian</strong></a></h3>
+<ul>
+<li>
+<p><strong>melablog</strong>, 2013-07-25 <br /> <a
href="http://www.melablog.it/post/108539/apache-rilascia-openoffice-4-0-barra-laterale-e-migliore-interoperabilita-con-ms-office">Apache
rilascia OpenOffice 4.0, barra laterale e migliore interoperabilità con MS
Office</a></p>
+</li>
+<li>
+<p><strong>Tuxjournal.net</strong>, 2013-07-26 <br /> <a
href="http://www.tuxjournal.net/rilasciato-openoffice-4-0-novita-link-al-download/">The
Apache Software Foundation Announces Apache(tm) OpenOffice(tm) 4.0</a></p>
+</li>
+<li>
+<p><strong>OneOpenSurce</strong>, 2013-07-26 <br /> <a
href="http://www.oneopensource.it/26/07/2013/apache-openoffice-4-0-disponibile-per-il-download/">Apache
OpenOffice 4.0 disponibile per il download</a></p>
+</li>
+<li>
+<p><strong>Softonic</strong>, 2013-07-24 <br /> <a
href="http://news.softonic.it/openoffice-versione-4-0-windows-mac">OpenOffice
4.0: update per Windows e Mac con tante novità</a></p>
+</li>
+</ul>
+<h3><a href="#french" id="french"><strong>French</strong></a></h3>
+<ul>
+<li>
+<p><strong>TIC & Net</strong>, 2013-07-23 <br /> <a
href="http://tic-et-net.org/2013/07/23/apache-openoffice-4-fr-est-enfin-disponible-en-version-dfinitive/">Apache
OpenOffice 4 fr est enfin disponible en version définitive</a></p>
+</li>
+<li>
+<p><strong>Denis Sylvain</strong>, 2013-07-23 <br /> <a
href="http://denis-sylvain.be/2013/07/apache-openoffice-4-0-est-sorti/">Apache
OpenOffice 4.0 est là !!!</a></p>
+</li>
+<li>
+<p><strong>01net</strong>, 2013-07-24 <br /> <a
href="http://www.01net.com/editorial/600465/open-office-la-suite-bureautique-gratuite-version-4-0-est-disponible/">Open
Office : la suite bureautique gratuite version 4.0 est disponible</a></p>
+</li>
+<li>
+<p><strong>ZDnet</strong>, 2013-07-25 <br /> <a
href="http://www.zdnet.fr/actualites/openoffice-n-est-pas-mort-sortie-de-la-version-40-39792729.htm">OpenOffice
n’est pas mort : sortie de la version 4.0</a></p>
+</li>
+<li>
+<p><strong>LeMagIT</strong>, 2013-07-24 <br /> <a
href="http://www.lemagit.fr/actualites/2240202966/La-fondation-Apache-publie-OpenOffice-40">La
fondation Apache publie OpenOffice 4.0</a></p>
+</li>
+<li>
+<p><strong>Journal Du Net</strong>, 2013-07-24 <br /> <a
href="http://www.journaldunet.com/solutions/saas-logiciel/openoffice-4-0-0713.shtml">OpenOffice
4.0 : la suite bureautique open source n’est pas morte !</a></p>
+</li>
+<li>
+<p><strong>Developpez.com</strong>, 2013-07-23 <br /> <a
href="http://www.developpez.com/actu/58867/Apache-OpenOffice-4-0-disponible-en-telechargement-ameliorations-des-performances-et-meilleure-interoperabilite-avec-Microsoft-Office/">Apache
OpenOffice 4.0 disponible en téléchargement</a></p>
+</li>
+</ul>
+<h3><a href="#dutch" id="dutch"><strong>Dutch</strong></a></h3>
+<ul>
+<li><strong>Tweakers.net</strong>, 2013-07-23 <br /> <a
href="http://tweakers.net/meuktracker/31036/apache-openoffice-400.html">Apache
OpenOffice 4.0.0</a></li>
+</ul>
+<h3><a href="#polish" id="polish"><strong>Polish</strong></a></h3>
+<ul>
+<li><strong>dobreprogramy</strong>, 2013-07-23 <br /> <a
href="http://www.dobreprogramy.pl/Apache-OpenOffice-4.0-z-nowym-interfejsem,Aktualnosc,42866.html">Apache
OpenOffice 4.0 z nowym interfejsem</a></li>
+</ul>
+<h3><a href="#malaysian" id="malaysian"><strong>Malaysian</strong></a></h3>
+<ul>
+<li><strong>Amanz</strong>, 2013-07-24 <br /> <a
href="http://amanz.my/2013/07/openoffice-4-0-dilancarkan-untuk-pengguna-windows-mac-dan-linux/">OpenOffice
4.0 Dilancarkan Untuk Pengguna Windows, Mac Dan Linux</a></li>
+</ul>
+<h3><a href="#asturian" id="asturian"><strong>Asturian</strong></a></h3>
+<ul>
+<li><strong>Softastur</strong>, 2013-07-23 <br /> <a
href="http://noticies.softastur.org/a-celebralo-un-poco-y-vuelta-al-trabayu.html">A
celebralo un poco, y vuelta al trabayu</a></li>
+</ul>
+<h2><a href="#apache-openoffice-34-reviews"
id="apache-openoffice-34-reviews">Apache OpenOffice 3.4 Reviews</a></h2>
+<ul>
+<li>
+<p><a
href="http://www.aaii.com/computerized-investing/article/apache-openoffice-3">Apache
OpenOffice 3</a> By: <em>Computerized Investing Staff</em>, 2012-10-27,
<strong>American Association of Individual Investors</strong></p>
+<p><em>Those who believe free products lack quality will undoubtedly find
Apache OpenOffice a pleasant surprise, especially if they put in the time to
familiarize themselves.</em></p>
+</li>
+<li>
+<p><a
href="http://download.cnet.com/OpenOffice-org/3000-18483_4-10263109.html?tag=mncol;1">CNET
Editors’ review of 3.4.1</a> By: CNet Staff, 2012-10-16,
<strong>CNet</strong></p>
+<p><em>CNet Rating: 5 Stars, Spectacular</em></p>
+</li>
+<li>
+<p><a
href="http://www.pcauthority.com.au/News/300001,essential-downloads-apache-openoffice-34-released.aspx">Essential
downloads: Apache OpenOffice 3.4 released</a> By: Chris Jager, 2012-05-09,
<strong>PC & Tech Authority</strong></p>
+<p><em>Apache OpenOffice is a free, feature-packed office suite for PC, Mac
and Linux. The latest version adds a host of improvements including zippier
load times and AES256 encryption support.</em></p>
+</li>
+</ul>
+<h2><a href="#ooo-32-reviews" id="ooo-32-reviews">OOo 3.2 Reviews</a></h2>
+<ul>
+<li>
+<p><a
href="http://www.eweek.com/c/a/Linux-and-Open-Source/OpenOfficeorg-32-Offers-Modest-Update-Better-Startup-Speed-832642/">OpenOffice.org
3.2 Offers Modest Update, Better Startup Speed</a> By: Jason Brooks,
2010-02-23, <strong>eWeek</strong></p>
+<p><em>After testing OpenOffice.org 3.2 on both Windows XP and Ubuntu Linux
systems, I found the new release to be a worthwhile upgrade. The suite is
freely downloadable, and version 3.2 contains no changes that would require
retraining.</em></p>
+</li>
+<li>
+<p><a
href="http://www.channelregister.co.uk/2010/02/13/openoffice_review/">OpenOffice
3.2 - now with less Microsoft envy</a> By Scott Gilbertson, 13th February 2010
07:45 GMT, <strong>The Register</strong></p>
+<p><em>OpenOffice 3.2 - now available for Windows, Mac and Linux - boasts
faster start-up times than before. But the really big news is that now -
finally - this open-source suite offers full compatibility with files created
using Microsoft’s Office 2007.</em></p>
+</li>
+</ul>
+<h2><a href="#ooo-31-reviews" id="ooo-31-reviews">OOo 3.1 Reviews</a></h2>
+<ul>
+<li>
+<p><a href="http://www.crn.com/software/222002724?pgno=9">The 10 Coolest
Open-Source Products Of 2009</a> 23 Dec 2009, <strong>ChannelWeb</strong>:</p>
+<p><em>(One hundred million downloads is) a telling example of the popularity
of the open source alternative to Microsoft Office and its continued
advancements in features and functionality.</em></p>
+</li>
+<li>
+<p><a
href="http://www.earthtimes.org/articles/show/287148,open-source-software-an-all-star-lineup--feature.html">Open
source software: An all-star lineup</a> By Luc Feys Fri, 25 Sep 2009,
<strong>Earth Times</strong>:</p>
+<p><em>No surprise here: OpenOffice is the undisputed king of open source
office software. Boasting most of what you get with the big commercial packages
- a word processor, spreadsheet, and presentation application - the individual
applications in OpenOffice are even compatible with the file formats used by MS
Office and other leading fee-based software.</em></p>
+</li>
+<li>
+<p><a
href="http://www.pcpro.co.uk/realworld/350737/openoffice-3-1-deep-dive">OpenOffice
3.1 deep dive</a> By Simon Jones 12 Aug 2009, <strong>PC Pro</strong>:</p>
+<p><em>OpenOffice.org has recently released version 3.1 of its eponymous
software suite, a minor upgrade that brings some welcome features and some much
needed polish to the nearest thing Microsoft Office has to a
competitor.</em></p>
+</li>
+<li>
+<p><a
href="http://www.thestarpress.com/article/20090715/BUSINESS/907150311/1046/Column--Microsoft-feels-pressure-for--free--software">Microsoft
feels pressure for ‘free’ software</a> By James Derk July 15,
2009, <strong>The Star Press</strong>:</p>
+<p><em>Anyone can download OpenOffice today for free at openoffice.org. The
open-source site offers a full-featured Office suite for nothing: no
advertising support, no nothing. Just download it, install it and go. Some
colleges and businesses have already moved to OpenOffice to save money, and I
expect others to give it a look.</em></p>
+</li>
+<li>
+<p><a
href="http://www.eweekeurope.co.uk/product/openoffice-org-3-1--better-performance--915">OpenOffice.org
3.1: Better Performance</a> By Jason Brooks 18-05-2009,
<strong>eWeek</strong>:</p>
+<p><em>The 3.0 release of OpenOffice left some issues in the productivity
suite. This new version makes a good job of fixing them</em></p>
+</li>
+<li>
+<p><a
href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&taxonomyName=&articleId=9132829&taxonomyId=&intsrc=kc_feat">OpenOffice.org
3.1: The next generation</a> By Steven J. Vaughan-Nichols, May 11 2009,
<strong>Computerworld</strong>:</p>
+<p><em>The latest version of the open-source office suite OpenOffice.org 3.1
has just arrived, and it’s a good one. While some of the improvements are
visible to the naked eye, I found that the most important changes were hidden
under the hood.</em></p>
+</li>
+<li>
+<p><a
href="http://www.theregister.co.uk/2009/05/11/openoffice_3_dot_1_review/">OpenOffice
3.1 ready to lick Microsoft’s suite?</a> By Scott Gilbertson, 11th May,
2009 04:14 GMT, <strong>The Register</strong>:</p>
+<p><em>OpenOffice.org remains the most popular open source answer to
Microsoft’s ubiquitous Office suite, and in these recessionary times, the
appeal of “free” software is stronger than ever.</em></p>
+</li>
+<li>
+<p><a
href="http://www.betanews.com/article/OpenOffice-31-goes-to-bat-against-Office-2007-SP2/1242205198">OpenOffice
3.1 goes to bat against Office 2007 SP2</a> By Angela Gunn, May 13, 2009,
10:33 AM, <strong>betanews</strong>:</p>
+<p><em>Seven things that make the latest iteration of the free
productivity-apps suite a necessary download.</em></p>
+</li>
+</ul>
+<h2><a href="#ooo-30-reviews" id="ooo-30-reviews">OOo 3.0 Reviews</a></h2>
+<ul>
+<li>
+<p><a
href="http://www.smh.com.au/news/digital-life/articles/openoffice-30-a-fresh-blow-for-microsft/2008/11/24/1227491461526.html">OpenOffice
3.0 a fresh blow for Microsft</a> By Adam Turner November 25, 2008,
<strong>The Sydney Morning Herald</strong>:</p>
+<p><em>If you’re spending a fortune on MS Office licenses, you should at
least be evaluating OpenOffice to see if it meets the needs of your basic
users, if not your power users. Microsoft Office still has a place in many
organisations, but OpenOffice 3.0 is a viable alternative for many
people.</em></p>
+</li>
+<li>
+<p><a
href="http://www.pcmag.com/article2/0,2817,2332504,00.asp">OpenOffice.org
3.0</a> Full Review by Edward Mendelson, <strong>PC Magazine</strong>:</p>
+<p><em>But for the first time, I’m ready to recommend this new version
as a viable alternative to Microsoft’s offering. It still has rough
edges, but it has an impressive feature set, a generally lucid interface, pure
open-source credentials, and - in the current economic climate - the decisive
advantage of being absolutely free.</em></p>
+</li>
+<li>
+<p><a href="http://www.mysanantonio.com/life/31112254.html">OpenOffice offers
end run around Microsoft</a> By René A. Guzman - Express-News Web Posted:
10/17/2008 12:00 CDT, <strong>My San Antonio Life</strong>:</p>
+<p><em>In these tough economic times, it’s nice to know you can still
get quality for free. Take OpenOffice.org 3, the new office suite sure to give
Microsoft nothing but further grief.</em></p>
+</li>
+<li>
+<p><a
href="http://www.vnunet.com/vnunet/software/2229014/review-openoffice-org">Review:
OpenOffice.org 3.0</a> By Dave Bailey, 24 Oct 2008,
<strong>vnunet.com</strong>:</p>
+<p><em>Version 3.0 of OpenOffice.org does add significant new features, and
since in these financially turbulent times it costs nothing to install, it
could reduce bottom line expenditure significantly if deployed extensively. We
experienced few problems with the suite that couldn’t be circumvented
with workarounds. We think system administrators should give it a close look,
especially if they’re rolling out thousands of minimally used copies of
Microsoft Office with only fea [...]
+</li>
+<li>
+<p><a href="http://www.download.com/8301-2007_4-10064886-12.html">OpenOffice
3: Faster, uninspired interface</a> Posted by Seth Rosenblatt, October 13, 2008
4:59 PM PDT, <strong>CNET Download</strong>:</p>
+<p><em>After using OpenOffice’s MS Word analog, Writer, all day, I can
confirm that this update is worth it for the improvement in response and load
times, if nothing else. The installation is still enormous, with an installer
about 130MB for Windows users and 160MB for Mac, but the installation process
is smoother. From start to finish, it clocked in at around 5 minutes,
significantly faster than installing OpenOffice 2. People who use OpenOffice as
their primary productivity suit [...]
+</li>
+<li>
+<p><a
href="http://linuxformat.co.uk/modules.php?op=modload&name=News&file=article&sid=751&mode=thread&order=0&thold=0">The
LXF Test: OpenOffice.org 3.0</a> Monday, October 13, 2008 - 11:59 AM - Posted
by M-Saunders, <strong>Linux Format</strong>:</p>
+<p><em>Overall, does OpenOffice.org 3.0 provide a step forward? Yes, with
extra features and some performance improvements at startup, although in use it
still feels sluggish and clunky in places. Does it justify the jump in major
version number? We’re not convinced, but the 2.x series has been around
for a while and this release does present a fresh face, and more scope for
extensions with the internal changes. On balance, the new OpenOffice.org
release is a step forward, and if t [...]
+</li>
+<li>
+<p><a
href="http://www.examiner.com/x-529-SF-Technology-Examiner~y2008m10d12-Treat-yourself-to-a-suite-alternative-OpenOfficeorg-30">Treat
yourself to a suite alternative: OpenOffice.org 3.0</a> October 12, 1:30 PM by
Jason Brooks, <strong>S.F. Technology Examiner</strong>:</p>
+<p><em>OpenOffice.org 3.0 is a great suite of office productivity applications
(word processor, spreadsheet, presentation and database) that’s very
similar to Microsoft Office in function, and very different in price. Where
pricing for Microsoft Office 2007 starts around $100, you can download and use
OpenOffice.org 3.0 for free.</em></p>
+</li>
+<li>
+<p><a
href="http://www.macworld.co.uk/macsoftware/news/index.cfm?newsid=23130&pagtype=al">OpenOffice
3.0 is available now</a> Monday, 13 October 2008 Jonny Evans,
<strong>Macworld</strong>:</p>
+<p><em>Microsoft faces serious challenge as well-featured free productivity
software ships. After three years development OpenOffice.org has introduced
OpenOffice 3.0, the most advanced version yet of its completely free Microsoft
Office competitor</em></p>
+</li>
+<li>
+<p><a
href="http://www.theinquirer.net/gb/inquirer/news/2008/10/12/openoffice">OpenOffice
3.0 is out</a> Sunday, 12 October 2008, 12:58 PM By Charlie Demerjian,
<strong>The Inquirer</strong>:</p>
+<p><em>Overall, OpenOffice 3.0 seems like a great step forward, and for the
low low price of free, how can you complain? Grab a copy and have at thee, it
is everything you could need in an office pack without the $500 price tag,
ever-changing UI, and forced file formats that people don’t want.</em></p>
+</li>
+<li>
+<p><a
href="http://www.heise-online.co.uk/open/OpenOffice-org-3-0-Reviewed--/features/111708">OpenOffice.org
3.0 Reviewed</a> 13 October 2008, 10:32 Dj Walker-Morgan, <strong>Heise Open
Source UK</strong>:</p>
+<p><em>OpenOffice.org is … a reasonably competent office productivity
suite for a large number of users and the various extensions, including the new
Import PDF Extension for 3.0, mean it can be, at least, sufficient for many
tasks.</em></p>
+</li>
+</ul>
+<h2><a href="#ooo-30-pre-release-reviews" id="ooo-30-pre-release-reviews">OOo
3.0 Pre-Release Reviews</a></h2>
+<ul>
+<li>
+<p><a
href="http://www.eweek.com/c/a/Linux-and-Open-Source/OpenOfficeorg-Grows-Up/">OpenOffice.org
Grows Up</a> By Jason Brooks, 2008-10-02, <strong>eWeek.com</strong>:</p>
+<p><em>Nine years after Sun Microsystems bought StarOffice, the resulting
OpenOffice.org project is ready to roll out its 3.0 release. Enhanced format
compatibility and features put it on par with Microsoft Office.</em></p>
+</li>
+<li>
+<p><a
href="http://www.expresscomputeronline.com/20081013/edit01.shtml">OpenOffice 3:
a preview</a> By Prashant Rao, <strong>Express India</strong>:</p>
+<p><em>OpenOffice is free, and for organizations that want to stay legal and
yet provide an office suite to all their workers. it is an excellent solution.
A mixed environment with power users on Office 2007 and the rest on OpenOffice
works well, as some of India’s biggest banks and BPO outfits have found out to
their advantage.</em></p>
+</li>
+</ul>
+<h2><a href="#ooo-2-reviews" id="ooo-2-reviews">OOo 2 Reviews</a></h2>
+<ul>
+<li><strong>PC Pro Magazine</strong> delivers its verdict on Version 2:
+<p><em>Our pick of the low-cost office suites has had a much-needed overhaul,
and now battles Microsoft in terms of features, not just price.</em></p>
+<p>OpenOffice.org 2 earns <img src="/product/pix/6stars.gif" alt="Six stars"
/> in <a href="http://www.pcpro.co.uk/reviews/80012/openoffice-2.html">Issue
135, Jan 06</a>. The magazine’s reviewer concludes:</p>
+<p><em>OpenOffice certainly doesn’t lack features compared to the market
leader, and most of its ease-of-use issues stem from people’s familiarity
with Microsoft Office rather than an inherent problem with the program itself.
As such, you should certainly try OpenOffice’s offering before donating
another UKP100 or more to Microsoft’s coffers. After all, it’s
free.</em></p>
+</li>
+</ul>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/robots.txt b/content/product/robots.txt
new file mode 100644
index 0000000..74945d1
--- /dev/null
+++ b/content/product/robots.txt
@@ -0,0 +1,4 @@
+User-Agent: *
+Disallow: windows.html
+Disallow: mac.html
+Disallow: linux.html
diff --git a/content/product/styles.css b/content/product/styles.css
new file mode 100644
index 0000000..9f92b32
--- /dev/null
+++ b/content/product/styles.css
@@ -0,0 +1,90 @@
+/**************************************************************
+ *
+ * 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.
+ *
+ *************************************************************/
+
+/*
+Unfortunatelly didn't find a way to add ids to UL element with MarkDown
+
+ul.test {
+ list-style: none;
+ margin: 10px;
+ padding: 10px;
+}
+*/
+
+li.product-writer {
+ background-image: url(/product/icons/writer.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+ line-height: 20px;
+ list-style: none;
+ margin: .4em 0;
+ padding: 10px 10px 3px 50px;
+}
+
+li.product-calc {
+ background-image: url(/product/icons/calc.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+ line-height: 20px;
+ list-style: none;
+ margin: .4em 0;
+ padding: 10px 10px 3px 50px;
+}
+
+li.product-impress {
+ background-image: url(/product/icons/impress.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+ line-height: 20px;
+ list-style: none;
+ margin: .4em 0;
+ padding: 10px 10px 3px 50px;
+}
+
+li.product-draw {
+ background-image: url(/product/icons/draw.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+ line-height: 20px;
+ list-style: none;
+ margin: .4em 0;
+ padding: 10px 10px 3px 50px;
+}
+
+li.product-base {
+ background-image: url(/product/icons/base.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+ line-height: 20px;
+ list-style: none;
+ margin: .4em 0;
+ padding: 10px 10px 3px 50px;
+}
+
+li.product-math {
+ background-image: url(/product/icons/math.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+ line-height: 20px;
+ list-style: none;
+ margin: .4em 0;
+ padding: 10px 10px 3px 50px;
+}
diff --git a/content/product/suite.html b/content/product/suite.html
new file mode 100644
index 0000000..8454439
--- /dev/null
+++ b/content/product/suite.html
@@ -0,0 +1,58 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>The Suite Advantage</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">The Suite Advantage</h1>
+
+ <p>Apache OpenOffice is more than a collection of six superb tools.</p>
+<p>Unlike some competitors, this suite was not created from a collection of
separate pieces of software. From the start, it was designed as one complete
office package.</p>
+<ul>
+<li>
+<p>All the packages have a similar “look and feel” making them
very easy to use, with common “learn once use everywhere” tools
like the Styles and Formatting. Apache OpenOffice takes its “look and
feel” from your computer - if you change your desktop, Apache OpenOffice
will change to match.</p>
+</li>
+<li>
+<p>The same tools are used consistently across the suite - for example, the
tools you use to work with graphics within Writer are also found in Impress and
Draw.</p>
+</li>
+<li>
+<p>You don’t need to know which application was used to create a
particular file - you can “File Open” any Apache OpenOffice file
from anywhere and the correct application will be launched.</p>
+</li>
+<li>
+<p>All the packages share a common spell-checker, etc.; and if you change an
“Option” in one package, it’s changed in them all.</p>
+</li>
+<li>
+<p>Information can be transferred easily between all the packages.</p>
+</li>
+<li>
+<p>All the components save in OpenDocument format, the new international
standard for office documents. This XML based format offers substantial disk
savings compared to common competitors’ formats. It also means you can
access your data from any OpenDocument compliant software.</p>
+</li>
+<li>
+<p>All the packages are installed in one single operation, using the
installation process you are used to on your computer.</p>
+</li>
+<li>
+<p>All the packages are released under the same open licensing model - there
are no hidden charges now or in the future.</p>
+</li>
+</ul>
+<p>Everything you need in an office productivity suite - <a href="/download/"
title="Download Apache OpenOffice">get it today</a>!</p>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/windows.html b/content/product/windows.html
new file mode 100644
index 0000000..246f7bd
--- /dev/null
+++ b/content/product/windows.html
@@ -0,0 +1,58 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice for Windows</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice for Windows</h1>
+
+ <h2><a href="#windows-version-support"
id="windows-version-support">Windows Version Support</a></h2>
+<p>The current Apache OpenOffice supports Microsoft Windows XP, Vista, Windows
7 and Windows 8.</p>
+<p>Specific platform version notes:</p>
+<ul>
+<li><strong>Windows 2000</strong>: OpenOffice may work on Windows 2000, but we
don’t test or recommend it.</li>
+<li><strong>Windows XP</strong>: Tested, stable, no platform-specific problems
known.</li>
+<li><strong>Windows Vista</strong>: Tested, stable, no platform-specific
problems known.</li>
+<li><strong>Windows 7</strong>: Tested, stable.</li>
+<li><strong>Windows 8</strong>: We run as a “desktop application”,
not a Metro “App”. Requires x86 or 64-bit Windows. We do not
support Windows RT, the ARM-based version, intended for tablets.</li>
+</ul>
+<p><strong>Please note</strong>: Apache OpenOffice is distributed as a 32-bit
application. It will run successfully in 32-bit mode on 64-bit versions of
Windows 7 and Windows 8. But in those cases a 32-bit JVM is required for some
functionality. Details are <a
href="http://www.openoffice.org/download/common/java.html">here</a>.</p>
+<h2><a href="#hardware-requirements" id="hardware-requirements">Hardware
Requirements</a></h2>
+<p>Hardware demands are quite modest and even older machines should be able to
run OpenOffice:</p>
+<ul>
+<li><strong>Memory</strong>: Minimum 256 Mbytes RAM (512 MB RAM
recommended).</li>
+<li><strong>Storage</strong>: At least 650 Mbytes available disk space for a
default install via download. After installation and deletion of temporary
installation files, Apache OpenOffice will use approximately 440 Mbytes disk
space.</li>
+<li><strong>Graphics</strong>: 1024 x 768 or higher resolution with at least
256 colours.</li>
+</ul>
+<h2><a href="#windows-specific-features"
id="windows-specific-features">Windows-specific Features</a></h2>
+<p>Apache OpenOffice has the following special features on Windows:</p>
+<ul>
+<li>Mail client integration via Messaging Application Programming Interface <a
href="http://msdn.microsoft.com/en-us/library/exchange/aa142548%28v=exchg.65%29.aspx">(MAPI)</a></li>
+</ul>
+<h2><a href="#additional-resources" id="additional-resources">Additional
Resources</a></h2>
+<ul>
+<li>Click here to <a
href="http://www.openoffice.org/download/">download</a></li>
+<li>Click here to get <a
href="http://www.openoffice.org/download/common/instructions.html#win">Install
intructions for OpenOffice on Windows</a></li>
+<li>Click here to get help and support in the <a
href="http://forum.openoffice.org/">Community Support Forums</a></li>
+</ul>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>
diff --git a/content/product/writer.html b/content/product/writer.html
new file mode 100644
index 0000000..d638854
--- /dev/null
+++ b/content/product/writer.html
@@ -0,0 +1,44 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+
+ <title>Apache OpenOffice Writer</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+ <!--#include virtual="/scripts/google-analytics.js" -->
+ <!--#include virtual="/scripts/entourage.js" -->
+ </head>
+ <body>
+ <!--#include virtual="/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/product/">product</a></div>
+ </div>
+ <div id="clear"></div>
+ <!--#include virtual="/product/leftnav.html" -->
+
+ <div id="content"><h1 class="title">Apache OpenOffice Writer</h1>
+
+ <p><a href="/product/pix/writer-big.png" title="Click for bigger
version"><img src="/product/pix/writer.png" alt="Screendump of Apache
OpenOffice Writer" /></a> # {.rfloatimg}</p>
+<p><em>Letting you concentrate on writing your ideas</em></p>
+<p><strong>Writer</strong> has everything you would expect from a modern,
fully equipped word processor.</p>
+<p>It is simple enough for a quick memo, yet powerful enough to create
complete books with contents, diagrams, indexes, etc. You’re free to
concentrate on your ideas while Writer makes them look great.</p>
+<p><em>Wizards</em> take all the hassle out of producing standard documents
such as letters, faxes, agendas, minutes, or carrying out more complex tasks
such as mail merges. Of course, you are also free to create your own templates,
or <a href="http://templates.openoffice.org" title="Download Apache OpenOffice
Templates">download templates</a> from our Templates repository.</p>
+<p><em>Styles and Formatting</em> puts the power of style sheets into the
hands of every user.</p>
+<p><em>AutoCorrect dictionary</em> can trap typing mistakes on the fly,
checking your spelling as you type. Writer can handle the use of different
languages in your document too.</p>
+<p><em>AutoComplete</em> reduces typing effort, it will suggest common words
and phrases to complete what you are typing.</p>
+<p><em>Text frames</em> and <em>linking</em> give you the power to tackle
desktop publishing tasks for newsletters, flyers, etc. laid out exactly the way
you want them to be.</p>
+<p><em>Table of Contents & References</em> - Increase the usefulness of
your long, complex documents by generating a table of contents or indexing
terms, bibliographical references, illustrations, tables, and other objects.</p>
+<p><em>Multi-page display</em> - Writer can also display multiple pages while
you edit - ideal for complex documents. Works well with large and multiple
monitors.</p>
+<p><em>Notes</em> - The notes feature displays notes and comments on the side
of the document. This makes notes a lot easier to read. In addition, notes from
different users are displayed in different colors together with the editing
date and time.</p>
+<p><em>HTML, PDF, MediaWiki formats</em> - Make your documents freely
available with Writer’s HTML export to the web, or export in MediaWiki
format for publishing to wikis. Publish in Portable Document Format (.pdf) to
guarantee that what you write is what your reader sees. The PDF export feature
in Apache OpenOffice provides a huge set of formatting and security options; so
that PDF files can be customized for many different scenarios, including ISO
standard PDF/A files.</p>
+<p><em>.odt Standard</em> - Save your documents in OpenDocument format, the
new international standard for office documents. This XML based format means
you’re not tied in to Writer. You can access your documents from any
OpenDocument compliant software.</p>
+<p><em>.docx & .doc support</em> - Writer can of course read all your
older Microsoft Word documents, or save your work in Microsoft Word format for
sending to people who are still using Microsoft products. Writer can also open
.docx files created with Microsoft Office 2007 or Microsoft Office 2008 for Mac
OS X.</p>
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>