You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by gi...@apache.org on 2021/06/28 19:52:54 UTC

[openoffice-project] 01/01: Automatic Site Publish by Buildbot

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch preview/refresh-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git

commit ddca22d46acd63b3a967cc6b6399b702aaa6fbf8
Author: buildbot <us...@infra.apache.org>
AuthorDate: Mon Jun 28 19:52:49 2021 +0000

    Automatic Site Publish by Buildbot
---
 .asf.yaml                                     |  28 +
 output/.htaccess                              |   3 +
 output/bug-tracking.html                      | 134 ++++
 output/community-faqs.html                    | 153 ++++
 output/contact.html                           | 149 ++++
 output/contributing-code.html                 | 162 +++++
 output/developer-faqs.html                    | 199 ++++++
 output/doap_openoffice.rdf                    |  66 ++
 output/docs/download_process.png              | Bin 0 -> 94669 bytes
 output/docs/edit-cms.html                     | 246 +++++++
 output/docs/governance/consensusBuilding.html | 165 +++++
 output/docs/governance/lazyConsensus.html     | 172 +++++
 output/docs/governance/voting.html            | 206 ++++++
 output/downloads.html                         | 978 ++++++++++++++++++++++++++
 output/events.html                            | 159 +++++
 output/favicon.ico                            | Bin 0 -> 32038 bytes
 output/get-involved-de.html                   | 204 ++++++
 output/get-involved.html                      | 199 ++++++
 output/get-it-here.html                       | 183 +++++
 output/images/AOO4_website_logo.png           | Bin 0 -> 8430 bytes
 output/images/action-bg.png                   | Bin 0 -> 215 bytes
 output/images/action-clipart.png              | Bin 0 -> 2187 bytes
 output/images/action-contract.png             | Bin 0 -> 214 bytes
 output/images/action-dictionaries.png         | Bin 0 -> 2084 bytes
 output/images/action-download.png             | Bin 0 -> 2297 bytes
 output/images/action-expand.png               | Bin 0 -> 212 bytes
 output/images/action-extend.png               | Bin 0 -> 1867 bytes
 output/images/action-help.png                 | Bin 0 -> 3641 bytes
 output/images/action-info.png                 | Bin 0 -> 4290 bytes
 output/images/action-link.png                 | Bin 0 -> 175 bytes
 output/images/action-participate.png          | Bin 0 -> 2804 bytes
 output/images/action-templates.png            | Bin 0 -> 1612 bytes
 output/images/action.png                      | Bin 0 -> 1807 bytes
 output/images/asf_logo_small.png              | Bin 0 -> 14400 bytes
 output/images/campaign-divider.png            | Bin 0 -> 268 bytes
 output/images/download-bg.png                 | Bin 0 -> 9575 bytes
 output/images/get-it-here/en.png              | Bin 0 -> 26050 bytes
 output/images/licensing.png                   | Bin 0 -> 1849 bytes
 output/index.html                             | 236 +++++++
 output/license.html                           | 305 ++++++++
 output/list-conduct.html                      | 238 +++++++
 output/mailing-lists.html                     | 357 ++++++++++
 output/mission.html                           | 173 +++++
 output/native-lang.html                       | 159 +++++
 output/orientation/decision-making.html       | 205 ++++++
 output/orientation/how-aoo-project-works.html | 164 +++++
 output/orientation/index.html                 | 168 +++++
 output/orientation/infrastructure.html        | 183 +++++
 output/orientation/intro-contributing.html    | 182 +++++
 output/orientation/intro-development.html     | 175 +++++
 output/orientation/intro-doc.html             | 186 +++++
 output/orientation/intro-l10n.html            | 136 ++++
 output/orientation/intro-marketing.html       | 194 +++++
 output/orientation/intro-qa.html              | 272 +++++++
 output/people.html                            | 134 ++++
 output/pmc-faqs.html                          | 340 +++++++++
 output/press.html                             | 141 ++++
 output/privacy.html                           | 149 ++++
 output/qa.html                                | 150 ++++
 output/robots.txt                             |   3 +
 output/security.html                          | 154 ++++
 output/social.html                            | 140 ++++
 output/source.html                            | 183 +++++
 output/students.html                          | 164 +++++
 output/style-test.html                        | 161 +++++
 output/svn-basics.html                        | 424 +++++++++++
 output/terms.html                             | 175 +++++
 output/theme/css/openoffice.css               | 377 ++++++++++
 output/trademarks.html                        | 204 ++++++
 output/translate.html                         | 183 +++++
 output/website-local.html                     | 389 ++++++++++
 output/website-native.html                    | 304 ++++++++
 72 files changed, 10514 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..325c506
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,28 @@
+github:
+  description: "Apache OpenOffice Project Website"
+  homepage: "https://openoffice.apache.org/"
+  labels:
+    - openoffice
+    - apache
+    - website
+
+notifications:
+  commits:      commits@openoffice.apache.org
+  issues:       dev@openoffice.apache.org
+  pullrequests: dev@openoffice.apache.org
+
+pelican:
+  notify:       commits@openoffice.apache.org
+  autobuild:    preview/*
+  target:       asf-site
+  theme:        theme/openoffice
+  minimum_page_count: 10
+  whoami:       main
+
+staging:
+  profile: ~
+  whoami: asf-site
+  autostage: preview/*
+
+publish:
+  whoami:       asf-site
diff --git a/output/.htaccess b/output/.htaccess
new file mode 100644
index 0000000..fa6337a
--- /dev/null
+++ b/output/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
diff --git a/output/bug-tracking.html b/output/bug-tracking.html
new file mode 100644
index 0000000..b886cb6
--- /dev/null
+++ b/output/bug-tracking.html
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Bug Tracking</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Bug Tracking</h1>
+    
+
+    <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
+<p>The project uses <a href="https://www.bugzilla.org/">Bugzilla</a> to track and manage issues. It&rsquo;s hosted at Apache:</p>
+<p><a href="https://bz.apache.org/ooo/">https://bz.apache.org/ooo/</a></p>
+<p>Please feel free to submit bugs, feature requests, patches or comments.</p>
+<h2 id="file-a-bug">File a Bug<a class="headerlink" href="#file-a-bug" title="Permanent link">&para;</a></h2>
+<p>Please read the guide &ldquo;<a href="https://wiki.openoffice.org/wiki/QA/HowToFileIssue">How to Open a Bug</a>&rdquo; on our wiki.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/community-faqs.html b/output/community-faqs.html
new file mode 100644
index 0000000..e6123ee
--- /dev/null
+++ b/output/community-faqs.html
@@ -0,0 +1,153 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Community FAQs</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Community FAQs</h1>
+    
+
+    <h2 id="how-are-decisions-made-in-the-project">How are decisions made in the project?<a class="headerlink" href="#how-are-decisions-made-in-the-project" title="Permanent link">&para;</a></h2>
+<p>The most important thing about engaging with any Apache project is that everyone
+is equal. All people with an opinion are entitled to express that opinion and, where 
+appropriate, have it considered by the community.</p>
+<p>To some the idea of having to establish consensus in a large and distributed team 
+sounds inefficient and frustrating. Don&rsquo;t despair though, The Apache Way has a
+set of simple processes to ensure things proceed at a good pace.</p>
+<p>In ASF projects we don&rsquo;t like to vote. We reserve that for the few things that need 
+official approval for legal or process reasons (e.g. a release or a new committer).
+Most of the time we work with the consensus building techniques documented below.</p>
+<h2 id="what-is-lazy-consensus">What is &ldquo;Lazy Consensus&rdquo;?<a class="headerlink" href="#what-is-lazy-consensus" title="Permanent link">&para;</a></h2>
+<p><a href="/docs/governance/lazyConsensus.html">Lazy consensus</a> is the first, and possibly the most important, consensus building 
+tool we have. Essentially lazy consensus means that you don&rsquo;t need to get explicit
+approval to proceed, but you need to be prepared to listen if someone objects.</p>
+<h2 id="consensus-building">Consensus Building<a class="headerlink" href="#consensus-building" title="Permanent link">&para;</a></h2>
+<p>Sometimes lazy consensus is not appropriate. In such cases it is necessary to
+make a proposal to the mailing list and discuss options. There are mechanisms
+for quickly showing your support or otherwise for a proposal and 
+<a href="/docs/governance/consensusBuilding.html">building consensus</a> amongst the community.</p>
+<p>Once there is a consensus people can proceed with the work under the <a href="/docs/governance/lazyConsensus.html">lazy 
+consensus</a> model.</p>
+<h2 id="what-about-voting">What about voting?<a class="headerlink" href="#what-about-voting" title="Permanent link">&para;</a></h2>
+<p>Occasionally a &ldquo;feel&rdquo; for consensus is not enough. Sometimes we need to 
+have a measurable consensus. For example, when <a href="/docs/governance/voting.html">voting</a> in new committers or 
+to approve a release.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/contact.html b/output/contact.html
new file mode 100644
index 0000000..8f9f32e
--- /dev/null
+++ b/output/contact.html
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Contact Us</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Contact Us</h1>
+    
+
+    <p>Any questions dealing with the use of Apache OpenOffice maybe directed to either the user web forums at:</p>
+<ul>
+<li><a href="https://forum.openoffice.org">https://forum.openoffice.org</a></li>
+</ul>
+<p>or if you prefer to use a mailing list:</p>
+<ul>
+<li>Subscribe: users-subscribe@openoffice.apache.org</li>
+<li>Post (after subscription): users@openoffice.apache.org</li>
+</ul>
+<p>For any questions, comments, or concerns about this project or website please contact the project on the developer mailing list:</p>
+<ul>
+<li><a href="mailto:dev@openoffice.apache.org">dev@openoffice.apache.org</a></li>
+</ul>
+<p>For private or legal matters, please contact the Project Management Committee (PMC):</p>
+<ul>
+<li><a href="mailto:private@openoffice.apache.org">private@openoffice.apache.org</a></li>
+</ul>
+<p>For security issues, please contact the private security list:</p>
+<ul>
+<li><a href="mailto:security@openoffice.apache.org">security@openoffice.apache.org</a></li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/contributing-code.html b/output/contributing-code.html
new file mode 100644
index 0000000..8063977
--- /dev/null
+++ b/output/contributing-code.html
@@ -0,0 +1,162 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Contributing Code to Apache OpenOffice</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Contributing Code to Apache OpenOffice</h1>
+    
+
+    <p>If you have code that you want to contribute to the Apache OpenOffice project, then we would <a href="mailto:dev@openoffice.apache.org">love to talk to you</a> about this.</p>
+<p>Apache projects put a strong emphasis on code pedigree and reviewing and documenting licenses and notices, more so than many other open source projects. This is done to make our
+projects more valuable to users, especially to other developers. This is one of the ways we add value, one of the things that makes Apache special. So please don&rsquo;t be offended
+if one of the first things we question you about is the license and the pedigree of the code.</p>
+<p>The main requirements for contributing code to Apache OpenOffice are:</p>
+<ul>
+<li>The code must be under the Apache License 2.0 and it must be
+contributed by or with permission of the original author(s) of the code.
+Dependencies on third party libraries should be
+discussed on the <a href="https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public">dev list</a>,
+to see how these can be brought into conformance with
+<a href="https://www.apache.org/legal/resolved.html#category-a">ASF policy</a>.</li>
+<li>The code must be of sufficient quality and value  to the project that our programmer (Committers) approve it, or at least don&rsquo;t reject it.</li>
+<li>We&rsquo;re happy to accept a small patch to fix a bug here or there, without further commitment from the code author. But the larger the contribution 
+the greater is the need for help integrating, testing and maintaining the code. This doesn&rsquo;t necessarily
+require participation from the original author(s) of the code, though this is encouraged. But we will want to see that there is support in the community
+sufficient for sustaining the development of significant contributions.</li>
+</ul>
+<p>Some specific scenarios:</p>
+<ul>
+<li>For small bug fixes and enhancements, contributed by the original author of the code, these are best submitted as patches attached to a <a href="https://bz.apache.org/ooo/">Bugzilla issue</a></li>
+<li>For larger contributions, contributed by a single original author, we might ask you to
+  submit an <a href="https://www.apache.org/licenses/icla.txt">Individual Contributor License Agreement (ICLA)</a> form.
+  The copyright on your code will still belong to you, but the ICLA helps
+  protect the users of Apache OpenOffice. All project Committers have also signed this form.</li>
+<li>For contributions of multi-author code, it is best to start a discussion on our <a href="mailto:dev@openoffice.apache.org">dev mailing list</a> so we can discuss the most appropriate way of processing it.</li>
+<li>For large codebases developed outside of Apache, especially ones created behind a corporate firewall, we typically require a <a href="https://www.apache.org/licenses/cla-corporate.txt">Software Grant Agreement</a> 
+  before we can accept the contribution. Again, an early discussion on our <a href="mailto:dev@openoffice.apache.org">dev mailing list</a> is recommended.</li>
+</ul>
+<p>Note: It is perfectly fine for a programmer to contribute the same bug fix or feature patch to multiple open source projects. As the author you have the right to make your code available
+to us under the Apache License as well as to make the same code available to another project under LGPL. Similarly, if you have code that you&rsquo;ve contributed to another project under
+MPL or LGPL you can also make it available to us under the Apache License, maximizing the number of people who will benefit from your work. For small patches it would be sufficient to 
+<a href="mailto:dev@openoffice.apache.org">send us a note</a> pointing to an existing patch or VCS revision containing your contribution and stating that you wish to contribute it to
+us under the Apache License as well.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/developer-faqs.html b/output/developer-faqs.html
new file mode 100644
index 0000000..4aa3c8b
--- /dev/null
+++ b/output/developer-faqs.html
@@ -0,0 +1,199 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Developer FAQs</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Developer FAQs</h1>
+    
+
+    <p>Welcome to OpenOffice development! </p>
+<div class="toc">
+<ul>
+<li><a href="#where-can-i-find-out-more-about-code-development">Where can I find out more about code development?</a></li>
+<li><a href="#ive-just-been-voted-in-as-a-committer-what-do-i-need-to-do">I&rsquo;ve just been voted in as a Committer. What do I need to do?</a></li>
+<li><a href="#im-not-a-committer-but-would-like-to-contribute-what-should-i-do">I&rsquo;m not a committer, but would like to contribute, what should I do?</a></li>
+<li><a href="#how-do-i-use-apache-subversion">How do I use Apache Subversion?</a></li>
+<li><a href="#where-can-i-download-developer-builds">Where can I download developer builds?</a></li>
+<li><a href="#how-do-i-edit-the-websites">How Do I Edit the Websites?</a></li>
+</ul>
+</div>
+<h2 id="where-can-i-find-out-more-about-code-development">Where can I find out more about code development?<a class="headerlink" href="#where-can-i-find-out-more-about-code-development" title="Permanent link">&para;</a></h2>
+<p>You might want to start by reviewing the legacy information on <a href="https://www.openoffice.org/development/">OpenOffice.org
+development</a>. Or, take
+a look at information posted on the <a href="https://wiki.openoffice.org/wiki/Main_Page">Apache OpenOffice wiki</a>
+under <em>Documentation - For Developers</em>.</p>
+<p>Of course, you will need the <a href="https://openoffice.apache.org/source.html">source code</a> to do anything. We recommend building in your own environment as a first step.</p>
+<p>You don&rsquo;t have to be an actual committer to submit code. You can submit patches through
+the Apache OpenOffice Bugzilla issue reporting system. You simply need to file an issue
+and supply your patch as an attachment to the issue.</p>
+<p>Please also see our <a href="https://openoffice.apache.org/orientation/index.html">Orientation Modules</a> for information on how the project works and identifying outstanding development tasks.</p>
+<h2 id="ive-just-been-voted-in-as-a-committer-what-do-i-need-to-do">I&rsquo;ve just been voted in as a Committer. What do I need to do?<a class="headerlink" href="#ive-just-been-voted-in-as-a-committer-what-do-i-need-to-do" title="Permanent link">&para;</a></h2>
+<p>First, congratulations. Your contributions to the project have been noted and we 
+hope that as a Committer you will be even more active.</p>
+<p>But before you are officially given Committer permissions, there are a few 
+administrative steps that you will need to complete. </p>
+<ol>
+<li>Submit a signed <a href="https://www.apache.org/licenses/icla.txt">ICLA</a> to Apache.</li>
+<li>Wait for the ICLA to be received and recorded by Apache. You will know 
+when this has occurred when your name appears in the <a href="https://people.apache.org/committer-index.html#unlistedclas">Unlisted ICLAs</a> section 
+on the Apache Committers page. This could take a couple of days, longer if you
+submitted the ICLA via post.</li>
+<li>Once the your ICLA has been recorded, you should send a note to the <a href="mailto:private@openoffice.apache.org">PMC</a> 
+and request an Apache account. You will want to include your full name and email address, 
+as you entered in the ICLA, as well as your preferred userid. Please <a href="https://people.apache.org/committer-index.html">check first</a> 
+that your preferred userid is not already in use by another Apache Committer.</li>
+<li>Once your Apache account has been created, you will receive an email with
+further instructions for setting up your account. This may take a couple of days.</li>
+<li>
+<p>If you were also voted as a PMC member, you should then <a href="mailto:private-subscribe@openoffice.apache.org">subscribe</a> to the 
+PMC&rsquo;s private mailing list.</p>
+</li>
+<li>
+<p>Finally, you should read the <a href="https://www.apache.org/dev/new-committers-guide.html">&ldquo;Guide for new committers&rdquo;</a></p>
+</li>
+</ol>
+<h2 id="im-not-a-committer-but-would-like-to-contribute-what-should-i-do">I&rsquo;m not a committer, but would like to contribute, what should I do?<a class="headerlink" href="#im-not-a-committer-but-would-like-to-contribute-what-should-i-do" title="Permanent link">&para;</a></h2>
+<p>Apache OpenOffice welcomes your contributions!</p>
+<p>To contribute to the OpenOffice product, you will need to submit subversion patches (&ldquo;diff&rdquo; files), and attach them to issues in our <a href="https://bz.apache.org/ooo/">issues reporting system</a>, Bugzilla.</p>
+<p>Your contributions will be recognized by the committer submitting the PATCH in the
+log entry for the committed patch, and you will be added to the <a href="https://www.openoffice.org/welcome/credits.html">OpenOffice credits page</a>
+to recognize your contribution.</p>
+<p>The following sections will explain more about this.</p>
+<h2 id="how-do-i-use-apache-subversion">How do I use Apache Subversion?<a class="headerlink" href="#how-do-i-use-apache-subversion" title="Permanent link">&para;</a></h2>
+<p>Instructions can be found on the <a href="svn-basics.html">Subversion Basics</a> page.</p>
+<p>Please note that we are using a Subversion/Bugzilla integration,
+e.g. when you are committing something and mention the bugzilla issue in
+the commit summary, then this bugzilla issue gets automatically updated
+with some short info about the change. The recommended notation to mention
+e.g. issue 1234 is to use a #i1234# at the start of the commit message summary.</p>
+<h2 id="where-can-i-download-developer-builds">Where can I download developer builds?<a class="headerlink" href="#where-can-i-download-developer-builds" title="Permanent link">&para;</a></h2>
+<p>Developer builds are not official releases and may be unstable. But they can be useful to download for those who 
+need early access to builds, but who do not want to compile their own build. They are announced and discussed only on the development list, as they are not production builds. Apache OpenOffice currently has two types of development builds: those generated by buildbots, and those manually generated/built.</p>
+<p>Apache OpenOffice makes use of buildbots for some of our environments. You can review the Apache OpenOffice buildbot information <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Buildbot+info">here</a>. Additional information on buildbot builds for Windows, Linux64 and Linux32 can be found <a href="https://www.openoffice.org/download/devbuilds.html">here</a>.</p>
+<p>Development snapshots, which are manually generated, are used as the final step leading up to a release. These are used for final testing before an approved release. You will also find helpful hints for specific platform building here.</p>
+<blockquote>
+<p><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds">the Unofficial Development Snapshots page</a></p>
+</blockquote>
+<p>Also, please see the <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Project+Planning">Planning Area of the Project Wiki</a> for
+additional information on current and future releases.</p>
+<h2 id="how-do-i-edit-the-websites"><a href="website-local.html">How Do I Edit the Websites?</a><a class="headerlink" href="#how-do-i-edit-the-websites" title="Permanent link">&para;</a></h2>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/doap_openoffice.rdf b/output/doap_openoffice.rdf
new file mode 100644
index 0000000..6458f08
--- /dev/null
+++ b/output/doap_openoffice.rdf
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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
+
+         https://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.
+-->
+  <Project rdf:about="https://openoffice.apache.org">
+    <created>2013-01-03</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+    <name>Apache OpenOffice</name>
+    <homepage rdf:resource="https://openoffice.apache.org" />
+    <asfext:pmc rdf:resource="https://openoffice.apache.org" />
+    <shortdesc>An open-source, office-document productivity suite</shortdesc>
+    <description>Apache OpenOffice is a leading open-source, office-document productivity suite providing six
+    productivity applications (Writer, Calc, Impress, Draw, Math, Base) based around the OpenDocument Format
+    (ODF). OpenOffice is released on Windows, OS X, Linux 32-bit DEB+RPM, Linux 64-bit DEB+RPM and in 41
+    languages.</description>
+    <bug-database rdf:resource="https://bz.apache.org/ooo/" />
+    <mailing-list rdf:resource="https://openoffice.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="https://www.openoffice.org/download/" />
+    <programming-language>C++</programming-language>
+    <category rdf:resource="https://projects.apache.org/category/content" />
+    <release>
+      <Version>
+        <name>Apache OpenOffice 4.1.10</name>
+        <created>2021-05-04</created>
+        <revision>4.1.10</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/openoffice.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=openoffice.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Andrea Pescetti</foaf:name>
+          <foaf:mbox rdf:resource="mailto:pescetti@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>OpenDocument</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>26300:2006</asfext:id>
+      <asfext:url rdf:resource="https://www.iso.org/standard/43485.html"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>
diff --git a/output/docs/download_process.png b/output/docs/download_process.png
new file mode 100644
index 0000000..e1ba14f
Binary files /dev/null and b/output/docs/download_process.png differ
diff --git a/output/docs/edit-cms.html b/output/docs/edit-cms.html
new file mode 100644
index 0000000..cbf12aa
--- /dev/null
+++ b/output/docs/edit-cms.html
@@ -0,0 +1,246 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>How to edit the Apache OpenOffice website</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>How to edit the Apache OpenOffice website</h1>
+    
+
+    <h2 id="new-workflow">New Workflow<a class="headerlink" href="#new-workflow" title="Permanent link">&para;</a></h2>
+<p>Both https://www.openoffice.org and this website - https://openoffice.apache.org are being
+moved to a new Git based process.</p>
+<ul>
+<li><a href="https://github.com/apache/openoffice-org/">openoffice.org</a></li>
+<li><a href="https://github.com/apache/openoffice-project/">openoffice.apache.org</a></li>
+</ul>
+<p>Workflow is described in the README files in each repository.</p>
+<hr />
+<p><strong>The Apache CMS is deprecated</strong>. Some of the material below is still useful and can be repurposed.</p>
+<hr />
+<p>This documentation shows how to edit the Apache OpenOffice
+website. This includes creation of new pages, modification, and deletion - for files
+and sub-directories.</p>
+<h2 id="how-it-works-in-general">How it works in general<a class="headerlink" href="#how-it-works-in-general" title="Permanent link">&para;</a></h2>
+<p>The website is hosted in a Content Management System (CMS). When you edit a web page
+there are potentially four different versions of it to think about:</p>
+<ol>
+<li>There is the latest version of the page source stored in subversion.</li>
+<li>There is your working copy of that page source, which you are editing.</li>
+<li>There is the generated HTML from that source, in the staging directory.</li>
+<li>There is the production version of the HTML, which is what the public sees.</li>
+</ol>
+<p>The general flow for updating the website is:</p>
+<ol>
+<li>You check out the latest version of the web page&rsquo;s source.</li>
+<li>You edit the page source using <a href="http://daringfireball.net/projects/markdown/syntax">Markdown text syntax</a> (mdtext).</li>
+<li>You commit the source into the repository.  (You will see the SVN commit mail with
+    your log message.)</li>
+<li>The commit automatically triggers a build that converts the markdown files 
+    into HTML files in the staging directory.  (You will see a commit mail with &ldquo;Staging
+    update by buildbot&rdquo; as log message.)</li>
+<li>You verify that the staged webpage is correct and then tell the CMS to publish 
+    the changes to the production directory.  (You will see a commit mail with &ldquo;Publishing
+    merge to openofficeorg site by <your Apache ID>&rdquo; as log message.)</li>
+</ol>
+<p>The intent of this workflow is to allow committers flexibility in changing 
+webpages and testing changes on a staging website, before moving these changes to
+the public web site.</p>
+<h2 id="command-line-editing-workflow">Command line editing workflow<a class="headerlink" href="#command-line-editing-workflow" title="Permanent link">&para;</a></h2>
+<p>It is assumed that you have already checked out the code from the SVN repository
+(https://svn.apache.org/repos/asf/openoffice).</p>
+<p>Edit the file via your favorite editor like vi and finally commit via SVN:</p>
+<div class="highlight"><pre><span></span><code><span class="err"> vi myfile.mdtext</span>
+<span class="err"> svn ci -m&quot;My log message&quot; myfile.mdtext</span>
+</code></pre></div>
+
+<p>Now wait a few seconds so that the entire website can be rebuilt.
+Verify the staged webpage in a web browser at:</p>
+<div class="highlight"><pre><span></span><code><span class="err"> http://openofficeorg.staging.apache.org/openofficeorg/myfile.html</span>
+</code></pre></div>
+
+<p>Then publish the site:</p>
+<div class="highlight"><pre><span></span><code><span class="err">curl -sL http://s.apache.org/cms-cli | perl</span>
+</code></pre></div>
+
+<p>If this does not work on your local machine just do it on &ldquo;people.apache.org&rdquo; by
+executing this:</p>
+<div class="highlight"><pre><span></span><code><span class="err">ssh -t &lt;user&gt;@people.apache.org publish.pl openofficeorg &lt;your Apache ID&gt;</span>
+</code></pre></div>
+
+<h2 id="browser-based-editing-workflow">Browser-based editing workflow<a class="headerlink" href="#browser-based-editing-workflow" title="Permanent link">&para;</a></h2>
+<h3 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites" title="Permanent link">&para;</a></h3>
+<h4 id="browser-bookmark">Browser bookmark<a class="headerlink" href="#browser-bookmark" title="Permanent link">&para;</a></h4>
+<p>Normally you see the webpage in your browser. To update this page with an
+inline-editor and little preview you use the <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))">Apache CMS</a> JavaScript bookmarklet.  Drag that 
+link to your browser&rsquo;s toolbar.  For more information see <a href="https://cms.apache.org/#bookmark">here</a>.</p>
+<h4 id="apache-id">Apache ID<a class="headerlink" href="#apache-id" title="Permanent link">&para;</a></h4>
+<p>Furthermore, you need an Apache ID to authenticate to the system.</p>
+<h3 id="starting">Starting<a class="headerlink" href="#starting" title="Permanent link">&para;</a></h3>
+<p>Browse to the webpage or directory you would like to edit and click on
+the bookmarklet. Now click on the [Edit this directory] link on the top. The following
+is displayed as content from the CMS.</p>
+<h3 id="edit-an-existing-webpage">Edit an existing webpage<a class="headerlink" href="#edit-an-existing-webpage" title="Permanent link">&para;</a></h3>
+<p>Click on the actions link [Edit] in the appropriate table cell for editing the
+current file. If the file is not in this directory but in a subdirectory, just click on
+the directory name (e.g., &ldquo;docs/&rdquo;) to enter this directory.</p>
+<p>Now you should see a new webpage with four fields:</p>
+<ol>
+<li>Upper left is the inline editor for text in markdown syntax.</li>
+<li>Upper right shows the written text as a permanent preview or as HTML source code.</li>
+<li>Below the editor you can enter a log message.</li>
+<li>Enter a general header text, e.g., the license of the entered text.</li>
+</ol>
+<p>When you have finished writing your text, check the &ldquo;Quick Commit&rdquo; box, enter a
+commit message and click on [Submit].  This commits your changes to the Subversion 
+repository.</p>
+<h3 id="verifying-the-staged-web-site">Verifying the staged web site<a class="headerlink" href="#verifying-the-staged-web-site" title="Permanent link">&para;</a></h3>
+<p>As noted above, committing your changes triggers a build of the markdown files
+into HTML in the staging directory.  Wait a few
+seconds and then click the [Staged] link to view your web page as staged.</p>
+<p>At this point you should test your web page.  Does it look right?  Any spelling 
+errors? Do the links work?  If you&rsquo;ve made substantial changes, perhaps test in
+more than one browser.</p>
+<p>Once you are satisfied that the page is correct, you are ready to publish it
+to the production site.</p>
+<h3 id="publishing-to-the-production-directory">Publishing to the production directory<a class="headerlink" href="#publishing-to-the-production-directory" title="Permanent link">&para;</a></h3>
+<p>After you have edited your files and/or directories, you need now to publish your
+modifications into production. For this please click on the link
+[Publish site] on the top of the webpage. Enter a commit message on click 
+on [Submit].  After a few seconds you can check the [Production] link to see the
+live version of your changes.  </p>
+<h3 id="create-a-new-webpage">Create a new webpage<a class="headerlink" href="#create-a-new-webpage" title="Permanent link">&para;</a></h3>
+<p>When in the correct directory, at the top enter a name for the new text file (e.g.,
+&ldquo;my-file.mdtext&rdquo;). Now you enter your text (see topic above).</p>
+<h3 id="create-new-subdirectory">Create new subdirectory<a class="headerlink" href="#create-new-subdirectory" title="Permanent link">&para;</a></h3>
+<p>When in the correct directory, at the top enter a name for the new directory (e.g.,
+&ldquo;my-dir/&rdquo;). Make sure you entered a trailing &ldquo;/&rdquo;!</p>
+<h3 id="delete-a-webpage-or-subdirectory">Delete a webpage or subdirectory<a class="headerlink" href="#delete-a-webpage-or-subdirectory" title="Permanent link">&para;</a></h3>
+<p>When in the correct directory, click on the actions link [Delete] in the appropriate
+table cell and enter a commit message. Finally click on [Submit].  Generally speaking
+it is always a good idea to use the CMS to delete files and directories over using
+the command-line svn interface, as the CMS will ensure everything gets deleted from
+the staging (and eventually production) repository on commit.  If you use the command-
+line interface instead, you will also need to manually delete the corresponding entities
+in the staging repository in order for those changes to propagate to the production site.</p>
+<h2 id="links">Links<a class="headerlink" href="#links" title="Permanent link">&para;</a></h2>
+<p><a href="http://www.apache.org/dev/cmsref.html">CMS Documentation Reference</a></p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/docs/governance/consensusBuilding.html b/output/docs/governance/consensusBuilding.html
new file mode 100644
index 0000000..e2f253d
--- /dev/null
+++ b/output/docs/governance/consensusBuilding.html
@@ -0,0 +1,165 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Consensus Building</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Consensus Building</h1>
+    
+
+    <p>In some cases there is no obvious path to take, or you might be a new community, 
+or a new member of an existing community. In these cases people will often 
+need to build consensus by making proposals and eliciting responses.</p>
+<p>We want to avoid unnecessary discussion and the creation of significant
+amounts of unnecessary mail that everyone in the community needs to read. 
+That is not to say that we want to avoid constructive discussion. This is 
+the lifeblood of a successful project. However, many ASF projects adopt a 
+shorthand notation for showing support, or otherwise, for a proposal.</p>
+<h2 id="expressing-support-or-otherwise">Expressing support (or otherwise)<a class="headerlink" href="#expressing-support-or-otherwise" title="Permanent link">&para;</a></h2>
+<p>The notation used is &ldquo;+1&rdquo;, &ldquo;-1&rdquo; and &ldquo;0&rdquo;. It&rsquo;s also common to see &ldquo;+0&rdquo; and &ldquo;-0&rdquo;.</p>
+<p>So, what do these notations mean?</p>
+<ul>
+<li>+1 means &ldquo;I agree with this and will help make it happen&rdquo;</li>
+<li>+0 means &ldquo;I agree with this but probably won&rsquo;t make it happen, so my 
+opinion is not that important&rdquo;</li>
+<li>-0 means &ldquo;I don&rsquo;t agree with this, but I&rsquo;m offering no alternative so 
+my opinion is not that important&rdquo;</li>
+<li>-1 means &ldquo;I don&rsquo;t agree and I am offering an alternative that I am able 
+to help implement&rdquo;</li>
+</ul>
+<p>Many people will use fractions to indicate the strength of their feelings,
+ e.g. &ldquo;+0.5&rdquo;. Some will even indicate this is a &ldquo;no brainer&rdquo; with something 
+like &ldquo;+1000&rdquo;.</p>
+<p>The important thing is that this is not an exact science. It&rsquo;s just a shorthand 
+way of communicating strength of feeling.</p>
+<h2 id="consensus-building-is-not-voting">Consensus Building is Not Voting<a class="headerlink" href="#consensus-building-is-not-voting" title="Permanent link">&para;</a></h2>
+<p>The confusing thing about this notation is that it is the same notation
+used in a formal vote. Knowing when something is a vote and when it is a 
+preference is important. It&rsquo;s easy to tell though, if the subject does not have 
+&ldquo;[Vote]&rdquo; at the start then it&rsquo;s just an opinion. We try not to call votes,
+consensus building is much more inclusive.</p>
+<p>The reasons for this notation being common is 
+that when someone wants to summarise a discussion thread they can mentally 
+add up the strength of feeling of the community and decide if there is consensus
+or not.</p>
+<p>Once there is a clear consensus members of the community can proceed with 
+the work under the <a href="/docs/governance/lazyConsensus.html">lazy consensus</a> model.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/docs/governance/lazyConsensus.html b/output/docs/governance/lazyConsensus.html
new file mode 100644
index 0000000..08dc7de
--- /dev/null
+++ b/output/docs/governance/lazyConsensus.html
@@ -0,0 +1,172 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Lazy Consensus</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Lazy Consensus</h1>
+    
+
+    <p>The concept of &ldquo;Lazy Consensus&rdquo; is very important in our project. Lazy
+Consensus means that when you are convinced that you know what the community
+would like to see happen you can simply assume that you already have consensus
+and get on with the work. You don&rsquo;t have to insist people discuss and/or
+approve your plan, and you certainly don&rsquo;t need to call a vote to get approval.
+You just assume you have the community&rsquo;s support unless someone says otherwise.</p>
+<p>We have a time machine (Subversion), this means that as long as you commit 
+(or submit patches) early and often the community has plenty of opportunity 
+to indicate disapproval. If you believe the community will support your action
+you can operate on lazy consensus as long as you are prepared to roll back 
+any work should a valid objection is raised.</p>
+<h2 id="avoiding-unnecessary-discussion">Avoiding Unnecessary Discussion<a class="headerlink" href="#avoiding-unnecessary-discussion" title="Permanent link">&para;</a></h2>
+<p>The key thing about lazy consensus is that it&rsquo;s easier for people to agree,
+by doing nothing, than it is to object, which requires an
+alternative to be proposed. This has two effects, firstly people are less 
+likely to object for the sake of it and secondly it cuts down on the amount 
+of unnecessary mail traffic and discussion.</p>
+<p>Lazy consensus means we can avoid waiting for a community based decision 
+before proceeding. However, it does require everyone who cares for the health
+of the project to watch what is happening, as it is happening. Objecting too 
+far down the road will cause upset, but objecting (or asking for clarification 
+of intent) early is likely to be greeted with relief that someone is watching
+and cares.</p>
+<h2 id="stating-lazy-consensus">Stating Lazy Consensus<a class="headerlink" href="#stating-lazy-consensus" title="Permanent link">&para;</a></h2>
+<p>Sometimes a member of the community will believe a specific action is the correct 
+one for the community but are not sure enough to proceed with the work under the 
+lazy consensus model. In these circumstances they can state Lazy Consensus is in 
+operation.</p>
+<p>What this means is that they make a proposal and state that they will start 
+implementing it in 72 hours unless someone objects. 72 hours is chosen because
+it accounts for different timezones and non-apache commitments. If the 72 hours are
+touching a weekend it would be wise to extend the timeframe a bit. This will ensure
+that people can participate in the proposal even when they were offline over the
+weekend.</p>
+<p>In this approach the original proposal is not insisting that there is a discussion
+around their proposal, nor are they requesting that the community explicitly 
+supports their actions. However, this differs from assuming lazy consensus 
+since it allows space and time to <a href="/docs/governance/consensusBuilding.html">express support or objections</a> and corrections to 
+the proposal before work begins. </p>
+<h2 id="silence-is-consent">Silence is consent<a class="headerlink" href="#silence-is-consent" title="Permanent link">&para;</a></h2>
+<p>People may choose to indicate their support for the actions taken with a +1 
+mail - quick and easy to read and reassuring for the implementer. However, 
+remember, in a lazy consensus world silence is the equivalent to support. This
+can take some time to get used to.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/docs/governance/voting.html b/output/docs/governance/voting.html
new file mode 100644
index 0000000..d1383b6
--- /dev/null
+++ b/output/docs/governance/voting.html
@@ -0,0 +1,206 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Voting</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Voting</h1>
+    
+
+    <p>Occasionally a &ldquo;feel&rdquo; for consensus is not enough. Sometimes we need to have a
+measurable consensus. For example, when voting in new committers or to approve a
+release. </p>
+<h2 id="preparing-for-a-vote">Preparing for a Vote<a class="headerlink" href="#preparing-for-a-vote" title="Permanent link">&para;</a></h2>
+<p>Before calling a vote it is important to ensure that the community is given time to
+discuss the upcoming vote. This will be done by posting an email to the list
+indicating the intention to call a vote and the options available. By the time a
+vote is called there should already be <a href="http://openoffice.apache.org/docs/governance/consensusBuilding.html">consensus in the community</a>. The vote 
+itself is, normally, a formality.</p>
+<h2 id="calling-a-vote">Calling a Vote<a class="headerlink" href="#calling-a-vote" title="Permanent link">&para;</a></h2>
+<p>Once it is time to call the vote a mail is posted with a subject starting with
+&ldquo;[VOTE]&rdquo;. This enables the community members to ensure they do not miss an important
+vote thread. It also indicates that this is not consensus building but a formal
+vote. The initiator is responsible for the vote. That means also to count the votes
+and present the results. Everyone has 1 vote.</p>
+<h3 id="casting-your-vote">Casting Your Vote<a class="headerlink" href="#casting-your-vote" title="Permanent link">&para;</a></h3>
+<p>The notation used in voting is:</p>
+<p>+1 (means I vote positive)
+   You can say why you vote positive but it&rsquo;s not a must-have.</p>
+<p>0 (means vote abstention and nothing else)</p>
+<p>-1 (means I vote negative because of the following reason)
+   Yes, you must support your objection and provide an alternative course of action
+   that you are willing and able to implement (where appropriate).</p>
+<h4 id="example-for-a-vote-mail">Example for a vote mail:<a class="headerlink" href="#example-for-a-vote-mail" title="Permanent link">&para;</a></h4>
+<div class="highlight"><pre><span></span><code><span class="nl">Address</span><span class="p">:</span><span class="w"> </span><span class="n">private</span><span class="err">@</span><span class="w"></span>
+<span class="nl">Subject</span><span class="p">:</span><span class="w"> </span><span class="o">[</span><span class="n">VOTE</span><span class="o">]</span><span class="w"> </span><span class="n">Jan</span><span class="w"> </span><span class="n">Doe</span><span class="w"> </span><span class="n">should</span><span class="w"> </span><span class="n">become</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="n">regular</span><span class="w"> </span><span  [...]
+
+<span class="nc">Text</span><span class="err">:</span><span class="w"></span>
+<span class="ss">&quot;I would like to propose to vote in Jan Doe as committer. Jan has showed in</span>
+<span class="ss">the last months that they have the skills and oversight for improving things (think</span>
+<span class="ss">about the last UI change of the &quot;</span><span class="n">Find</span><span class="ss">&quot; dialog).&quot;</span><span class="w"></span>
+
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="p">(</span><span class="n">means</span><span class="w"> </span><span class="n">I</span><span class="w"> </span><span class="n">vote</span><span class="w"> </span><span class="k">for</span><span class="w"> </span><span class="n">Jan</span><span class="p">)</span><span class="w"></span>
+<span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">(</span><span class="n">means</span><span class="w"> </span><span class="n">vote</span><span class="w"> </span><span class="n">abstention</span><span class="p">)</span><span class="w"></span>
+<span class="o">-</span><span class="mi">1</span><span class="w"> </span><span class="p">(</span><span class="n">means</span><span class="w"> </span><span class="n">I</span><span class="w"> </span><span class="n">vote</span><span class="w"> </span><span class="n">against</span><span class="w"> </span><span class="n">Jan</span><span class="w"> </span><span class="n">because</span><span class="w"> </span><span class="k">of</span><span class="w"> </span><span class="n">the</span><span class [...]
+
+<span class="n">Voting</span><span class="w"> </span><span class="nc">time</span><span class="w"> </span><span class="n">frame</span><span class="w"> </span><span class="k">is</span><span class="w"> </span><span class="n">finished</span><span class="w"> </span><span class="mi">72</span><span class="w"> </span><span class="n">hours</span><span class="w"> </span><span class="k">from</span><span class="w"> </span><span class="n">now</span><span class="w"> </span><span class="n">until</span> [...]
+</code></pre></div>
+
+<h4 id="example-for-a-reply-mail">Example for a reply mail:<a class="headerlink" href="#example-for-a-reply-mail" title="Permanent link">&para;</a></h4>
+<div class="highlight"><pre><span></span><code><span class="nc">Text</span><span class="err">:</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"></span>
+
+<span class="n">I</span><span class="w"> </span><span class="ow">like</span><span class="w"> </span><span class="n">their</span><span class="w"> </span><span class="k">work</span><span class="w"> </span><span class="ow">and</span><span class="w"> </span><span class="n">want</span><span class="w"> </span><span class="n">them</span><span class="w"> </span><span class="k">to</span><span class="w"> </span><span class="n">stay</span><span class="w"> </span><span class="ow">and</span><span cla [...]
+</code></pre></div>
+
+<h4 id="example-for-a-result-mail">Example for a result mail:<a class="headerlink" href="#example-for-a-result-mail" title="Permanent link">&para;</a></h4>
+<div class="highlight"><pre><span></span><code><span class="nl">Subject</span><span class="p">:</span><span class="w"> </span><span class="o">[</span><span class="n">VOTE</span><span class="o">][</span><span class="n">RESULTS</span><span class="o">]</span><span class="w"> </span><span class="n">Jan</span><span class="w"> </span><span class="n">Doe</span><span class="w"> </span><span class="n">should</span><span class="w"> </span><span class="n">become</span><span class="w"> </span><span  [...]
+
+<span class="nc">Text</span><span class="err">:</span><span class="w"></span>
+<span class="n">Vote</span><span class="w"> </span><span class="n">started</span><span class="w"> </span><span class="n">Thu</span><span class="p">,</span><span class="w"> </span><span class="n">Jun</span><span class="w"> </span><span class="mi">27</span><span class="p">,</span><span class="w"> </span><span class="mi">2011</span><span class="w"> </span><span class="k">at</span><span class="w"> </span><span class="mi">12</span><span class="err">:</span><span class="mi">00</span><span clas [...]
+
+<span class="n">Voting</span><span class="w"> </span><span class="nl">results</span><span class="p">:</span><span class="w"></span>
+
+<span class="c1">--- Numbers ---</span>
+
+<span class="o">+</span><span class="mi">1</span><span class="err">:</span><span class="w"> </span><span class="mi">12</span><span class="w"></span>
+<span class="w"> </span><span class="mi">0</span><span class="err">:</span><span class="w"> </span><span class="mi">0</span><span class="w"></span>
+<span class="o">-</span><span class="mi">1</span><span class="err">:</span><span class="w"> </span><span class="mi">0</span><span class="w"></span>
+
+<span class="c1">--- Details ---</span>
+
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Patricia</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Marc</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">David</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Erica</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Steve</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Christine</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Stefan</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Carla</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Andrea</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Karl</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Simon</span><span class="w"></span>
+<span class="o">+</span><span class="mi">1</span><span class="w"> </span><span class="n">Greg</span><span class="w"></span>
+</code></pre></div>
+
+<p><a href="http://rave.apache.org/docs/governance/voting.html">See here for more information</a> <br>
+<a href="http://community.apache.org/newcommitter.html">See here for more mail templates</a></p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/downloads.html b/output/downloads.html
new file mode 100644
index 0000000..575874d
--- /dev/null
+++ b/output/downloads.html
@@ -0,0 +1,978 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Apache OpenOffice - Downloads</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Apache OpenOffice - Downloads</h1>
+    
+
+    <p>The Apache OpenOffice source release files are listed below.
+Pre-built versions of Apache OpenOffice are available
+via the global <a href="https://www.openoffice.org/download/">download page</a>.</p>
+<h2 id="list-of-the-current-downloads">List of the current downloads<a class="headerlink" href="#list-of-the-current-downloads" title="Permanent link">&para;</a></h2>
+<p><strong><em>Current Version 4.1.10 (released on May 04, 2021)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.zip">apache-openoffice-4.1.10-b1cdbd2c1b-src.zip</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.zip.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.zip.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.zip.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.gz">apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.gz</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.gz.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.gz.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.bz2">apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.bz2</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.bz2.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.bz2.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/source/apache-openoffice-4.1.10-b1cdbd2c1b-src.tar.bz2.sha512">sha512</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86-64_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Linux_x86_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.10_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_MacOS_x86-64_install_en-US.dmg.sha512">sha512</a>]</li>
+<li><a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.10_Win_x86_install_en-US.exe</a>
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Win_x86_install_en-US.exe.sha256">sha256</a>]
+  [<a href="https://downloads.apache.org/openoffice/4.1.10/binaries/SDK/Apache_OpenOffice-SDK_4.1.10_Win_x86_install_en-US.exe.sha512">sha512</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong>Note</strong>
+All downloads can be verified using the Apache OpenOffice code signing <a href="https://downloads.apache.org/openoffice/KEYS">KEYS</a>.<br>
+When downloading from a mirror please check the <a href="https://www.apache.org/dev/release-signing#md5">md5 sum</a> or the <a href="https://www.apache.org/dev/release-signing#sha-checksum">sha sum</a>
+(recommended) and verify the <a href="https://www.apache.org/dev/release-signing#openpgp">OpenPGP</a> compatible signature from the main
+<a href="https://www.apache.org">Apache site</a>. Links are provided above (next to the release download link).
+This <a href="https://downloads.apache.org/openoffice/KEYS">KEYS</a> file contains the public keys used for signing releases. It is recommended that
+(when possible) a <a href="https://www.apache.org/dev/release-signing#web-of-trust">web of trust</a> is used to confirm the identity of these keys. For more information, please see the <a href="https://www.apache.org/dev/release.html">Apache Release FAQ</a>.</p>
+<h2 id="release-archives">Release Archives<a class="headerlink" href="#release-archives" title="Permanent link">&para;</a></h2>
+<p><strong><em>Apache OpenOffice 4.1.9 (released on February 07, 2021)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.zip">apache-openoffice-4.1.9-561082130a-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.zip.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.zip.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.gz">apache-openoffice-4.1.9-561082130a-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.bz2">apache-openoffice-4.1.9-561082130a-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.bz2.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/source/apache-openoffice-4.1.9-561082130a-src.tar.bz2.sha512">sha512</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86-64_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Linux_x86_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.9_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_MacOS_x86-64_install_en-US.dmg.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.9_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Win_x86_install_en-US.exe.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.9/binaries/SDK/Apache_OpenOffice-SDK_4.1.9_Win_x86_install_en-US.exe.sha512">sha512</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.8 (released on November 10, 2020)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip">apache-openoffice-4.1.8-18848f57b6-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz">apache-openoffice-4.1.8-18848f57b6-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2">apache-openoffice-4.1.8-18848f57b6-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.sha512">sha512</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86-64_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Linux_x86_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.8_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_MacOS_x86-64_install_en-US.dmg.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.8_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Win_x86_install_en-US.exe.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.8/binaries/SDK/Apache_OpenOffice-SDK_4.1.8_Win_x86_install_en-US.exe.sha512">sha512</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.7 (released September 21, 2019)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip">apache-openoffice-4.1.7-46059c9192-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz">apache-openoffice-4.1.7-46059c9192-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2">apache-openoffice-4.1.7-46059c9192-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512">sha512</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.7_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_MacOS_x86-64_install_en-US.dmg.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.7_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Win_x86_install_en-US.exe.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Win_x86_install_en-US.exe.sha512">sha512</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.6 (released on November 18, 2018)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.zip">apache-openoffice-4.1.6-r1844436-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.zip.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.zip.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.gz">apache-openoffice-4.1.6-r1844436-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.bz2">apache-openoffice-4.1.6-r1844436-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.bz2.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/source/apache-openoffice-4.1.6-r1844436-src.tar.bz2.sha512">sha512</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86-64_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Linux_x86_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.6_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_MacOS_x86-64_install_en-US.dmg.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.6_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Win_x86_install_en-US.exe.sha256">sha256</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.6/binaries/SDK/Apache_OpenOffice-SDK_4.1.6_Win_x86_install_en-US.exe.sha512">sha512</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.5 (released on December 30, 2017)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.zip">apache-openoffice-4.1.5-r1817496-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.gz">apache-openoffice-4.1.5-r1817496-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.bz2">apache-openoffice-4.1.5-r1817496-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/sources/apache-openoffice-4.1.5-r1817496-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.5_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_MacOS_x86-64_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.5_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.5/binaries/SDK/Apache_OpenOffice-SDK_4.1.5_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.4 (released on October 19, 2017)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.zip">apache-openoffice-4.1.4-r1811857-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.gz">apache-openoffice-4.1.4-r1811857-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.bz2">apache-openoffice-4.1.4-r1811857-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/sources/apache-openoffice-4.1.4-r1811857-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.4_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_MacOS_x86-64_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.4_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.4/binaries/SDK/Apache_OpenOffice-SDK_4.1.4_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.3 (released on October 12, 2016)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.zip">apache-openoffice-4.1.3-r1761381-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.gz">apache-openoffice-4.1.3-r1761381-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.bz2">apache-openoffice-4.1.3-r1761381-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/source/apache-openoffice-4.1.3-r1761381-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.3_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_MacOS_x86-64_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.3_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.3/binaries/SDK/Apache_OpenOffice-SDK_4.1.3_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.2 (released on October 28, 2015)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.zip">apache-openoffice-4.1.2-r1709696-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.gz">apache-openoffice-4.1.2-r1709696-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.bz2">apache-openoffice-4.1.2-r1709696-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/source/apache-openoffice-4.1.2-r1709696-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.2_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_MacOS_x86-64_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.2_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.2/binaries/SDK/Apache_OpenOffice-SDK_4.1.2_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.1 (released on August 21, 2014)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.zip">apache-openoffice-4.1.1-r1617669-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.gz">apache-openoffice-4.1.1-r1617669-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.bz2">apache-openoffice-4.1.1-r1617669-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.1_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_MacOS_x86-64_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.1_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.1/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.1.0 (released on April 29, 2014)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.zip">apache-openoffice-4.1.0-r1589052-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.gz">apache-openoffice-4.1.0-r1589052-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.bz2">apache-openoffice-4.1.0-r1589052-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_MacOS_x86-64_install_en-US.dmg">Apache_OpenOffice-SDK_4.1.0_MacOS_x86-64_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_MacOS_x86-64_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_MacOS_x86-64_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_MacOS_x86-64_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.1.0_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.1.0/binaries/SDK/Apache_OpenOffice-SDK_4.1.0_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.0.1 (released on October 01, 2013)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.zip">apache-openoffice-4.0.1-r1524958-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.gz">apache-openoffice-4.0.1-r1524958-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.bz2">apache-openoffice-4.0.1-r1524958-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_MacOS_x86_install_en-US.dmg">Apache_OpenOffice-SDK_4.0.1_MacOS_x86_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_MacOS_x86_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_MacOS_x86_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_MacOS_x86_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.1/binaries/SDK/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 4.0.0 (released on July 23, 2013)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.zip">apache-openoffice-4.0.0-r1503704-src.zip</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.gz">apache-openoffice-4.0.0-r1503704-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.bz2">apache-openoffice-4.0.0-r1503704-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/source/apache-openoffice-4.0.0-r1503704-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_MacOS_x86_install_en-US.dmg">Apache_OpenOffice-SDK_4.0.0_MacOS_x86_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_MacOS_x86_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_MacOS_x86_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_MacOS_x86_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe">Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/openoffice/4.0.0/binaries/SDK/Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 3.4.1 (released on August 22, 2012)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source:</strong></p>
+<ul>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.zip">aoo-3.4.1-incubating-src.zip</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.zip.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.gz">aoo-3.4.1-incubating-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.bz2">aoo-3.4.1-incubating-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-src.tar.bz2.sha256">sha256</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-deb_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Linux_x86_install-rpm_en-US.tar.gz.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_MacOS_x86_install_en-US.dmg">Apache_OpenOffice_incubating-SDK_3.4.1_MacOS_x86_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_MacOS_x86_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_MacOS_x86_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_MacOS_x86_install_en-US.dmg.sha256">sha256</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Win_x86_install_en-US.exe">Apache_OpenOffice_incubating-SDK_3.4.1_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.1/Apache_OpenOffice_incubating-SDK_3.4.1_Win_x86_install_en-US.exe.sha256">sha256</a>]</li>
+</ul>
+</li>
+</ul>
+<p><strong><em>Apache OpenOffice 3.4.0 (released on May 08, 2012)</em></strong></p>
+<ul>
+<li>
+<p><strong>Source</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.zip">aoo-3.4.0-incubating-src.zip</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.zip.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.zip.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.zip.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.zip.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.gz">aoo-3.4.0-incubating-src.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.gz.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.bz2">aoo-3.4.0-incubating-src.tar.bz2</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.bz2.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.bz2.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.bz2.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/3.4.0/source/aoo-3.4.0-incubating-src.tar.bz2.sha512">sha512</a>]</li>
+</ul>
+</li>
+<li>
+<p><strong>Binaries</strong>:</p>
+<ul>
+<li><a href="https://www.openoffice.org/download/index.html">Downloads</a></li>
+</ul>
+</li>
+<li>
+<p><strong>Software Development Kit (SDK)</strong>:</p>
+<ul>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-deb_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-deb_en-US.tar.gz.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-deb_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-deb_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-deb_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-deb_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-deb_en-US.tar.gz.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-deb_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-rpm_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-rpm_en-US.tar.gz.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86-64_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-rpm_en-US.tar.gz">Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-rpm_en-US.tar.gz</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-rpm_en-US.tar.gz.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-rpm_en-US.tar.gz.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-rpm_en-US.tar.gz.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Linux_x86_install-rpm_en-US.tar.gz.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_MacOS_x86_install_en-US.dmg">Apache_OpenOffice_incubating-SDK_3.4_MacOS_x86_install_en-US.dmg</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_MacOS_x86_install_en-US.dmg.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_MacOS_x86_install_en-US.dmg.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_MacOS_x86_install_en-US.dmg.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_MacOS_x86_install_en-US.dmg.sha512">sha512</a>]</li>
+<li><a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Win_x86_install_en-US.exe">Apache_OpenOffice_incubating-SDK_3.4_Win_x86_install_en-US.exe</a>
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Win_x86_install_en-US.exe.asc">asc</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Win_x86_install_en-US.exe.md5">md5</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Win_x86_install_en-US.exe.sha1">sha1</a>]
+  [<a href="https://archive.apache.org/dist/incubator/ooo/files/stable/3.4.0/Apache_OpenOffice_incubating-SDK_3.4_Win_x86_install_en-US.exe.sha512">sha512</a>]</li>
+</ul>
+</li>
+</ul>
+<h2 id="older-openofficeorg-releases">Older OpenOffice.org Releases<a class="headerlink" href="#older-openofficeorg-releases" title="Permanent link">&para;</a></h2>
+<p>Apache OpenOffice became an incubator project on June 01, 2011. Prior to that date the OpenOffice.org project was mainly driven
+by Sun Microsystems and Oracle. All installation files of the latest legacy OpenOffice.org release are available at
+<a href="https://www.openoffice.org/download/legacy/index.html">Download Legacy OpenOffice.org</a>.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/events.html b/output/events.html
new file mode 100644
index 0000000..7c61513
--- /dev/null
+++ b/output/events.html
@@ -0,0 +1,159 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Events</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Events</h1>
+    
+
+    <h2 id="apache-openoffice-events">Apache OpenOffice Events<a class="headerlink" href="#apache-openoffice-events" title="Permanent link">&para;</a></h2>
+<p>Some useful links for conference planning:</p>
+<ul>
+<li><a href="http://www.apache.org/foundation/marks/events.html">ASF policy on 3rd party Event Branding</a></li>
+</ul>
+<h2 id="future-event-planning">Future Event Planning<a class="headerlink" href="#future-event-planning" title="Permanent link">&para;</a></h2>
+<p>A list of future events where Apache OpenOffice may be represented can be found on the <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Events+Calendar">Events Calendar</a> on the project planning wiki .</p>
+<p>If you know of an event where Apache OpenOffice should be represented, send a note to <a href="mailto:marketing@openoffice.apache.org">our marketing mailing list</a>.</p>
+<h2 id="past-events">Past Events<a class="headerlink" href="#past-events" title="Permanent link">&para;</a></h2>
+<p>The following sections link to material related to past events where Apache OpenOffice was presented.</p>
+<h3 id="apachecon-europe-2012-sinsheim-germany">ApacheCon Europe 2012, Sinsheim, Germany<a class="headerlink" href="#apachecon-europe-2012-sinsheim-germany" title="Permanent link">&para;</a></h3>
+<p>Conference materials :</p>
+<ul>
+<li><a href="http://www.apachecon.eu/schedule/">Presentation abstracts</a></li>
+<li><a href="http://www.apachecon.eu">Slides and audio/video</a> (when available)</li>
+</ul>
+<p>Please note: If the ApacheCon Europe 2012 site is not available, you may find presentations (by day)
+from the <a href="http://archive.apachecon.com/eu2012/presentations/">ApacheCon archive site</a>.</p>
+<p>Blog posts:</p>
+<ul>
+<li>Blog Post: <a href="https://blogs.apache.org/OOo/entry/openoffice_track_at_apachecon_day">Apache OpenOffice track at ApacheCon: Day 1</a></li>
+<li>Blog Post: <a href="https://blogs.apache.org/OOo/entry/apache_openoffice_track_at_apachecon">Apache OpenOffice track at ApacheCon: Day 2</a></li>
+<li>Blog Post: <a href="https://blogs.apache.org/OOo/entry/apache_openoffice_track_at_apachecon1">Apache OpenOffice track at ApacheCon: Day 3</a></li>
+</ul>
+<p>Photos:</p>
+<ul>
+<li>from <a href="https://www.dropbox.com/sh/gabjkfhzqcyfw8p/ouBYojX5P9">imacat</a></li>
+<li>from <a href="http://www.flickr.com/photos/awf-aoo/sets/">Andre</a></li>
+<li>from <a href="http://360.io/LWdsMb">Andrew</a></li>
+<li>from <a href="http://www.flickr.com/photos/89947020@N07/sets/">Andrea</a></li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/favicon.ico b/output/favicon.ico
new file mode 100644
index 0000000..e00c75c
Binary files /dev/null and b/output/favicon.ico differ
diff --git a/output/get-involved-de.html b/output/get-involved-de.html
new file mode 100644
index 0000000..77de32d
--- /dev/null
+++ b/output/get-involved-de.html
@@ -0,0 +1,204 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Mitarbeit</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Mitarbeit</h1>
+    
+
+    <h2 id="werde-teil-des-apache-openoffice-projekts">Werde Teil des Apache OpenOffice Projekts!<a class="headerlink" href="#werde-teil-des-apache-openoffice-projekts" title="Permanent link">&para;</a></h2>
+<p>Viele beschränken sich darauf, eine kleine <a href="https://www.openoffice.org/donations.html">Spende</a> für Apache OpenOffice und die
+Apache Software Foundation zu leisten, was wir übrigens sehr begrüßen, aber
+manche Anwender wollen darüber hinaus mehr tun und ihre Zeit und ihr Wissen
+in das Projekt einfließen lassen.
+Es gibt vielfältige Gründe für Menschen, sich in ein Open Source-Projekt
+wie OpenOffice einzubringen. Einige sind:</p>
+<ul>
+<li>dazu beizutragen, die »digitale Trennwand« durch die weltweite Zurverfügungstellung hochwertiger, freier Produktivitätsplattformen zu überwinden</li>
+<li>die Vorzüge von OpenOffice auch Deinem Land oder Deiner Region zugänglich zu machen</li>
+<li>nachdem man selbst von Open Source profitiert hat, der Idee etwas zurückzugeben</li>
+<li>selbst eine neu erlernte Fähigkeit in der Praxis umzusetzen</li>
+<li>ein Resümee oder Portfolio, an dem man gearbeitet hat, zu publizieren</li>
+<li>einen Kunden oder ein junges Unternehmen, das mit OpenOffice arbeitet, zu unterstützen</li>
+<li>sich einen Ruf auf dem Gebiet der Unternehmensberatung im Bereich OpenOffice zu verschaffen</li>
+<li>neue Funktionalitäten in OpenOffice zu installieren, die man selbst schon lange vermisst hat</li>
+<li>Spaß zu haben bei der Zusammenarbeit mit einem engmaschigen Team von Freiwilligen im Rahmen eines der ältesten und bekanntesten OpenSource-Projekten</li>
+</ul>
+<h2 id="ein-multidisziplinares-open-source-projekt">Ein multidisziplinäres Open Source-Projekt<a class="headerlink" href="#ein-multidisziplinares-open-source-projekt" title="Permanent link">&para;</a></h2>
+<p>Du musst kein Programmierer sein, um zum Erfolg von Apache OpenOffice
+beizutragen. Unser Projekt verlangt nach den vielfältigsten Fähigkeiten und
+ganz unterschiedlichen Ebenen der Beteiligung und der technischen
+Expertise. Wenn Du mitmachen willst, gibt es auch für Dich eine Aufgabe
+Deiner Wahl.</p>
+<p>Wir suchen nach Menschen für:</p>
+<ul>
+<li>das Schreiben und Pflegen der Dokumentation</li>
+<li>Hilfestellung für neue Benutzer</li>
+<li>Testen der Software und Benachrichtigung über Softwarefehler</li>
+<li>Behebung von solchen Fehlern</li>
+<li>Entwicklung neuer Programmelemente</li>
+<li>Design von Kunstprodukten und anderen Marketing-Materialien</li>
+<li>Übersetzung in verschiedene Sprachen</li>
+<li>Pflege der Website und Entwicklung neuer Lernmaterialien</li>
+<li>die Bewerbung von OpenOffice und die Darstellung seiner Vorzüge</li>
+<li>alles Andere, was getan werden muss</li>
+</ul>
+<p>All diese verschiedenen Beiträge zusammengenommen tragen dazu bei, das
+Projekt lebendig zu halten und die Community zu stärken. Wir begrüßen jede
+Unterstützung und ermuntern zum Mitmachen. Wir sind auch bemüht, die ersten
+Schritte zu einer Beteiligung möglichst zu vereinfachen.</p>
+<h2 id="was-zu-tun-ist">Was zu tun ist:<a class="headerlink" href="#was-zu-tun-ist" title="Permanent link">&para;</a></h2>
+<p>OpenOffice ist ein großes, komplexes Open Source-Projekt. Es wurde über
+viele Jahre als unabhängiges Projekt entwickelt und gepflegt, und jetzt mit
+unseren Erfahrungen im Rahmen von Apache zusammengeführt.</p>
+<p>Wenn dir die Entwicklung von Open Source-Projekten in der Apache Software Foundation bereits
+geläufig ist, dann kannst Du gleich mitmachen. Du musst lediglich die
+<a href="https://openoffice.apache.org/mailing-lists.html">Mailing-Liste</a>
+eines Projekts abonnieren und Dich dort vorstellen. Wir
+helfen dir bei diesem ersten Schritt.</p>
+<hr />
+<p><strong>Wenn Du speziell in der deutschsprachigen AOO-Community mitarbeiten möchtest, dann wende Dich an die Mailingliste dev-de@openoffice.apache.org.</strong></p>
+<p>Die Liste dev-de@openoffice.apache.org dient ausschließlich der projektinternen Kommunikation der deutschsprachigen AOO-Community, beispielsweise Aktivitäten wie:</p>
+<ul>
+<li>Koordination von Übersetzungen</li>
+<li>Messeauftritte organisieren</li>
+<li>Stammtische planen</li>
+</ul>
+<p>Kurzhinweise:</p>
+<ul>
+<li>Abonnieren: sende eine E-Mail an dev-de-subscribe@openoffice.apache.org</li>
+<li>Mail schreiben: nach bestätigter Anmeldung schicke Deine Mails an dev-de@openoffice.apache.org</li>
+<li>Abmelden: sende eine E-Mail an dev-de-unsubscribe@openoffice.apache.org</li>
+<li>Listenarchiv: <a href="https://mail-archives.apache.org/mod_mbox/openoffice-dev-de/">https://mail-archives.apache.org/mod_mbox/openoffice-dev-de/</a></li>
+</ul>
+<hr />
+<p>Wenn Du aber zum ersten Mal hier bist oder eine systematischere
+Heranführung wünschst, dann haben wir für Dich ein Paket von Modulen für
+die <a href="https://openoffice.apache.org/orientation/index.html">Orientierung neuer Helfer</a> vorbereitet, das Dich durch die wichtigsten
+Aspekte von Apache OpenOffice und unserer Arbeitsweise führt.</p>
+<p>Welchen Weg Du nimmst, bleibt Deine persönliche Entscheidung – beide Wege
+bleiben dir jeder Zeit offen.</p>
+<p>Wir haben auf der Seite <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Help+Wanted">»Hilfe gesucht«</a> im Wiki auch eine Liste von
+konkreten Arbeitsaufgaben, die in Angriff genommen werden sollten.</p>
+<p>Wenn Du Student bist und zum Projekt im Rahmen Deines Studiums beitragen
+möchtest, werfe einen Blick auf unsere Seite <a href="https://openoffice.apache.org/students.html">»Empfehlungen für Studenten«</a>.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/get-involved.html b/output/get-involved.html
new file mode 100644
index 0000000..59b8866
--- /dev/null
+++ b/output/get-involved.html
@@ -0,0 +1,199 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Get Involved in Apache OpenOffice</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Get Involved in Apache OpenOffice</h1>
+    
+
+    <p><a href="https://openoffice.apache.org/get-involved-de.html">Diese Seite in Deutsch</a></p>
+<h2 id="help-needed">Help Needed<a class="headerlink" href="#help-needed" title="Permanent link">&para;</a></h2>
+<p>OpenOffice is currently looking for people with the following:</p>
+<ul>
+<li>Are you a software developer with C++ skills?</li>
+<li>Do you have expertise with build systems for different platforms?</li>
+<li>Are you proficient in English?</li>
+<li>Do you like contributing to open source projects?</li>
+</ul>
+<p>Come and join us in helping OpenOffice to thrive. Subscribe to the
+<a href="http://openoffice.apache.org/mailing-lists.html#recruitment-mailing-list-public">recruitment mailing list</a>
+and introduce yourself. We&rsquo;ll help you get started.</p>
+<h2 id="why-get-involved-with-the-openoffice-project">Why get involved with the OpenOffice project?<a class="headerlink" href="#why-get-involved-with-the-openoffice-project" title="Permanent link">&para;</a></h2>
+<p>Although many want to <a href="http://www.openoffice.org/donations.html">make a small donation</a>
+to support Apache OpenOffice and the Apache Software Foundation (we appreciate every
+contribution), some users want to do more and volunteer their time and expertise with
+the project. There are many motivations for why volunteers participate in an open source
+project like OpenOffice. Some of the more common ones include:</p>
+<ul>
+<li>To help reduce the &ldquo;digital divide&rdquo; by ensuring continued access to free
+high-quality free productivity applications world-wide.</li>
+<li>To help bring the benefits of OpenOffice to your country or region</li>
+<li>To &ldquo;give back&rdquo; to open source</li>
+<li>To learn or practice a new skill</li>
+<li>To enhance a résumé or portfolio, showcasing the work you&rsquo;ve done in this project</li>
+<li>To support a customer or other commercial venture that relies on OpenOffice</li>
+<li>To develop credentials for consulting work related to OpenOffice</li>
+<li>To bring something to OpenOffice that you&rsquo;ve always wanted to see done</li>
+<li>To have fun, working with a close-knit international team of volunteers working on
+one of the oldest and most famous open source projects around.</li>
+</ul>
+<h2 id="a-multidisciplinary-open-source-project">A multidisciplinary open source project<a class="headerlink" href="#a-multidisciplinary-open-source-project" title="Permanent link">&para;</a></h2>
+<p>You are not a programmer? Don&rsquo;t worry. Our project involves a large range of different
+skills, levels of involvement and degrees of technical expertise. So, if you want to get
+involved in OpenOffice, there is almost certainly a role for you.</p>
+<p>We are looking for people to:</p>
+<ul>
+<li>Work on bug reports and try to reproduce them</li>
+<li>Write new or improve existing documentation and about technical topics </li>
+<li>Help support new users</li>
+<li>Test the program and report problems</li>
+<li>Fix bugs</li>
+<li>Code new features</li>
+<li>Design artwork and other marketing materials</li>
+<li>Translate the UI and help topics to different languages</li>
+<li>Maintain the website and develop new materials</li>
+<li>Promote OpenOffice and help explain its benefits</li>
+<li>Anything you can see that needs doing</li>
+</ul>
+<p>All of these contributions help to keep a project active and strengthen the community.
+We welcome and encourage participation, and try to make it as easy as possible for
+people to get involved.</p>
+<h2 id="how-to-get-started">How to get started<a class="headerlink" href="#how-to-get-started" title="Permanent link">&para;</a></h2>
+<p>OpenOffice is a large, complex open source project, with a culture developed over many
+years as an independent project, combined with our experience at Apache.</p>
+<p>If you are familiar with Apache-style open source development then you might just jump
+in. Subscribe to the
+<a href="http://openoffice.apache.org/mailing-lists.html#recruitment-mailing-list-public">recruitment mailing list</a>
+and introduce yourself. We&rsquo;ll help you get started.</p>
+<p>If, however, you are new to Apache, or want a more methodical approach to getting started, 
+then we have a set of graduated
+<a href="http://openoffice.apache.org/orientation/index.html">New Volunteer Orientation Modules</a> 
+designed for new volunteers that takes you through a number of background topics related 
+to OpenOffice and how we do things.</p>
+<p>Which path you take is up to you and is a matter of personal preference. You can even do both.</p>
+<p>We also maintain a list of specific areas where we need volunteers on our 
+<a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Help+Wanted">Help Wanted</a> 
+page of the wiki.</p>
+<p>If you are a student, looking to contribute to the project as part of your school work, 
+please also see our <a href="http://openoffice.apache.org/students.html">Advice for Students</a> 
+page.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/get-it-here.html b/output/get-it-here.html
new file mode 100644
index 0000000..f52ffc8
--- /dev/null
+++ b/output/get-it-here.html
@@ -0,0 +1,183 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Use of the "Get it here!" logo</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Use of the "Get it here!" logo</h1>
+    
+
+    <p>Anyone, without additional permission from this project, may use the
+following logo subject to the following conditions:</p>
+<h2 id="the-logo">The Logo:<a class="headerlink" href="#the-logo" title="Permanent link">&para;</a></h2>
+<p> 
+<a href="https://download.openoffice.org/">
+<img width="300" height="100" alt="Download Apache OpenOffice here" 
+src="https://openoffice.apache.org/images/get-it-here/en.png"/>
+</a>
+</p>
+
+<p>The logo file may be <a href="https://openoffice.apache.org/images/get-it-here/en.png">found here</a>.</p>
+<p>If translations of the &ldquo;Get it here!&rdquo; text are required, send a request to the 
+<a href="https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public">dev mailing list</a> and we can make a translated version for you.</p>
+<h2 id="conditions">Conditions:<a class="headerlink" href="#conditions" title="Permanent link">&para;</a></h2>
+<ol>
+<li>
+<p>The logo may be resized, so long as the aspect ratio is preserved and the logo
+remains legible, but the logo may not be otherwise altered.</p>
+</li>
+<li>
+<p>The logo <strong>must directly link</strong> to one of:</p>
+<ul>
+<li>The Apache OpenOffice <a href="https://www.openoffice.org">home page</a></li>
+<li>The download page for Apache OpenOffice, either the <a href="https://www.openoffice.org/download">main download page</a> or
+the <a href="https://www.openoffice.org/download/other.html">detailed download page</a>.</li>
+<li>One of the official Native Language pages at openoffice.org, e.g., 
+https://www.openoffice.org/de, https://www.openoffice.org/it, https://www.openoffice.org/fr, etc.</li>
+</ul>
+</li>
+<li>
+<p>The logo <strong>must not</strong> link to a page at any other website other than openoffice.org.</p>
+</li>
+<li>
+<p>The logo <strong>must not</strong> link to a specific download file or mirror.  This
+causes problems with load balancing and fallbacks and may prevent
+users from getting the latest version of Apache OpenOffice.  </p>
+</li>
+<li>
+<p>Any use of this logo or any other Apache logo beyond the above 
+requires explicit permission per the existing <a href="https://openoffice.apache.org/trademarks.html">trademark policy</a></p>
+</li>
+</ol>
+<h2 id="example">Example<a class="headerlink" href="#example" title="Permanent link">&para;</a></h2>
+<p>This is an example of how the &ldquo;Get it here!&rdquo; logo might be included in an
+HTML page:</p>
+<div class="highlight"><pre><span></span><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;https://www.openoffice.org/download&quot;</span><span class="nt">&gt;</span>
+<span class="nt">&lt;img</span> <span class="na">width=</span><span class="s">&quot;300&quot;</span> <span class="na">height=</span><span class="s">&quot;100&quot;</span> <span class="na">alt=</span><span class="s">&quot;Download Apache OpenOffice here&quot;</span> 
+<span class="na">src=</span><span class="s">&quot;https://openoffice.apache.org/images/get-it-here/en.png&quot;</span><span class="nt">/&gt;</span>
+<span class="nt">&lt;/a&gt;</span>
+</code></pre></div>
+
+<h2 id="feedback">Feedback<a class="headerlink" href="#feedback" title="Permanent link">&para;</a></h2>
+<p>We&rsquo;d love to hear about your success with adding the &ldquo;Get it here!&rdquo; logo to your 
+website.  You can send your links to us at our <a href="mailto:marketing@openoffice.apache.org">marketing</a> mailing list.</p>
+<p>Also, if you run into problems, we want to hear about that as well.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/images/AOO4_website_logo.png b/output/images/AOO4_website_logo.png
new file mode 100644
index 0000000..e33e73a
Binary files /dev/null and b/output/images/AOO4_website_logo.png differ
diff --git a/output/images/action-bg.png b/output/images/action-bg.png
new file mode 100644
index 0000000..415ff38
Binary files /dev/null and b/output/images/action-bg.png differ
diff --git a/output/images/action-clipart.png b/output/images/action-clipart.png
new file mode 100644
index 0000000..54d1e09
Binary files /dev/null and b/output/images/action-clipart.png differ
diff --git a/output/images/action-contract.png b/output/images/action-contract.png
new file mode 100644
index 0000000..4b30218
Binary files /dev/null and b/output/images/action-contract.png differ
diff --git a/output/images/action-dictionaries.png b/output/images/action-dictionaries.png
new file mode 100644
index 0000000..8027128
Binary files /dev/null and b/output/images/action-dictionaries.png differ
diff --git a/output/images/action-download.png b/output/images/action-download.png
new file mode 100644
index 0000000..a50833e
Binary files /dev/null and b/output/images/action-download.png differ
diff --git a/output/images/action-expand.png b/output/images/action-expand.png
new file mode 100644
index 0000000..79f3771
Binary files /dev/null and b/output/images/action-expand.png differ
diff --git a/output/images/action-extend.png b/output/images/action-extend.png
new file mode 100644
index 0000000..e5dc017
Binary files /dev/null and b/output/images/action-extend.png differ
diff --git a/output/images/action-help.png b/output/images/action-help.png
new file mode 100644
index 0000000..f4e87bf
Binary files /dev/null and b/output/images/action-help.png differ
diff --git a/output/images/action-info.png b/output/images/action-info.png
new file mode 100644
index 0000000..3cfe4dc
Binary files /dev/null and b/output/images/action-info.png differ
diff --git a/output/images/action-link.png b/output/images/action-link.png
new file mode 100644
index 0000000..d7d5423
Binary files /dev/null and b/output/images/action-link.png differ
diff --git a/output/images/action-participate.png b/output/images/action-participate.png
new file mode 100644
index 0000000..e1241ea
Binary files /dev/null and b/output/images/action-participate.png differ
diff --git a/output/images/action-templates.png b/output/images/action-templates.png
new file mode 100644
index 0000000..826c13c
Binary files /dev/null and b/output/images/action-templates.png differ
diff --git a/output/images/action.png b/output/images/action.png
new file mode 100644
index 0000000..24f8163
Binary files /dev/null and b/output/images/action.png differ
diff --git a/output/images/asf_logo_small.png b/output/images/asf_logo_small.png
new file mode 100644
index 0000000..c72e34b
Binary files /dev/null and b/output/images/asf_logo_small.png differ
diff --git a/output/images/campaign-divider.png b/output/images/campaign-divider.png
new file mode 100644
index 0000000..a790fbc
Binary files /dev/null and b/output/images/campaign-divider.png differ
diff --git a/output/images/download-bg.png b/output/images/download-bg.png
new file mode 100644
index 0000000..c15f938
Binary files /dev/null and b/output/images/download-bg.png differ
diff --git a/output/images/get-it-here/en.png b/output/images/get-it-here/en.png
new file mode 100644
index 0000000..94bc0ac
Binary files /dev/null and b/output/images/get-it-here/en.png differ
diff --git a/output/images/licensing.png b/output/images/licensing.png
new file mode 100644
index 0000000..3122659
Binary files /dev/null and b/output/images/licensing.png differ
diff --git a/output/index.html b/output/index.html
new file mode 100644
index 0000000..7b6bbd8
--- /dev/null
+++ b/output/index.html
@@ -0,0 +1,236 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Apache OpenOffice - Project Website</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Apache OpenOffice - Project Website</h1>
+    
+
+    <p>Apache OpenOffice® is the free and open productivity suite from the <a href="https://www.apache.org/">Apache Software Foundation</a>.</p>
+<p><a href="https://www.openoffice.org/">Apache OpenOffice</a> features six personal productivity applications: a word processor (and its web-authoring component),
+spreadsheet, presentation graphics, drawing, equation editor, and database. OpenOffice is released on Windows, Linux and
+macOS, with more communities joining, including ports for FreeBSD and OS/2. OpenOffice is localized, supporting over 110
+languages worldwide.</p>
+<p>OpenOffice.org <a href="https://web.archive.org/web/20110606030535/http://www.marketwire.com/press-release/statements-on-openofficeorg-contribution-to-apache-nasdaq-orcl-1521400.htm">was donated</a> to the Apache Software Foundation (ASF) on June 1, 2011. As with any code base brought to
+the ASF, OpenOffice.org underwent incubation before <a href="https://blogs.apache.org/OOo/entry/openoffice_graduates_from_the_apache">graduating</a> to a top-level project on 2012-10-17.</p>
+<p>A lot of good information can be found on the <a href="https://www.openoffice.org/">Apache OpenOffice user portal</a>, including a <a href="https://www.openoffice.org/about/">brief history of
+OpenOffice.org</a>.</p>
+<h2 id="announcements">Announcements<a class="headerlink" href="#announcements" title="Permanent link">&para;</a></h2>
+<p><em>2021-05-04 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.10 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2021-02-07 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.9 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.9+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2020-11-10 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.8 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2019-09-21 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.7 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2018-11-18 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.6 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2017-12-30 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.5 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2017-10-19 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.4 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2016-10-12 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.3 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2015-10-28 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.2 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2014-08-21 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.1 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2014-04-29 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.1.0 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2013-10-01 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.0.1 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2013-07-23 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 4.0.0 is released!</em></p>
+<ul>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/">Download Binaries</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes">Release Notes</a></li>
+</ul>
+<p><em>2013-01-30 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 3.4.1 now available in Danish, Norwegian, Swedish, Korean, Polish, Basque, Asturian and Scottish Gaelic</em></p>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/entry/apache_openoffice_now_available_in">Announcement</a></li>
+</ul>
+<p><em>2012-10-17 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> graduates from the Apache Incubator</em></p>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/entry/openoffice_graduates_from_the_apache">Announcement</a></li>
+</ul>
+<p><em>2012-08-23 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 3.4.1 (incubating) is released!</em></p>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_3_41">Release announcement</a></li>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download">Download Binaries</a></li>
+</ul>
+<p><em>2012-05-08 &ndash; <a href="https://www.openoffice.org/">Apache OpenOffice</a> 3.4.0 (incubating) is released!</em></p>
+<ul>
+<li><a href="https://www.openoffice.org/news/aoo34.html">Release announcement</a></li>
+<li><a href="https://openoffice.apache.org/downloads.html#release-archives">Download Source and SDK</a></li>
+<li><a href="https://www.openoffice.org/download/archive.html">Download Binaries</a></li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/license.html b/output/license.html
new file mode 100644
index 0000000..553bcf5
--- /dev/null
+++ b/output/license.html
@@ -0,0 +1,305 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Apache License</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Apache License</h1>
+    
+
+    <p>Apache License<br></br>Version 2.0, January 2004<br></br>
+<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
+<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
+<p><strong><a name="definitions">1. Definitions</a></strong>.</p>
+<p>&ldquo;License&rdquo; shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.</p>
+<p>&ldquo;Licensor&rdquo; shall mean the copyright owner or entity authorized by the
+copyright owner that is granting the License.</p>
+<p>&ldquo;Legal Entity&rdquo; shall mean the union of the acting entity and all other
+entities that control, are controlled by, or are under common control with
+that entity. For the purposes of this definition, &ldquo;control&rdquo; means (i) the
+power, direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.</p>
+<p>&ldquo;You&rdquo; (or &ldquo;Your&rdquo;) shall mean an individual or Legal Entity exercising
+permissions granted by this License.</p>
+<p>&ldquo;Source&rdquo; form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.</p>
+<p>&ldquo;Object&rdquo; form shall mean any form resulting from mechanical transformation
+or translation of a Source form, including but not limited to compiled
+object code, generated documentation, and conversions to other media types.</p>
+<p>&ldquo;Work&rdquo; shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that
+is included in or attached to the work (an example is provided in the
+Appendix below).</p>
+<p>&ldquo;Derivative Works&rdquo; shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent, as
+a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from, or
+merely link (or bind by name) to the interfaces of, the Work and Derivative
+Works thereof.</p>
+<p>&ldquo;Contribution&rdquo; shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the
+purposes of this definition, &ldquo;submitted&rdquo; means any form of electronic,
+verbal, or written communication sent to the Licensor or its
+representatives, including but not limited to communication on electronic
+mailing lists, source code control systems, and issue tracking systems that
+are managed by, or on behalf of, the Licensor for the purpose of discussing
+and improving the Work, but excluding communication that is conspicuously
+marked or otherwise designated in writing by the copyright owner as &ldquo;Not a
+Contribution.&rdquo;</p>
+<p>&ldquo;Contributor&rdquo; shall mean Licensor and any individual or Legal Entity on
+behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.</p>
+<p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
+terms and conditions of this License, each Contributor hereby grants to You
+a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of, publicly
+display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.</p>
+<p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
+and conditions of this License, each Contributor hereby grants to You a
+perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made, use,
+offer to sell, sell, import, and otherwise transfer the Work, where such
+license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by
+combination of their Contribution(s) with the Work to which such
+Contribution(s) was submitted. If You institute patent litigation against
+any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that the Work or a Contribution incorporated within the Work constitutes
+direct or contributory patent infringement, then any patent licenses
+granted to You under this License for that Work shall terminate as of the
+date such litigation is filed.</p>
+<p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
+distribute copies of the Work or Derivative Works thereof in any medium,
+with or without modifications, and in Source or Object form, provided that
+You meet the following conditions:</p>
+<ol>
+<li>
+<p>You must give any other recipients of the Work or Derivative Works a
+copy of this License; and</p>
+</li>
+<li>
+<p>You must cause any modified files to carry prominent notices stating
+that You changed the files; and</p>
+</li>
+<li>
+<p>You must retain, in the Source form of any Derivative Works that You
+distribute, all copyright, patent, trademark, and attribution notices from
+the Source form of the Work, excluding those notices that do not pertain to
+any part of the Derivative Works; and</p>
+</li>
+<li>
+<p>If the Work includes a &ldquo;NOTICE&rdquo; text file as part of its distribution,
+then any Derivative Works that You distribute must include a readable copy
+of the attribution notices contained within such NOTICE file, excluding
+those notices that do not pertain to any part of the Derivative Works, in
+at least one of the following places: within a NOTICE text file distributed
+as part of the Derivative Works; within the Source form or documentation,
+if provided along with the Derivative Works; or, within a display generated
+by the Derivative Works, if and wherever such third-party notices normally
+appear. The contents of the NOTICE file are for informational purposes only
+and do not modify the License. You may add Your own attribution notices
+within Derivative Works that You distribute, alongside or as an addendum to
+the NOTICE text from the Work, provided that such additional attribution
+notices cannot be construed as modifying the License.
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated in
+this License.</p>
+</li>
+</ol>
+<p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
+explicitly state otherwise, any Contribution intentionally submitted for
+inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the
+terms of any separate license agreement you may have executed with Licensor
+regarding such Contributions.</p>
+<p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
+permission to use the trade names, trademarks, service marks, or product
+names of the Licensor, except as required for reasonable and customary use
+in describing the origin of the Work and reproducing the content of the
+NOTICE file.</p>
+<p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
+applicable law or agreed to in writing, Licensor provides the Work (and
+each Contributor provides its Contributions) on an &ldquo;AS IS&rdquo; BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+are solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise
+of permissions under this License.</p>
+<p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
+under no legal theory, whether in tort (including negligence), contract, or
+otherwise, unless required by applicable law (such as deliberate and
+grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a result
+of this License or out of the use or inability to use the Work (including
+but not limited to damages for loss of goodwill, work stoppage, computer
+failure or malfunction, or any and all other commercial damages or losses),
+even if such Contributor has been advised of the possibility of such
+damages.</p>
+<p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
+While redistributing the Work or Derivative Works thereof, You may choose
+to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this License.
+However, in accepting such obligations, You may act only on Your own behalf
+and on Your sole responsibility, not on behalf of any other Contributor,
+and only if You agree to indemnify, defend, and hold each Contributor
+harmless for any liability incurred by, or claims asserted against, such
+Contributor by reason of your accepting any such warranty or additional
+liability.</p>
+<p>END OF TERMS AND CONDITIONS</p>
+<h1 id="apply">APPENDIX: How to apply the Apache License to your work<a class="headerlink" href="#apply" title="Permanent link">&para;</a></h1>
+<p>To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets &ldquo;[]&rdquo; replaced with your own
+identifying information. (Don&rsquo;t include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included
+on the same &ldquo;printed page&rdquo; as the copyright notice for easier
+identification within third-party archives.</p>
+<div class="highlight"><pre><span></span><code><span class="w">   </span><span class="o">::</span><span class="err">:</span><span class="nc">text</span><span class="w"></span>
+<span class="w">   </span><span class="n">Copyright</span><span class="w"> </span><span class="o">[</span><span class="n">yyyy</span><span class="o">]</span><span class="w"> </span><span class="o">[</span><span class="n">name of copyright owner</span><span class="o">]</span><span class="w"></span>
+
+<span class="w">   </span><span class="n">Licensed</span><span class="w"> </span><span class="k">under</span><span class="w"> </span><span class="n">the</span><span class="w"> </span><span class="n">Apache</span><span class="w"> </span><span class="n">License</span><span class="p">,</span><span class="w"> </span><span class="n">Version</span><span class="w"> </span><span class="mf">2.0</span><span class="w"> </span><span class="p">(</span><span class="n">the</span><span class="w"> </span [...]
+<span class="w">   </span><span class="n">you</span><span class="w"> </span><span class="n">may</span><span class="w"> </span><span class="ow">not</span><span class="w"> </span><span class="k">use</span><span class="w"> </span><span class="n">this</span><span class="w"> </span><span class="k">file</span><span class="w"> </span><span class="ow">except</span><span class="w"> </span><span class="ow">in</span><span class="w"> </span><span class="n">compliance</span><span class="w"> </span><s [...]
+<span class="w">   </span><span class="n">You</span><span class="w"> </span><span class="n">may</span><span class="w"> </span><span class="n">obtain</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="n">copy</span><span class="w"> </span><span class="k">of</span><span class="w"> </span><span class="n">the</span><span class="w"> </span><span class="n">License</span><span class="w"> </span><span class="k">at</span><span class="w"></span>
+
+<span class="w">       </span><span class="nl">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span><span class="w"></span>
+
+<span class="w">   </span><span class="n">Unless</span><span class="w"> </span><span class="n">required</span><span class="w"> </span><span class="k">by</span><span class="w"> </span><span class="n">applicable</span><span class="w"> </span><span class="n">law</span><span class="w"> </span><span class="ow">or</span><span class="w"> </span><span class="n">agreed</span><span class="w"> </span><span class="k">to</span><span class="w"> </span><span class="ow">in</span><span class="w"> </span> [...]
+<span class="w">   </span><span class="k">distributed</span><span class="w"> </span><span class="k">under</span><span class="w"> </span><span class="n">the</span><span class="w"> </span><span class="n">License</span><span class="w"> </span><span class="k">is</span><span class="w"> </span><span class="k">distributed</span><span class="w"> </span><span class="k">on</span><span class="w"> </span><span class="n">an</span><span class="w"> </span><span class="ss">&quot;AS IS&quot;</span><span  [...]
+<span class="w">   </span><span class="k">WITHOUT</span><span class="w"> </span><span class="n">WARRANTIES</span><span class="w"> </span><span class="ow">OR</span><span class="w"> </span><span class="n">CONDITIONS</span><span class="w"> </span><span class="k">OF</span><span class="w"> </span><span class="ow">ANY</span><span class="w"> </span><span class="n">KIND</span><span class="p">,</span><span class="w"> </span><span class="n">either</span><span class="w"> </span><span class="n">expr [...]
+<span class="w">   </span><span class="n">See</span><span class="w"> </span><span class="n">the</span><span class="w"> </span><span class="n">License</span><span class="w"> </span><span class="k">for</span><span class="w"> </span><span class="n">the</span><span class="w"> </span><span class="k">specific</span><span class="w"> </span><span class="k">language</span><span class="w"> </span><span class="n">governing</span><span class="w"> </span><span class="nf">permissions</span><span class [...]
+<span class="w">   </span><span class="n">limitations</span><span class="w"> </span><span class="k">under</span><span class="w"> </span><span class="n">the</span><span class="w"> </span><span class="n">License</span><span class="p">.</span><span class="w"></span>
+</code></pre></div>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/list-conduct.html b/output/list-conduct.html
new file mode 100644
index 0000000..611b0fd
--- /dev/null
+++ b/output/list-conduct.html
@@ -0,0 +1,238 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>List Conduct Guidelines</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>List Conduct Guidelines</h1>
+    
+
+    <h1 id="1-respect-one-another">1. Respect one another<a class="headerlink" href="#1-respect-one-another" title="Permanent link">&para;</a></h1>
+<p>Discussion is the cornerstone of a project like this and the sharing of viewpoints 
+is crucial, as is understanding and accepting that many views will differ from 
+your own. By all means debate rigorously and defend your view point stoutly, but 
+avoid abrasive dialogue and personal attacks. </p>
+<p>Give leeway to people who do not have English as a first language. Pause before 
+taking insult, and pause before responding. There is a difference between 
+robust discussion and steamrollering. Civility is paramount. 
+Manners cost nothing; we are all capable of self-moderation, and of being aware
+of our conduct.</p>
+<h1 id="2-remember-the-apache-openoffice-mission">2. Remember the Apache OpenOffice Mission<a class="headerlink" href="#2-remember-the-apache-openoffice-mission" title="Permanent link">&para;</a></h1>
+<p>“To create, as a community, the leading international office suite that will run 
+on all major platforms and provide access to all functionality and data through open-component based APIs and an XML-based file format.”</p>
+<p>The AOO project is a place for finding open-source solutions to document creation 
+and consumption. We believe in making AOO freely available because we are the sort
+ of people who welcome diversity in others, creativity of all sorts and who enjoy 
+finding the best in all situations.</p>
+<h1 id="3-be-nice">3. Be Nice<a class="headerlink" href="#3-be-nice" title="Permanent link">&para;</a></h1>
+<p>Not only are there lots of people on this list whose first language is not English 
+there are some busy readers who, by necessity, have to read things quickly. If 
+other list members are telling you they do not understand what you wrote, or take 
+your innocent phrasing in a poor light, take it as a signal that your writing 
+style is too idiomatic or too technical (unlikely but possible) for others to 
+follow easily. This does not necessarily indicate that you are mean, wrong and 
+bad, so just be nice and reword the passage. Assume people are not in 
+&ldquo;attack mode.&rdquo; We are all on the same team here.</p>
+<h1 id="4-dont-respond-when-you-are-angry">4. Don&rsquo;t Respond When You are Angry<a class="headerlink" href="#4-dont-respond-when-you-are-angry" title="Permanent link">&para;</a></h1>
+<p>Assuming people are not in attack mode means that if you think they are, just now, 
+then probably you are just misunderstanding their point. Ad hominem attacks,
+ e.g., &ldquo;You are too dumb to get this,&rdquo; are a sign that you yourself may not have
+ a good-enough handle on the issue to explain your point clearly.</p>
+<h1 id="5-relax">5. Relax<a class="headerlink" href="#5-relax" title="Permanent link">&para;</a></h1>
+<p>Always remember that unless there is a <em>darn</em> good reason, nothing gets decided 
+at the ASF in less than 72 elapsed hours, so your reply can wait until morning. 
+You might even get lucky, and when you check back somebody else will have posted 
+either what you wanted to say, or something close enough that you can work with it.</p>
+<p>Remember that the members of a community mailing list will get to the list when 
+they can. Most of us do this in our spare time, and in different time zones. 
+Perhaps the rule of thumb could be to respond no more than once per hour, or 
+once per day, to any given thread. The highest frequency of responses does not 
+necessarily “Win” in a community of equals. The most concise and useful post 
+tends to win, because furthering the dialog and advancing the community&rsquo;s goals
+ is what we all desire.  </p>
+<p>Of course, not all threads are decision-making threads.  Some are debugging or 
+problem solving.  In those cases, the opposite advice applies.  If you know the
+ answer, and can state it briefly, then do so.</p>
+<h1 id="6-get-to-the-point">6. Get to the point<a class="headerlink" href="#6-get-to-the-point" title="Permanent link">&para;</a></h1>
+<p>Write as tersely as possible and edit down as much possible so that other people 
+who are just as busy as you may quickly get your point without ending up 
+defensive. Of course, balance is needed. Do not let brevity get in the way of 
+providing enough information. Remember that people must understand your post in 
+order to understand your point.</p>
+<h1 id="7-consider-trimming-the-post-to-which-you-are-responding">7. Consider trimming the post to which you are responding<a class="headerlink" href="#7-consider-trimming-the-post-to-which-you-are-responding" title="Permanent link">&para;</a></h1>
+<p>People who read emails on small screens are not the only ones who are frustrated
+ by picking important new information out of tons of stuff they have already read.
+ To trim a post, one simply remove any parts of the post to which one is replying 
+that are not important to understand ones reply. If the response to one of these 
+posts is, “What? I do not understand,” then it may be that too much of the context
+ may have been removed.</p>
+<h1 id="8-respect-the-private-lists">8. Respect the private lists<a class="headerlink" href="#8-respect-the-private-lists" title="Permanent link">&para;</a></h1>
+<p>What happens on a private list, stays on that list.  There are only a few private 
+lists on the project, e.g., the PMC list and the Security Team.  But you might on 
+occasion interact with other private lists, like legal-internal or 
+infrastructure-private.  Anything you read in a private list is confidential and
+ not to be spoken of, or copied to people who are not members of that private 
+list.  </p>
+<p>Note:  the other side of respecting the private lists is to use them only when 
+necessary, and for for topics that require confidentiality, such as information 
+that deals with security vulnerabilities, personnel matters, user private 
+information, etc. </p>
+<h1 id="9-there-are-going-to-be-exceptions-to-the-rule">9. There are going to be exceptions to the rule<a class="headerlink" href="#9-there-are-going-to-be-exceptions-to-the-rule" title="Permanent link">&para;</a></h1>
+<p>All of these guidelines are subject to sanity-testing. A person posting illegal 
+material on any Apache.org or Apache OpenOffice list will be reported to the 
+appropriate authorities and will not be able to complain that their list privacy 
+has been violated. Ramping up to a release, there are a lot of postings at high 
+frequency. Sometimes it unavoidably requires a long post to say what needs to be 
+said.</p>
+<h1 id="10-moderators-are-guiding-the-lists">10. Moderators are guiding the lists<a class="headerlink" href="#10-moderators-are-guiding-the-lists" title="Permanent link">&para;</a></h1>
+<blockquote>
+<p><strong>A. General</strong></p>
+<p>We have various mailing lists, they all have a purpose. Lists are how we work
+on developing the product, communicate about the project, coordinate with other
+project members, help users, etc.</p>
+<p><strong>B. PMC appoints the Moderators</strong></p>
+<p>Moderators are appointed by the PMC to help ensure that the mailing lists
+function well for these purposes.</p>
+<p><strong>C. Good Behavior is expected</strong></p>
+<p>List subscribers are expected to be &ldquo;be good&rdquo;. It is not our job to explain
+what that means in minute detail. That was the job of our parents, and it took
+many years. The best we can do is give some highlights, in the form of these List
+Conduct Guidelines. These are reminders of some of the things to watch out for
+that may be less familiar to new users of mailing lists. This list is not
+comprehensive. There are more ways that a clever person can find to be disruptive
+than we have time, or creativity, to write down.</p>
+<p><strong>D. Disruptive users can be left out of the lists</strong></p>
+<p>When encountering disruptive behavior on the list, Moderators have available,
+at their discretion, a range of corrective actions, from general reminders,
+private or public admonishment, to temporary or permanent banning of subscribers.
+There is no necessary progression of actions. For example, depending on severity
+disruptive actions might lead immediately to banning.</p>
+<p><strong>E. What to do in case of doubt?</strong></p>
+<p>Decisions of Moderators are subject to review by the PMC and anyone who feels
+that a Moderator&rsquo;s discretion was abused can escalate by sending an email to the
+PMC at <a href="mailto:private@openoffice.apache.org"> private@openoffice.apache.org.</a>
+The decision of the PMC is final.</p>
+</blockquote>
+<h1 id="more-useful-stuff">More Useful Stuff<a class="headerlink" href="#more-useful-stuff" title="Permanent link">&para;</a></h1>
+<ul>
+<li><a href="http://www.apache.org/dev/contrib-email-tips.html">Apache Tips for Email Contributors</a></li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/mailing-lists.html b/output/mailing-lists.html
new file mode 100644
index 0000000..e8c344f
--- /dev/null
+++ b/output/mailing-lists.html
@@ -0,0 +1,357 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Mailing Lists</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Mailing Lists</h1>
+    
+
+    <h2 id="apache-openoffice-public-mailing-lists">Apache OpenOffice Public Mailing Lists<a class="headerlink" href="#apache-openoffice-public-mailing-lists" title="Permanent link">&para;</a></h2>
+<p>We welcome you to join our mailing lists and let us know about your thoughts or
+ideas about Apache OpenOffice.</p>
+<p>Note: These are public mailing lists and anything posted to these lists is archived
+and is visible to the public, indexed by search engines, etc. Posts can only
+be removed in extraordinary circumstances, in accordance with Apache&rsquo;s <a href="http://www.apache.org/foundation/public-archives.html">Public Forum
+Archive Policy</a></p>
+<ul>
+<li><a href="#using-mailing-lists">Using Mailing Lists</a></li>
+<li><a href="#participation-guidelines">Participation Guidelines</a></li>
+<li><a href="#users-mailing-list-public">Users Mailing List</a></li>
+<li><a href="#api-mailing-list-public">API Mailing List</a></li>
+<li><a href="#marketing-mailing-list-public">Marketing Mailing List</a></li>
+<li><a href="#announce-mailing-list">Announce Mailing List</a></li>
+<li><a href="#development-mailing-list-public">Development Mailing List</a></li>
+<li><a href="#volunteer-mailing-list-public">Volunteer Mailing List</a></li>
+<li><a href="#documentation-mailing-list-public">Documentation Mailing List</a></li>
+<li><a href="#qa-mailing-list-public">Quality Assurance (QA) Mailing List</a></li>
+<li><a href="#localization-mailing-list-public">Localization Mailing List</a></li>
+<li><a href="#commits-mailing-list">Commits Mailing List</a></li>
+<li><a href="#issues-mailing-list">Issues Mailing List</a></li>
+<li><a href="#native-lang-lists">Native Language (non-English) Mailing Lists</a></li>
+<li><a href="#legacy-openofficeorg-lists">Legacy OpenOffice.org Lists</a></li>
+</ul>
+<h2 id="using-mailing-lists">Using Mailing Lists<a class="headerlink" href="#using-mailing-lists" title="Permanent link">&para;</a></h2>
+<p>A mailing list is a way to share information and coordinate with other project members.
+When you send an e-mail to a mailing list it is forwarded to all other subscribers to
+that mailing list.</p>
+<p>Every OpenOffice mailing list has a list address, of the form:
+<em>xyz</em>@openoffice.apache.org, where you <strong>replace &ldquo;<em>xyz</em>&rdquo; with the actual list name</strong>,
+such as &ldquo;dev&rdquo; or &ldquo;qa&rdquo; or &ldquo;marketing&rdquo;.</p>
+<h3 id="basic-operations">Basic Operations<a class="headerlink" href="#basic-operations" title="Permanent link">&para;</a></h3>
+<p>There are three basic operations you should know about:</p>
+<ul>
+<li>To <em>send</em> an e-mail to the mailing list, and have it forwarded to all other
+subscribers, send an e-mail to the list&rsquo;s address, <em>xyz</em>@openoffice.apache.org.</li>
+<li>To <em>subscribe</em> to the mailing list, so you start receiving all posts to the mailing
+list, send an e-mail to <em>xyz</em>-subscribe@openoffice.apache.org. You will then receive a
+confirmation e-mail. Once you respond to the confirmation e-mail you are subscribed.
+Please keep the initial e-mail you receive from <em>xyz</em>-help@openoffice.apache.org as it
+contains helpful information you may need in the future.</li>
+<li>To <em>unsubscribe</em> from the mailing list, so you stop receiving all posts to the
+mailing list, send an e-mail to <em>xyz</em>-unsubscribe@openoffice.apache.org. You will then
+receive a confirmation e-mail. Once you respond to the confirmation e-mail you are
+unsubscribed.</li>
+</ul>
+<p>NOTE: Please do not send subscribe/unsubscribe requests to the mailing list itself
+(<em>xyz</em>@openoffice.apache.org). You must send these requests to the special
+<em>xyz</em>-subscribe and <em>xyz</em>-unsubscribe addresses.</p>
+<h3 id="list-moderators">List Moderators<a class="headerlink" href="#list-moderators" title="Permanent link">&para;</a></h3>
+<p>Each mailing list at OpenOffice has at least two human moderators. If you need
+additional help with a mailing list in any way including reporting inappropriate
+behavior, you can e-mail the list moderator at <em>xyz</em>-owner@openoffice.apache.org where
+<em>xyz</em> is a list name. Example: qa-owner@openoffice.apache.org.</p>
+<h2 id="participation-guidelines">Participation Guidelines<a class="headerlink" href="#participation-guidelines" title="Permanent link">&para;</a></h2>
+<p>We ask all mailing list participants to observe <a href="http://openoffice.apache.org/list-conduct.html">these conduct guidelines</a>.</p>
+<p>Specifically note the request &ldquo;Use sensible and concise e-mail subject headings&rdquo;. On our
+high-traffic lists, especially dev, we encourage the use of e-mail subject tags that
+indicate the topic of your post. Consistent use of such tags makes it more likely that
+your post will be read by subscribers most interested in that topic. It also faciliates
+sorting and filtering by e-mail inbox rules.</p>
+<p>Some subject tags often seen on dev include:</p>
+<ul>
+<li>[www] for posts related to the website</li>
+<li>[Repo] for posts related to the source code repository</li>
+<li>[download] for posts related to the release download and mirroring infrastruture</li>
+<li>[API] for posts related to API specific topics</li>
+<li>[EXT] for posts related to Extension specific topics</li>
+</ul>
+<p>Other useful topic tags can be found by observing traffic on the list or by looking at
+the list archives.</p>
+<p>In addition to the topic subject tags, there are also tags used to indicate a request:</p>
+<ul>
+<li>[DISCUSS] indicates a rough idea is being floated, and input is welcome</li>
+<li>[PROPOSAL] indicates a specific proposal is being made, and often that Lazy
+Consensus is being sought.</li>
+<li>[VOTE] indicates that a formal vote is being called. This is rare.</li>
+</ul>
+<p>Note: it is common for a topic tag and an action tag to be combined, e.g.:</p>
+<ul>
+<li>[PROPOSAL][Repo] Migration of legacy repository to SVN</li>
+<li>[DISCUSS][download] What are our options of mirroring legacy releases?</li>
+</ul>
+<p>Finally, please keep in mind that all of the above mailing lists are public
+and any post you make will likely be archived by a variety of services. The Apache
+policy for expunging posts can be found
+<a href="http://www.apache.org/foundation/public-archives.html">here</a> but this will only apply
+to Apache mail archives, not archives from other services such as Gmane or Markmail.</p>
+<h2 id="users-mailing-list-public">Users Mailing List (Public)<a class="headerlink" href="#users-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>This list is for users, for questions about OpenOffice, for feature requests, for
+discussions about the product and project, etc.</p>
+<ul>
+<li>Subscribe: <a href="mailto:users-subscribe@openoffice.apache.org">users-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:users@openoffice.apache.org">users@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:users-unsubscribe@openoffice.apache.org">users-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?users@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-users/">legacy</a></li>
+<li>Third-party Archives: <a href="http://markmail.org/search/list:org.apache.incubator.ooo-users">Markmail</a>, <a href="http://openoffice.2283327.n4.nabble.com/Users-f2814619.html">Nabble</a>, <a href="http://www.mail-archive.com/users@openoffice.apache.org/">Mail Archive</a></li>
+</ul>
+<h2 id="api-mailing-list-public">API Mailing List (Public)<a class="headerlink" href="#api-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>This list is for application developers and other interested in scripting, macros or
+developing OpenOffice extensions.</p>
+<ul>
+<li>Subscribe: <a href="mailto:api-subscribe@openoffice.apache.org">api-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:api@openoffice.apache.org">api@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:api-unsubscribe@openoffice.apache.org">api-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?api@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-api/">legacy</a></li>
+<li>Third-party Archives: <a href="http://markmail.org/search/list:org.apache.incubator.ooo-api">Markmail</a>, <a href="http://www.mail-archive.com/api@openoffice.apache.org/">Mail Archive</a></li>
+</ul>
+<h2 id="marketing-mailing-list-public">Marketing Mailing List (Public)<a class="headerlink" href="#marketing-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>This is where the community discusses marketing, branding, communications, event
+planning and related activities.</p>
+<ul>
+<li>Subscribe: <a href="mailto:marketing-subscribe@openoffice.apache.org">marketing-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:marketing@openoffice.apache.org">marketing@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:marketing-unsubscribe@openoffice.apache.org">marketing-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?marketing@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-marketing/">legacy</a></li>
+<li>Third-party Archives: <a href="http://markmail.org/search/list:org.apache.incubator.ooo-marketing">Markmail</a>, <a href="http://www.mail-archive.com/marketing@openoffice.apache.org/">Mail Archive</a></li>
+</ul>
+<h2 id="announce-mailing-list">Announce Mailing List<a class="headerlink" href="#announce-mailing-list" title="Permanent link">&para;</a></h2>
+<p>Subscribe to this list to receive notice about new releases and other important news
+from the project.</p>
+<ul>
+<li>Subscribe: <a href="mailto:announce-subscribe@openoffice.apache.org">announce-subscribe@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:announce-unsubscribe@openoffice.apache.org">announce-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?announce@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-announce/">legacy</a></li>
+<li>Third-party Archives: <a href="http://markmail.org/search/list:org.apache.incubator.ooo-announce">Markmail</a>, <a href="http://www.mail-archive.com/announce@openoffice.apache.org/">Mail Archive</a></li>
+</ul>
+<p><strong>Note:</strong> Only Apache OpenOffice committers may post to the Announce mailing list.
+And, you must use your Apache id and domain to post - for example, send using
+<strong>myapacheid@apache.org</strong>.</p>
+<h2 id="development-mailing-list-public">Development Mailing List (Public)<a class="headerlink" href="#development-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>This is where the project community hangs out. This list is used to coordinate
+activities and ensure we are all pulling in the same direction. This is a high
+traffic list, with an average of 30 posts/day.</p>
+<ul>
+<li>Subscribe: <a href="mailto:dev-subscribe@openoffice.apache.org">dev-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:dev@openoffice.apache.org">dev@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:dev-unsubscribe@openoffice.apache.org">dev-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?dev@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/">legacy</a></li>
+<li>Third-party Archives: <a href="http://www.mail-archive.com/dev@openoffice.apache.org/">Mail Archive</a>, <a href="http://openoffice.2283327.n4.nabble.com/Development-f2916443.html">Nabble</a>, <a href="http://markmail.org/search/list:org.apache.incubator.ooo-dev">Markmail</a> (incomplete)</li>
+</ul>
+<h2 id="documentation-mailing-list-public">Documentation Mailing List (Public)<a class="headerlink" href="#documentation-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>This list is for discussing and developing the OpenOffice documentation.</p>
+<ul>
+<li>Subscribe: <a href="mailto:doc-subscribe@openoffice.apache.org">doc-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:doc@openoffice.apache.org">doc@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:doc-unsubscribe@openoffice.apache.org">doc-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="http://mail-archives.apache.org/mod_mbox/openoffice-doc/">current</a></li>
+<li>Third-party Archives: <a href="http://www.mail-archive.com/doc@openoffice.apache.org/">Mail Archive</a>, <a href="http://markmail.org/search/list:org.apache.openoffice.doc">Markmail</a> (incomplete)</li>
+</ul>
+<h2 id="qa-mailing-list-public">QA Mailing List (Public)<a class="headerlink" href="#qa-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>The list is for bug reports, quality assurance for release, beta tests, manual test,
+automated tests, etc. You should subscribe (initiate the procedure by sending an
+empty e-mail to the address below, then follow the instructions you will receive by
+e-mail) if you don&rsquo;t want to miss important announcements.</p>
+<ul>
+<li>Subscribe: <a href="mailto:qa-subscribe@openoffice.apache.org">qa-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:qa@openoffice.apache.org">qa@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:qa-unsubscribe@openoffice.apache.org">qa-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?qa@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-qa/">legacy</a></li>
+<li>Third-party Archives: <a href="http://www.mail-archive.com/qa@openoffice.apache.org/">Mail Archive</a>, <a href="http://markmail.org/search/list:org.apache.incubator.ooo-qa">Markmail</a> (incomplete)</li>
+</ul>
+<h2 id="localization-mailing-list-public">Localization Mailing List (Public)<a class="headerlink" href="#localization-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>The list is discussion of translation and other aspects of localization, for both
+the OpenOffice product, as well as documentation and the website.</p>
+<ul>
+<li>Subscribe: <a href="mailto:L10N-subscribe@openoffice.apache.org">L10N-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:L10N@openoffice.apache.org">L10N@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:L10N-unsubscribe@openoffice.apache.org">L10N-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?l10n@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-l10n/">legacy</a></li>
+<li>Third-party Archives: <a href="http://markmail.org/search/list:org.apache.incubator.ooo-l10n">Markmail</a>, <a href="http://www.mail-archive.com/l10n@openoffice.apache.org/">Mail Archive</a></li>
+</ul>
+<h2 id="commits-mailing-list">Commits Mailing List<a class="headerlink" href="#commits-mailing-list" title="Permanent link">&para;</a></h2>
+<p>This is where the community receives automated notifications of any changes to the
+Apache OpenOffice code and documentation. This is a moderate traffic list, with an
+average of 10 posts/day.</p>
+<ul>
+<li>Subscribe: <a href="mailto:commits-subscribe@openoffice.apache.org">commits-subscribe@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:commits-unsubscribe@openoffice.apache.org">commits-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?commits@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-commits/">legacy</a></li>
+<li>Third-party Archives: <a href="http://www.mail-archive.com/commits@openoffice.apache.org/">Mail Archive</a>, <a href="http://markmail.org/search/list:org.apache.incubator.ooo-commits">Markmail</a> (incomplete)</li>
+</ul>
+<h2 id="issues-mailing-list">Issues Mailing List<a class="headerlink" href="#issues-mailing-list" title="Permanent link">&para;</a></h2>
+<p>This is where the community receives automated notifications of all issues that were
+created or modified in Bugzilla. Currently this is a moderate traffic list, with an
+average of 20 posts/day and will increase in the future.</p>
+<ul>
+<li>Subscribe: <a href="mailto:issues-subscribe@openoffice.apache.org">issues-subscribe@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:issues-unsubscribe@openoffice.apache.org">issues-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="https://lists.apache.org/list.html?issues@openoffice.apache.org">current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-ooo-issues/">legacy</a></li>
+<li>Third-party Archives: <a href="http://www.mail-archive.com/issues@openoffice.apache.org/">Mail Archive</a>, <a href="http://markmail.org/search/list:org.apache.incubator.ooo-issues">Markmail</a> (incomplete)</li>
+</ul>
+<h2 id="volunteer-mailing-list-public">Volunteer Mailing List (Public)<a class="headerlink" href="#volunteer-mailing-list-public" title="Permanent link">&para;</a></h2>
+<p>This list is for welcoming new contributors. It coordinates the activities for new
+people and tries to help to find the right part. This is a low traffic list.</p>
+<ul>
+<li>Subscribe: <a href="mailto:volunteer-subscribe@openoffice.apache.org">volunteer-subscribe@openoffice.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:volunteer@openoffice.apache.org">volunteer@openoffice.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:volunteer-unsubscribe@openoffice.apache.org">volunteer-unsubscribe@openoffice.apache.org</a></li>
+<li>Apache Archives: <a href="http://mail-archives.apache.org/mod_mbox/openoffice-volunteer/">current</a></li>
+<li>Third-party Archives: <a href="http://www.mail-archive.com/volunteer@openoffice.apache.org/">Mail Archive</a></li>
+</ul>
+<h2 id="native-language-non-english-mailing-lists"><a id="native-lang-lists"></a> Native Language (non-English) Mailing Lists<a class="headerlink" href="#native-language-non-english-mailing-lists" title="Permanent link">&para;</a></h2>
+<p>The project has several mailing lists for discussion about OpenOffice in native
+(non-English) languages.</p>
+<p>Information about available Native Language mailing lists can be found in the page
+describing <a href="http://openoffice.apache.org/native-lang.html">native language resources</a>.</p>
+<h2 id="legacy-openofficeorg-lists">Legacy OpenOffice.org Lists<a class="headerlink" href="#legacy-openofficeorg-lists" title="Permanent link">&para;</a></h2>
+<p>As of March 16th, 2012 the legacy OpenOffice.org mailing lists have been disabled.
+Archived posts from these mailing lists are archived on <a href="http://openoffice.markmail.org/">MarkMail</a>.</p>
+<p>At the same time the legacy e-mail forwarding agent for openoffice.org e-mail address has
+also been shutdown.</p>
+<p>If you have been directed to this page from an e-mail bounce notification, the following
+guide might be useful for directing your post to an appropriate new mailing list for
+the OpenOffice project:</p>
+<ul>
+<li>users@openoffice.org posts should be sent to users@openoffice.apache.org</li>
+<li>discuss@openoffice.org posts should be sent to users@openoffice.apache.org</li>
+<li>dev@openoffice.org posts should be sent to dev@openoffice.apache.org</li>
+<li>securityteam@openoffice.org posts should be sent to security@openoffice.apache.org</li>
+<li>project marketing related posts should be sent to marketing@openoffice.apache.org</li>
+<li>requests to use trademarks should be sent to dev@openoffice.apache.org</li>
+<li>anything of a confidential nature should be sent to private@openoffice.apache.org</li>
+<li>support questions related to the OpenOffice product should go to users@openoffice.apache.org</li>
+<li>website related questions should go to dev@openoffice.apache.org</li>
+<li>questions on volunteering for the project should go to dev@openoffice.apache.org</li>
+<li>press queries should go to press@openoffice.apache.org</li>
+</ul>
+<p>For any topic not covered by the above, send your post to: dev@openoffice.apache.org</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/mission.html b/output/mission.html
new file mode 100644
index 0000000..17029f8
--- /dev/null
+++ b/output/mission.html
@@ -0,0 +1,173 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>The Public Service Mission of OpenOffice</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>The Public Service Mission of OpenOffice</h1>
+    
+
+    <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
+<p>Along with an email client and a web browser, an office suite is a core essential
+application that almost every computer user requires. Although there is a dominant
+ commercial product in this category, its price and limited platform and language 
+support makes it an unsatisfactory option for many. OpenOffice, for over a decade,
+ has helped fill this gap. Our goal is to develop, publish and support OpenOffice 
+as a world-class office suite, free for anyone to use, and since it is open source,
+free for anyone to build upon. Using the generally available discounted price of 
+commercial office products, the value of OpenOffice downloads over the past decade
+exceeds USD 10 billion (10,000,000,000).</p>
+<h2 id="overcoming-the-digital-divide">Overcoming the &ldquo;Digital Divide&rdquo;<a class="headerlink" href="#overcoming-the-digital-divide" title="Permanent link">&para;</a></h2>
+<p>More than 40% of the world population lives on less than US$ 2 per day, and around 
+20% live on less than US$ 1 per day. Against these numbers, commercial 
+shrink-wrapped office software is often seen as a luxury good. End-user facing 
+open source software, like OpenOffice, brings high-quality software to those who 
+would otherwise have no other affordable options. Within the ICT for Development 
+(ICT4D) community, OpenOffice has long been an important part of achieving 
+development goals.</p>
+<h2 id="support-for-linguistic-and-cultural-diversity">Support for Linguistic and Cultural Diversity<a class="headerlink" href="#support-for-linguistic-and-cultural-diversity" title="Permanent link">&para;</a></h2>
+<p>There are over 6,000 languages in the world, but unless the language is associated 
+with a G20 economic superpower, commercial vendors tend to ignore it. The 
+OpenOffice community has a long standing tradition of supporting a large number 
+of languages, including languages used by smaller populations, minority languages, 
+endangered languages, etc.  By supporting languages that would 
+not otherwise be supported we help reduce &ldquo;digital exclusion&rdquo; and promote 
+development, local education and administration.</p>
+<h2 id="accessibility">Accessibility<a class="headerlink" href="#accessibility" title="Permanent link">&para;</a></h2>
+<p>Persons with disabilities, especially those with visual impairments, commonly 
+rely on &ldquo;assistive technology&rdquo; to interact with computers. Such technologies 
+work well only when applications are designed and coded to work well with them. 
+Additionally, users who create documents must do their part to ensure that the 
+documents they create work well with assistive technology, for example through 
+the use of image captions, consistent list levels, etc. The OpenOffice project 
+aims to provide strong accessibility support, both in the core product and 
+including broader ecosystem support via extensions, for working with Braille 
+printers, exporting to DAISY talking books, etc.</p>
+<h2 id="open-standards">Open Standards<a class="headerlink" href="#open-standards" title="Permanent link">&para;</a></h2>
+<p>Open standards are those standards which are created in an open, transparent 
+process, where the specifications can be freely accessed and implemented without 
+royalties. Most core web standards are open standards. The default document format 
+in OpenOffice, OpenDocument Format (ODF) is also an open standard. Widespread use 
+of open standards promotes interoperability and choice in the market. But this 
+does not come without effort on our part. We commit to faithful implementation 
+of open standards, and to work with standards organizations and other vendors 
+to improve these standards and to test and improve interoperability.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/native-lang.html b/output/native-lang.html
new file mode 100644
index 0000000..9f9d29b
--- /dev/null
+++ b/output/native-lang.html
@@ -0,0 +1,159 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Native-Language Information</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Native-Language Information</h1>
+    
+
+    <h2 id="natiguage-user-support-forumshttpforumopenofficeorg-for-some-languages">Natiguage User Support Forums](http://forum.openoffice.org/) (for some languages).<a class="headerlink" href="#natiguage-user-support-forumshttpforumopenofficeorg-for-some-languages" title="Permanent link">&para;</a></h2>
+<h2 id="native-language-mailing-lists">Native Language Mailing Lists<a class="headerlink" href="#native-language-mailing-lists" title="Permanent link">&para;</a></h2>
+<p>New native 
+language mailing lists for the project are made after discussion and consensus on the
+dev mailing list.  Additionally new mailing lists typically require at least two 
+moderators to be established. Initiate setup requests through: <a href="mailto:dev@openoffice.apache.org">dev@openoffice.apache.org</a></p>
+<p>Native language mailing lists (This list is manually maintained and may not be up to date):</p>
+<ul>
+<li>users-de@openoffice.apache.org (German users mailing list)</li>
+<li>dev-de@openoffice.apache.org (German mailing list for community planning)</li>
+<li>general-ja@openoffice.apache.org (General Japanese mailing list)</li>
+<li>general-es@openoffice.apache.org (General Spanish mailing list)</li>
+<li>progetto-it@openoffice.apache.org (Italian mailing list for project-related discussions)</li>
+<li>utenti-it@openoffice.apache.org (Italian users mailing list)</li>
+<li>users-fr@openoffice.apache.org (French users mailing list)</li>
+<li>geral-ptbr@openoffice.apache.org (General Portuguese from Brazil mailing list)</li>
+</ul>
+<p>Additional information and archives for these lists as well as any other Apache mailing
+list can be found at the <a href="http://mail-archives.apache.org/mod_mbox/">Available Mailing List page</a>.</p>
+<p>Subscribe to any of these lists by using the following format for the e-mail recipient:</p>
+<div class="highlight"><pre><span></span><code><span class="err">&quot;list name&quot;-subscribe@openoffice.apache.org</span>
+</code></pre></div>
+
+<p>For example, to subscibe to the &ldquo;users-de&rdquo; list: </p>
+<div class="highlight"><pre><span></span><code><span class="err">users-de-subscribe@openoffice.apache.org</span>
+</code></pre></div>
+
+<h2 id="additional-information">Additional Information<a class="headerlink" href="#additional-information" title="Permanent link">&para;</a></h2>
+<p>The <a href="http://www.openoffice.org/projects/native-lang.html">Native Language page</a>
+is a valuable resource in learning more about the Apache OpenOffice native language
+endeavors.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/decision-making.html b/output/orientation/decision-making.html
new file mode 100644
index 0000000..80baecf
--- /dev/null
+++ b/output/orientation/decision-making.html
@@ -0,0 +1,205 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Decision Making</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Decision Making</h1>
+    
+
+    <p>In this Orientation Module you will learn about Decision Making within the project. As with the previous Level 1 Module, if you have prior experience with an open source software project, especially one at Apache, then much of this material will already be familiar to you.</p>
+<p>In the previous Module we read about collaboration on the mailings lists, how to do it efficiently and how to avoid the most common pitfalls. We use the mailing lists for many things, for asking questions, for sharing information or the like. But one of the most important uses of the mailing list is for decision making. It is important to understand how decisions are made in an Apache community. Here are a few general principles that you should keep in mind:</p>
+<ol>
+<li>
+<p>Commit-Then-Review (CTR) and Review-Then-Commit (RTC).</p>
+<p>The two primary ways of managing product changes go by the names Commit-Then-Review (CTR) and Review-Then-Commit (RTC). For most cases we operate in a CTR mode, meaning that our <a href="https://www.apache.org/foundation/how-it-works.html#committers">Committers</a> are able to check in changes as they desire, with no advance approval or review.</p>
+<p>We trust our Committers to do the right thing. By default Committers don&rsquo;t ask permission before acting. They avoid unnecessary discussion and email traffic. This is not because they are anti-social. This is because they realize that in a project of this size it is impossible to discuss every small change in advance. Discussing too much is both 
+unnecessary and unproductive. We have a &ldquo;time machine&rdquo; called Subversion that allows us to undo any changes to the product or website. So if a Committer believes that a change would be uncontroversial, and the change is reversible, then the default approach is to go ahead make the change.</p>
+<p>Terms that you might need to know related to the above are: <a href="https://www.urbandictionary.com/define.php?term=JFDI">JFDI</a> and <a href="https://www.apache.org/foundation/glossary.html#LazyConsensus">&ldquo;assuming lazy consensus&rdquo;</a>.</p>
+</li>
+<li>
+<p>When is RTC, Review-Then-Commit Used?</p>
+<p>There are times where CTR is not appropriate and RTC is used. This happens, for example, at the end of a release cycle, when we want to carefully review changes made to the product, in order to control the final quality before the release. When we&rsquo;re in RTC mode, no changes are made to the code unless first discussed and approved on the mailing list.</p>
+<p>Other situations when RTC is used instead of CTR might include:</p>
+<ol>
+<li>
+<p>A Committer is unsure of the technical merits of what they want to do. They want
+an extra pair of eyes to review the proposal point out weaknesses, alternatives, etc.</p>
+</li>
+<li>
+<p>A change is a job for more than one person or requires coordination across several
+subgroups within the project.</p>
+</li>
+<li>
+<p>A change to one of our websites that impacts terms and conditions, license,
+copyright, branding, etc. So not a technical change, but a substantive change to
+content in these areas. These require PMC review.</p>
+</li>
+<li>
+<p>A technical change that breaks backwards compatibility of the product.</p>
+</li>
+<li>
+<p>Changes that break things. Sometimes this is unavoidable. But it should be
+proposed and coordinated like #2 above.</p>
+</li>
+<li>
+<p>Changes that cannot easily be reversed. Code changes and most website changes are
+in SVN and can be reverted. But some changes, like administrative bulk actions in
+BZ, cannot be easily undone.</p>
+</li>
+<li>
+<p>Public statements in behalf of the project, e.g., some blog posts and
+announcements, press releases, etc.</p>
+</li>
+</ol>
+<p>In all of the above cases, a Proposal detailing the change is sent to the development
+list.</p>
+</li>
+<li>
+<p>Proposals</p>
+<p>The convention is to send all proposals in their own new thread. (Don&rsquo;t hide a proposal 10 posts deep in an existing thread). Put &ldquo;[PROPOSAL]&rdquo; in the subject line or make it obvious that you are making a proposal.</p>
+<p>Because the Volunteers are spread out all across the globe, in various time zones, and many have day jobs or other commitments, the convention is to wait <em>at least</em> 72 hours for feedback on a proposal.</p>
+<p>In cases where the proposer wants to act on their proposal, if there are no objections, they should state this in the proposal. For example, &ldquo;If there are no objections voiced within 72 hours, I&rsquo;ll go ahead and make these changes&rdquo;. This is called &ldquo;stating lazy consensus&rdquo;. You can read more about lazy consensus <a href="https://openoffice.apache.org/docs/governance/lazyConsensus.html">here</a>.</p>
+</li>
+<li>
+<p>Voting, Consensus, and Vetoes</p>
+<ol>
+<li>
+<p>In Apache projects it is common to use a shorthand way of responding to proposals, where +1 indicates approval, 0 indicates indifference and -1 indicates disapproval.</p>
+</li>
+<li>
+<p>In most cases proposals are decided by consensus, based on community discussions. Only in rare cases, and in a small number of pre-defined administrative questions, do we resort to a formal counting of votes. The places where we require voting are: voting to release, voting in a new Committer or PMC Member, Voting in a new PMC Chair. That&rsquo;s it. Generally speaking, voting on any other topic is avoided in favor of consensus building. With voting there are winners and losers. With  [...]
+</li>
+<li>
+<p>Another aspect of decision making in an Apache project is the &ldquo;veto&rdquo;. Every Committer has the ability to &ldquo;veto&rdquo; a change, for technical reasons, provided he explains the technical reasons for the veto, describes an alternative approach, and offers to help implement the alternative approach. Vetos are quite rare.</p>
+</li>
+<li>
+<p>There is one disorder of community decision making that is common enough to warrant a colorful name: <a href="http://bikeshed.com/">bikeshedding</a>. Follow the link and read more about this topic.</p>
+</li>
+</ol>
+</li>
+<li>
+<p>To apply the above skills, be sure you are subscribed to the project&rsquo;s <a href="https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public">main mailing list</a>. Keep your eye out for terms like &ldquo;proposal&rdquo;, &ldquo;lazy consensus&rdquo;, &ldquo;vote&rdquo; or &ldquo;veto&rdquo; and see how they are used in practice. Compare actual practice to the above descriptions. No, we&rsquo;re not perfect. But we work best and have the most fun when we foll [...]
+</li>
+</ol>
+<p>Congratulations, you have completed this Module!</p>
+<p>If you have any questions or feedback on this module, please send a note to <a href="mailto:recruitment@openoffice.apache.org?subject=Comments on Decision Making Module">recruitment@openoffice.apache.org</a>.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/how-aoo-project-works.html b/output/orientation/how-aoo-project-works.html
new file mode 100644
index 0000000..bd4a276
--- /dev/null
+++ b/output/orientation/how-aoo-project-works.html
@@ -0,0 +1,164 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>How the Apache OpenOffice Project Works</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>How the Apache OpenOffice Project Works</h1>
+    
+
+    <ol>
+<li>
+<p>Please send an email to <a href="mailto:volunteer@openoffice.apache.org?subject=Starting How the Apache OpenOffice Project Works">volunteer@openoffice.apache.org</a> to let us know you are working on this module.</p>
+</li>
+<li>
+<p>As you learned in the <a href="intro-contributing.html">previous module</a> the Apache Software Foundation formally has Members, who elect a Board of Directors who appoint Officers, including PMC (Project Management Committee) Chairs, who work with the PMC&rsquo;s of the individual Top Level Projects and their communities, to publish open source software for the public good. In this module we&rsquo;ll take a closer look at how exactly we accomplish this within the Apache OpenOffice pr [...]
+</li>
+<li>
+<p>Volunteers in the project tend to self-identify themselves in one or more of the following categories, depending on their interests, skills and contributions:</p>
+<ul>
+<li>Developers are the programmers who write, debug and fix the C++ code that is the core of the OpenOffice software.</li>
+<li>QA (Quality Assurance) are the volunteers to test OpenOffice builds, looking for bugs. They also develop test automation and test cases.</li>
+<li>Support are the volunteers who answer user questions on our Community Forums and User list.</li>
+<li>UX (Usability)</li>
+<li>Localization/Internationalization are the volunteers whose expertise is in adapting OpenOffice so it works well with the writing and other cultural conventions and expectations of
+users around the globe. This includes translations and related activities.</li>
+<li>Documentation</li>
+<li>Admins, including moderators,</li>
+<li>Marketing</li>
+<li>Website development</li>
+</ul>
+</li>
+<li>
+<p>We also work closely with other specialized teams within Apache for topics where it is important to enforce ASF-wide policies:</p>
+<ul>
+<li>Infrastructure</li>
+<li>Legal Affairs</li>
+<li>Trademarks/Branding</li>
+<li>Conference Committee (ConCom)</li>
+<li>Incubator</li>
+</ul>
+</li>
+<li>
+<p>Congratulations! You have completed this Level. Please send a note to <a href="mailto:volunteer@openoffice.apache.org?subject=Completed How the Apache OpenOffice Project Works">volunteer@openoffice.apache.org</a> so we all know you have completed this level. This is also a good opportunity to send along any feedback or questions you might have on this Orientation Module.</p>
+</li>
+</ol>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/index.html b/output/orientation/index.html
new file mode 100644
index 0000000..3ae66d0
--- /dev/null
+++ b/output/orientation/index.html
@@ -0,0 +1,168 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>New Volunteer Orientation</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>New Volunteer Orientation</h1>
+    
+
+    <h2 id="welcome">Welcome!<a class="headerlink" href="#welcome" title="Permanent link">&para;</a></h2>
+<p>So you are interested in volunteering with the Apache OpenOffice project, one of the oldest and most famous open source projects around? Great, welcome to the project!</p>
+<p>Getting involved in a large open source project can be a little intimidating. There is so much going on, so many new names, new processes, new ways of communicating. It can be confusing, even frustrating at first. In some ways, maybe at the technical level, it is similar to other software development projects you may be familiar with. But as a community-led open source project the ways we work, communicate, make decisions, and resolve disputes are very different than what you might se [...]
+<p>In order to help new Volunteers fit into the OpenOffice Community and understand socially and technically how we work, we have created a set of self-directed Orientation Modules to provide key information and help you develop key skills needed to contribute effectively to the project.</p>
+<h2 id="four-levels">Four Levels<a class="headerlink" href="#four-levels" title="Permanent link">&para;</a></h2>
+<p>We&rsquo;ve designed the Orientation Modules in four levels:</p>
+<p>The first two are focused on general project-wide community participation skills. These modules provide the information that every contributor should aim to understand, whether they are writing C++ code or user documentation.</p>
+<ul>
+<li>
+<p>Level 1: <a href="intro-contributing.html">Introduction to Contributing to Apache OpenOffice</a> and <a href="how-aoo-project-works.html">How the Apache OpenOffice Project Works</a></p>
+</li>
+<li>
+<p>Level 2: <a href="decision-making.html">Decision Making</a> and <a href="infrastructure.html">Making sense of Project&rsquo;s Technical Infrastructure</a></p>
+</li>
+</ul>
+<p>Once you have completed these first two Levels, you will have been exposed to the basic skills that enable you to volunteer as a general contributor, or to dive deeper into a specialized area of the project, like Quality Assurance, Marketing, Translation or Development.</p>
+<p>Levels 3 and 4 are specialized Levels, that focus on basic and intermediate knowledge, processes, tools and skills related to that specific area.</p>
+<ul>
+<li>
+<p>Level 3: Introductory Specialized Areas</p>
+<ul>
+<li><a href="intro-development.html">Introduction to Development</a></li>
+<li><a href="intro-qa.html">Introduction to QA</a></li>
+<li><a href="http://openoffice.apache.org/translate.html">Introduction to Localization</a> (How to Help Translate OpenOffice)</li>
+<li><a href="intro-marketing.html">Introduction to Marketing</a></li>
+<li><a href="intro-doc.html">Introduction to Documentation</a></li>
+<li>Introduction to Website Content Authoring</li>
+</ul>
+</li>
+<li>
+<p>Level 4: Intermediate Specialized Areas</p>
+<ul>
+<li>Intermediate Development</li>
+<li>Intermediate QA</li>
+<li>Intermediate Localization and Internationalization</li>
+<li>Intermediate Marketing</li>
+<li>Intermediate Website Development using Perl and the CMS</li>
+</ul>
+</li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/infrastructure.html b/output/orientation/infrastructure.html
new file mode 100644
index 0000000..afeb7e1
--- /dev/null
+++ b/output/orientation/infrastructure.html
@@ -0,0 +1,183 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Infrastructure</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Infrastructure</h1>
+    
+
+    <p>In this Orientation Module you will learn about tools and servers that are part of the daily operations of the project. You will interact with many of these on a regular basis, or at least hear them discussed on the lists, so it is important to know what they are, and where to go if you need more information or run into problems.</p>
+<ol>
+<li>
+<p>First, Please send an email to <a href="mailto:volunteer@openoffice.apache.org?subject=Starting Infrastructure Module">volunteer@openoffice.apache.org</a> to let us know you are working on this module.</p>
+</li>
+<li>
+<p>List of tools and services we use</p>
+<ul>
+<li>
+<p>ezmlm: This is the time-tested EZ Mailing List Manager application that manages our mailing lists. You control ezmlm by sending commands to a list address. For example, if the list address is dev@openoffice.apache.org then you subscribe to the list with the command dev-<strong>subscribe</strong>@openoffice.apache.org. Some other popular commands are listed <a href="https://www.apache.org/foundation/mailinglists.html">here</a>. You can get a full list of commands available to you by se [...]
+</li>
+<li>
+<p>Our two websites: <a href="https://www.openoffice.org">www.openoffice.org</a> and <a href="https://openoffice.apache.org">openoffice.apache.org</a>. Why two? There is some logic here, although it is not perfectly executed (yet). The www.openoffice.org website is our primary user-facing website. It is where we put content intended for end-users to use, so downloads, product documentations, support and other related materials. The openoffice.apache.org website, on the other hand, is the [...]
+</li>
+<li>
+<p>MediaWiki (also called MWiki) is used for the wiki on the <a href="https://wiki.openoffice.org/wiki/Main_Page">wiki.openoffice.org</a> website. We use MWiki for many of the user-facing pages on the website, especially in the areas of documentation and support. If you are familiar with Wikipedia and the syntax used for authoring articles there, then you will find our MediaWiki very easy to use, since Wikipedia also uses MediaWiki. If you are new to MediaWiki please read over this <a hr [...]
+</li>
+<li>
+<p>Confluence Wiki (also called CWiki) is used for some <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Wiki+Home">project management webpages</a></p>
+</li>
+<li>
+<p><a href="https://translate.apache.org">Pootle</a> is our translation management server, an online service used by translators to translate the UI and help files of OpenOffice into various languages. Unless you are involved with translations or builds you probably will never use Pootle. But you will hear it mentioned on the mailing lists.</p>
+</li>
+<li>
+<p>Apache CMS (Content Management System) is the software that manages our websites, including the application of side-wide templates used to apply, for example, the common page footers that occur on each page). There is a web interface to the Apache CMS that makes it easy to make small updates to a page. If you are interested in adding or editing the website you can watch this video on the <a href="https://www.youtube.com/watch?v=7fvg1pfHLhE">Apache CMS&rsquo;s Anonymous Mode</a> now. O [...]
+</li>
+<li>
+<p>Subversion is the Version Control System (VCS) used by the project. Subversion is also its own Apache project. The source code for the OpenOffice product as well as the files for the websites are all stored in Subversion. Developers use Subversion heavily in their work. Advanced work in QA and bulk website changes also involve using Subversion.</p>
+</li>
+<li>
+<p>phpBB is the software that runs our <a href="https://forum.openoffice.org/en/forum/">Community Forums</a>, used for technical support of our users.</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/ooo/">Bugzilla</a> is used to track defect OpenOffice (bug) report.</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/">JIRA</a> is another issue tracking application. Some Apache projects use JIRA instead of Bugzilla. We mainly use JIRA when we need to raise an issue with another group at Apache that uses JIRA, for example the Apache Infrastructure Team.</p>
+</li>
+</ul>
+</li>
+<li>
+<p>It is important to understand the role of the <a href="https://www.apache.org/dev/infrastructure.html">Apache Infrastructure Team</a> (Infra or Infra@. The Infrastructure team are essentially the system administrators for all Apache-wide servers and services, including many of the services described above. As you can imagine, with all the projects that are part of Apache, this is huge job. In order to support this number of projects and provide good service levels in this shared infra [...]
+</li>
+<li>
+<p>What to do if you have a problem:</p>
+<ul>
+<li>Questions on how to use the service: First, look for instructions on the website. If that fails, post a note to the dev mailing list for hints.</li>
+<li>Outages: <a href="https://monitoring.apache.org/status/">Current status</a> is posted. You might also want to subscribe to Infra&rsquo;s <a href="https://twitter.com/infrabot">Twitter feed</a>. If you see an outage not noted there already, you can notify Infra via IRC channel #asfinfra on Freenode.</li>
+<li>Requests to enhance or modify the service: Propose something on dev. Even though Infra is required to carry out some tasks, you still should get consensus first on the project&rsquo;s mailing list.</li>
+</ul>
+</li>
+<li>
+<p>Congratulations! You have completed this Module. Please send a note to <a href="mailto:volunteer@openoffice.apache.org?subject=Completed Infrastructure Module">volunteer@openoffice.apache.org</a> so we all know you have completed this level. This is also a good opportunity to send along any feedback or questions you might have on this Orientation Module.</p>
+</li>
+</ol>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/intro-contributing.html b/output/orientation/intro-contributing.html
new file mode 100644
index 0000000..23bbfd4
--- /dev/null
+++ b/output/orientation/intro-contributing.html
@@ -0,0 +1,182 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Introduction to Contributing to Apache OpenOffice</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Introduction to Contributing to Apache OpenOffice</h1>
+    
+
+    <p>In this Orientation Module you will gain basic familiarity with the Apache Software Foundation and how it works, get signed up for various important online project services, and introduce yourself to the other volunteers on the project&rsquo;s mailing mailing list.</p>
+<p>Level 1 is focused on connecting you to the project.</p>
+<p>If you have prior experience with an open source software project, especially one at
+Apache, then much of this will already be familiar to you.</p>
+<ol>
+<li>
+<p>Introduce yourself to the other project Volunteers by sending an email to <a href="mailto:volunteer@openoffice.apache.org?subject=Starting Introduction to Contributing to Apache OpenOffice Module">volunteer@openoffice.apache.org</a>. Who are you, where are you from, what are you interested in? These are all good things to cover. Also, as you work through the items on this page, if you have questions or problems, please feel free to ask for help by sending a note to this list.</p>
+</li>
+<li>
+<p>It is important that you understand a little about the Apache Software Foundation and OpenOffice, what it is, how it is organized and how the Apache OpenOffice Project fits into the overall Foundation. This is partially organizational knowledge and a little history. But it is important for understanding how things work here, and understanding the culture of this open source community. Suggested readings are:</p>
+<ol>
+<li><a href="https://apache.org/foundation/how-it-works.html">How It Works</a> (to learn about how the ASF is organized and how its meritocracy works)</li>
+<li><a href="https://www.apache.org/foundation/faq.html">ASF FAQ&rsquo;s</a> (browse to see if it answers any questions you might have)</li>
+<li><a href="https://en.wikipedia.org/wiki/OpenOffice">OpenOffice Wikipedia article</a> (for basic historical background)</li>
+<li><a href="https://smartbear.com/blog/test-and-monitor/14-ways-to-contribute-to-open-source-without-being/">14 Ways to Contribute to Open Source without Being a Programming Genius or a Rock Star</a></li>
+</ol>
+</li>
+<li>
+<p>As a globally-distributed all-volunteer open source project, there is never a time or place where we can all meet together in the same room or even on a telephone call. Because of this, and out of respect for everyone&rsquo;s busy and varying schedule, we use mailing lists to coordinate our work, make proposals, gather consensus and resolve community issues. There are three mailing lists that every Volunteer should be on:</p>
+<ol>
+<li><a href="https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public">dev</a> This is the main mailing list for the project, and gets a lot of traffic. But this is where project-wide discussions occur.</li>
+<li><a href="https://openoffice.apache.org/mailing-lists.html#announce-mailing-list">announce</a> This is the official announcement list for the project. It is used for announcing things like new releases, security patches, conferences, etc.</li>
+<li><a href="https://openoffice.apache.org/mailing-lists.html#users-mailing-list-public">users</a> This is our users list and is one way in which we provide support to end users. Although you may not be interested specifically in user support, it is still recommended that you follow this list, even if just to get a feel for user concerns, problems, feature ideas, etc.</li>
+</ol>
+</li>
+<li>
+<p>You can also review other mailing lists we host and which may be of interest, including ones focused on specific <a href="https://openoffice.apache.org/mailing-lists.html">project functions</a> and <a href="https://openoffice.apache.org/native-lang.html">native languages</a>.</p>
+</li>
+<li>
+<p>A useful shortcut notation you will often see on the lists. Writing a list name in full, like dev@openoffice.apache.org can be tedious. So you will often see it called just &ldquo;dev@&rdquo;. Similarly, top-level lists like trademarks@apache.org are often referred to as &ldquo;trademarks@&rdquo;. This shortcut can be used to refer either to the mailing list and to the team that operates the mailing list. The context should make it clear, e.g., &ldquo;You should check with trademarks@ [...]
+</li>
+<li>
+<p>One of the first practical tests each Volunteer faces is dealing with the volume of emails that comes from participation in an open source project like this. A good email client for this kind of work will support folders, rule-based folder assignments, and most importantly quote collapsing. A common practice is to make a separate folder for each Apache mailing list and define a rule to move incoming emails directly into that folder. If you have a question on how to configure your emai [...]
+</li>
+<li>
+<p>Because our mailing lists can be busy, and we&rsquo;re not all native English speakers, and because email text is a crude medium which makes it hard to express nuanced emotions, we need to be careful and tolerant in how we use it. Please read over our <a href="https://openoffice.apache.org/mailing-lists.html#participation-guidelines">Participation Guidelines</a> and <a href="https://openoffice.apache.org/list-conduct.html">List Conduct Guidelines</a> for more information.</p>
+</li>
+<li>
+<p>From Karl Fogel&rsquo;s book <a href="https://producingoss.com/">&ldquo;Producing Open Source Software&rdquo;</a> read through <a href="https://producingoss.com/en/communications.html#you-are-what-you-write">&ldquo;You Are What You Write&rdquo;</a> and <a href="https://producingoss.com/en/common-pitfalls.html">&ldquo;Avoiding Common Pitfalls&rdquo;</a>.</p>
+</li>
+<li>
+<p>Aside from the mailing lists there are several online services that every volunteer should be signed up for:</p>
+<ol>
+<li>Our <a href="https://wiki.openoffice.org/wiki/Main_Page">MediaWiki</a> (sometimes called MWiki) used for user documentation and many other things.</li>
+<li>Our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Wiki+Home">ConfluenceWiki</a> (sometimes called CWiki) where we do project planning.</li>
+<li>Our <a href="https://bz.apache.org/ooo/">Bugzilla database</a> (sometimes called BZ) where we report and track status on bugs.</li>
+<li>Our <a href="https://forum.openoffice.org/">Community Forums</a> These are available in several languages. This is the primary way in which we engage with the user community.</li>
+<li>Join our <a href="https://openoffice.apache.org/social.html">Social Networks</a></li>
+</ol>
+</li>
+<li>
+<p>Finally, once you have done the above, go to our our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Directory+of+Volunteers">Directory of Volunteers</a> wiki page and add your information. Congratulations! Please send a note to <a href="mailto:volunteer@openoffice.apache.org?subject=Completed Introduction to Contributing to Apache OpenOffice Module">volunteer@openoffice.apache.org</a> so we know.</p>
+</li>
+</ol>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/intro-development.html b/output/orientation/intro-development.html
new file mode 100644
index 0000000..1d60f6b
--- /dev/null
+++ b/output/orientation/intro-development.html
@@ -0,0 +1,175 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Introduction to Development</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Introduction to Development</h1>
+    
+
+    <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
+<p>In this orientation module you will learn how to get started programming OpenOffice.</p>
+<p>To complete this module, read through the material on this page, including the linked references. There will also be some start-up tasks for you to perform, such as signing up for an account in our defect tracking database.</p>
+<p>Your first task is to subscribe to our Recruitment mailing list. You can subscribe by sending an email to <a href="mailto:volunteer-subscribe@openoffice.apache.org">volunteer-subscribe@openoffice.apache.org</a>.</p>
+<p>Then you can introduce yourself by <a href="mailto:volunteer@openoffice.apache.org?subject=New Dev Volunteer">sending an email to the list</a>. We&rsquo;d love to hear who you are, where you are from, what your background is, etc. Also as you work through the items on this page, if you have questions or problems, please feel free to ask for help by sending a note to this same list.</p>
+<p>Note: In parallel with the Dev-specific items on this page, you may want to also review the <a href="http://openoffice.apache.org/orientation/index.html">Level 1 and Level 2 Orientation Modules</a>. They have useful background information on The Apache Way, mailing list etiquette, decision making in the project, etc. A quick review is a good idea, especially if you are new to working in Apache-style open source projects.</p>
+<p>Now with the introductions out of the way, let&rsquo;s get started!</p>
+<h2 id="openoffice-development-good-the-bad-and-the-ugly">OpenOffice Development: Good, the Bad and the Ugly<a class="headerlink" href="#openoffice-development-good-the-bad-and-the-ugly" title="Permanent link">&para;</a></h2>
+<p>Let&rsquo;s be honest. The size, age and complexity of OpenOffice&rsquo;s C++ codebase makes coding a challenge. This is not a trivial codebase to learn. But if you like a good challenge then you&rsquo;ll love this project! There are tasks suitable for programmers with a range of programming experience, and we have many veteran OpenOffice hackers in the project who are happy to answer your questions.</p>
+<p>And in its favor, there are few other programs that you can help develop, that have the reach of OpenOffice. Many millions of users depend on OpenOffice, with another half a million downloads every week, from almost every country in the world. So the work you do, the bugs you fix, the features you add, will benefit millions of users around the world.</p>
+<h2 id="building-openoffice">Building OpenOffice<a class="headerlink" href="#building-openoffice" title="Permanent link">&para;</a></h2>
+<p>It all starts by establishing a local build environment. Building OpenOffice on Linux or Mac is relatively easy, but expect the first attempt to require some trial and error. Every configuration is slightly different.</p>
+<p>Building on Windows is more complicated, due to the need to install more prerequisite tools.</p>
+<p>Our <a href="https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO">Building Guide</a> on the wiki is your starting point. Follow the instructions there, step by step. Ask questions on the dev list if you get stuck. If you get an error it can be useful to search our <a href="https://markmail.org/search/+list:org.apache.incubator.ooo-dev">mailing list archives</a> to see if it is a known problem with a known solution.</p>
+<p>Note also the current list of configuration flags used in building the development snapshot builds at the bottom of the <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-AOO3.4.1">development snapshot builds page</a>.
+Although there are many other combinations of flags you can use, some of which are very useful for development, the flags on that page are what we use in our official releases.</p>
+<p>Once you have a successful build, <a href="mailto:dev@openoffice.apache.org?subject=Successful 1st Build!">post a note to the dev list</a> for some well-earned congratulations!</p>
+<h2 id="orienting-yourself">Orienting Yourself<a class="headerlink" href="#orienting-yourself" title="Permanent link">&para;</a></h2>
+<p>A few suggestions to help you find your way around this massive codebase:</p>
+<ul>
+<li>An explanation of the purpose/function of the various <a href="https://wiki.openoffice.org/wiki/Source_code_directories">source directories</a></li>
+<li>We have an <a href="https://fisheye.apache.org/changelog/openoffice">instance of Atlassian Fisheye</a> which can be useful for browsing the code base and understanding dependencies.</li>
+</ul>
+<h2 id="finding-easy-tasks">Finding Easy Tasks<a class="headerlink" href="#finding-easy-tasks" title="Permanent link">&para;</a></h2>
+<p>As a new developer you will want to find some easy coding tasks. These are tasks that generally can be done with good C++ skills, but do not require comprehensive knowledge of how OpenOffice is put together. The tasks are more localized. By doing easy tasks you gain experience and confidence hacking with the code base.</p>
+<p>We use a <a href="https://bz.apache.org/ooo/">Bugzilla issue tracker</a> to track reported defects in OpenOffice. Some of us also use Bugzilla for tracking feature and enhancement tasks as well. The value of tracking all coding-related tasks in Bugzilla is that it helps our QA volunteers know which areas to test. Whether code was changed to fix a bug or enhance a feature &ndash; the QA impact is pretty much the same.</p>
+<p>If you have not done so already, please <a href="https://issues.apache.org/ooo/createaccount.cgi">sign up for a Bugzilla account</a>. This will allow you to enter new bugs or tasks, but also assign yourself existing ones.</p>
+<p>Many tasks are classified in the &ldquo;difficulty&rdquo; field. The ones classified as &ldquo;easy&rdquo; or &ldquo;simple&rdquo; (one level harder than &ldquo;easy&rdquo;) are good ones to start with. You can find these with the <a href="https://issues.apache.org/ooo/buglist.cgi?f1=cf_fix_difficulty&amp;o1=equals&amp;resolution=---&amp;query_format=advanced&amp;v1=easy&amp;list_id=42478">easy-hacks</a> and <a href="https://issues.apache.org/ooo/buglist.cgi?f1=cf_fix_difficulty&amp;o [...]
+<p>Once you pick a bug and assign it to yourself, you might want to post a note to the dev list, letting us know. We might have some helpful hints to get you started.</p>
+<h2 id="coding-standards">Coding Standards<a class="headerlink" href="#coding-standards" title="Permanent link">&para;</a></h2>
+<p>For reference note the following coding standards for the project:</p>
+<ul>
+<li><a href="https://wiki.openoffice.org/wiki/Coding_Standards">Coding Standards</a></li>
+<li><a href="https://wiki.openoffice.org/wiki/Writer/Code_Conventions">Writer/Code Conventions</a></li>
+</ul>
+<p>The Geneva Convention prevents us from forcing you to read all of those rules, but know that they are there, and when your code is reviewed your reviewer might refer to some of those rules if there is an issue. So you&rsquo;ll absorb them over time.</p>
+<h2 id="submitting-patches">Submitting Patches<a class="headerlink" href="#submitting-patches" title="Permanent link">&para;</a></h2>
+<p>As you read in the <a href="https://openoffice.apache.org/orientation/intro-contributing.html">Introduction to Contributing to OpenOffice module</a>, contributors who have demonstrated merit via their project contributions can be voted in as Committers. Committers have the ability to check code into project&rsquo;s source control. Contributors who are not (yet) Committers must submit their patches and have them be reviewed first.</p>
+<p>Please review these <a href="https://openoffice.apache.org/svn-basics.html#creating_and_submitting_patches">guidelines for submitting patches</a>. A good practice is to attach the patch to the Bugzilla issue and then send a link to the issue to the Dev list, asking for someone to review and commit the patch.</p>
+<h2 id="other-useful-resources">Other Useful Resources<a class="headerlink" href="#other-useful-resources" title="Permanent link">&para;</a></h2>
+<ul>
+<li>The <a href="https://www.openoffice.org/development/">OpenOffice.org for Developers</a> web area has useful information for getting started.</li>
+<li>The <a href="https://wiki.openoffice.org/wiki/Development">OpenOffice.org Development Wiki Area</a> has a lot of good general development information.</li>
+<li>The <a href="https://openoffice.apache.org/mailing-lists.html#commits-mailing-list">commits mailing list</a> echos every checkin made to the code base. Developers are encouraged to subscribe so they are aware of other changes, and can help review.</li>
+</ul>
+<h2 id="module-completion">Module Completion<a class="headerlink" href="#module-completion" title="Permanent link">&para;</a></h2>
+<p>Once you have completed this Module, go to our our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Directory+of+Volunteers">Directory of Volunteers</a> wiki page and add or update your information. Congratulations! Please send a note to <a href="mailto:volunteer@openoffice.apache.org?subject=Completed Introduction to Development">volunteer@openoffice.apache.org</a> so we know.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/intro-doc.html b/output/orientation/intro-doc.html
new file mode 100644
index 0000000..f2d72bc
--- /dev/null
+++ b/output/orientation/intro-doc.html
@@ -0,0 +1,186 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Introduction to Documentation</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Introduction to Documentation</h1>
+    
+
+    <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
+<p>In this orientation module you will learn how to get started in the OpenOffice Documentation Team.</p>
+<p>To complete this module, read through the material on this page, including the linked references. There will also be some start-up tasks for you to perform, such as signing up for an account in our wiki.</p>
+<p>Your first task is to subscribe to our Documentation mailing list. You can subscribe by sending an email to <a href="mailto:doc-subscribe@openoffice.apache.org">doc-subscribe@openoffice.apache.org</a>.</p>
+<p>Then you can introduce yourself by <a href="mailto:doc@openoffice.apache.org?subject=New Doc Volunteer">sending an email to the list</a>. We&rsquo;d love to hear who you are, where you are from, what your background is, etc. Also as you work through the items on this page, if you have questions or problems, please feel free to ask for help by sending a note to this same list.</p>
+<p>Note: In parallel with the Doc-specific items on this page, you may want to also review the <a href="https://openoffice.apache.org/orientation/index.html">Level 1 and Level 2 Orientation Modules</a>. They have useful background information on The Apache Way, mailing list etiquette, decision making in the project, etc. A quick review is a good idea, especially if you are new to working in Apache-style open source projects.</p>
+<p>Now with the introductions out of the way, let&rsquo;s get started!</p>
+<h2 id="the-big-picture">The Big Picture<a class="headerlink" href="#the-big-picture" title="Permanent link">&para;</a></h2>
+<p>As a popular end-user facing product, Apache OpenOffice is used by millions of people around the world, with a wide range of skills and backgrounds. Some have been using OpenOffice for decades. Others are just moving over from Microsoft Office. Some are very familiar with computers and their operating systems. Others may be using a computer for the first time. Some are doing just basic editing. Others are &ldquo;power users&rdquo; and are creating complex applications built on top of  [...]
+<p>When users have a question, when they get stuck, there are a wide range of options for them:</p>
+<ul>
+<li>They might ask a friend for help</li>
+<li>They might search Google for help</li>
+<li>They might press F1 in the application and look for help</li>
+<li>They might post a question to our <a href="https://forum.openoffice.org/">community support forum</a></li>
+<li>They might go to the <a href="https://www.openoffice.org">OpenOffice.org website</a> and look for a solution there</li>
+</ul>
+<p>The documentation we write aids both the end-users as well as those who support the end users. We aim to provide authoritative, up-to-date material for Apache OpenOffice, and to aid users of all skill levels. If we do our tasks well, users are more satisfied and more productive.</p>
+<h2 id="varieties-of-documentation">Varieties of Documentation<a class="headerlink" href="#varieties-of-documentation" title="Permanent link">&para;</a></h2>
+<p>We maintain documentation in a variety of forms:</p>
+<ul>
+<li>Built-in help files that are included in the product installs. These are context-sensitive help files that you get when you press &ldquo;F1&rdquo; in an OpenOffice application.</li>
+<li>User Guides that are available on the website. These include a mixture of overview and task-specific topics.</li>
+<li>Special topics, such as migration guides, scripting cookbooks, etc.</li>
+</ul>
+<p>All OpenOffice documentation is housed on the <a href="https://wiki.openoffice.org/wiki/Documentation">OpenOffice wiki</a> for ease of maintenance by volunteers with the exception of the help files which are integrated with the OpenOffice product itself.</p>
+<h2 id="goals-and-constraints">Goals and Constraints<a class="headerlink" href="#goals-and-constraints" title="Permanent link">&para;</a></h2>
+<p>In our documentation work we need to be aware of the following goals and constraints:</p>
+<ul>
+<li>Only around 1/3 of OpenOffice users speak English as their native language. This is true also of the volunteers working on documentation. So in our list conversations, and in our documentation, we should aim for good, simple English prose, avoiding regional idioms and jargon. By convention we&rsquo;re adopting U.S. English spelling for the documentation. So we should plan for the documentation we write to be translated at some point.</li>
+<li>We should also write the documentation so it can be translated into other languages. This means we need to be careful about how we mix text and graphics together in any diagrams.</li>
+<li>We use the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a> for all project deliverables. This &ldquo;permissive&rdquo; open source license ensures that everyone has the ability to adapt and reuse the documentation that we create. But it also means that we need to be careful about what other 3rd party material we use in our documentation. Until you are familiar with the Apache rules for using 3rd party material into an Apache product, you should start [...]
+<li>We&rsquo;re aiming to provide as much content as possible in the form of MWiki pages. These are easy for users to access, from any device. Also, since they are indexed by search engines they will be easy to find for the users who like to resolve issues by searching Google for solutions.</li>
+</ul>
+<h2 id="volunteers-are-welcome">Volunteers are Welcome<a class="headerlink" href="#volunteers-are-welcome" title="Permanent link">&para;</a></h2>
+<p>We&rsquo;re looking for volunteers with technical writing experience, a good working knowledge of OpenOffice, or ideally both. The ability to collaborate with others in written English on the mailing list is required, but you just need to be understandable. For the actual writing, we have editor volunteers who will review and edit the rough drafts to fix any language errors. So you don&rsquo;t need to have native-level English skills.</p>
+<p>For some specialized areas skills in graphic design and programming are also useful.</p>
+<p>Volunteers on the Documentation Team work on a variety of tasks, including:</p>
+<ul>
+<li>Authoring draft documentation on a specific area of the OpenOffice product.</li>
+<li>Reviewing draft documentation for technical correctness, e.g., repeating the steps described in a task and verifying that they are complete and no steps are missing.</li>
+<li>Editing draft documentation for clarity and style.</li>
+<li>Preparing screenshots, diagrams and artwork for covers.</li>
+<li>Developing tools and scripts to aid in repetitive tasks, such as document format conversions.</li>
+</ul>
+<h2 id="getting-started">Getting Started<a class="headerlink" href="#getting-started" title="Permanent link">&para;</a></h2>
+<p>The Documentation Team is the easiest one to get started with. There are just a few basic steps:</p>
+<ol>
+<li>Subscribe to our Documentation mailing list by sending an email to <a href="mailto:doc-subscribe@openoffice.apache.org">doc-subscribe@openoffice.apache.org</a>.</li>
+<li>Sign up for an account on our MWiki by sending an e-mail with your preferred user name and e-mail address to the <a href="mailto:doc@openoffice.apache.org?subject=Requesting MWiki Account">Documentation mailing list</a></li>
+<li>Sign up for an account on <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Wiki+Home">our CWiki</a> (Why do we have two wikis? It is a long story&hellip;)<strong>Note:</strong> <strong>After creation the account must be whitelisted by sending a request with the account name to the <a href="mailto:doc@openoffice.apache.org?subject=Whitelist CWiki Account">Documentation mailing list</a></strong></li>
+<li>Add your name to our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Directory+of+Volunteers">Directory of Volunteers</a> and
+<a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Documentation+Volunteers">Documentation Volunteers</a> pages.</li>
+<li>Send an email to the <a href="mailto:doc@openoffice.apache.org?subject=New Doc Volunteer">Documentation mailing list</a> and introduce yourself.</li>
+</ol>
+<p>We can then bring you up to speed on what we&rsquo;re currently working on.</p>
+<h2 id="module-completion">Module Completion<a class="headerlink" href="#module-completion" title="Permanent link">&para;</a></h2>
+<p>Once you have completed this Module, go to our our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Directory+of+Volunteers">Directory of Volunteers</a> wiki page and add or update your information. Congratulations! Please send a note to <a href="mailto:doc@openoffice.apache.org?subject=Completed Introduction to Documentation">doc@openoffice.apache.org</a> so we know.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/intro-l10n.html b/output/orientation/intro-l10n.html
new file mode 100644
index 0000000..0f9de45
--- /dev/null
+++ b/output/orientation/intro-l10n.html
@@ -0,0 +1,136 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Introduction to Localization</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Introduction to Localization</h1>
+    
+
+    <ol>
+<li>
+<p>Please send an email to <a href="mailto:L10N@openoffice.apache.org?subject=Starting Introduction to Localization">L10N@openoffice.apache.org</a> to let us know you are working on this module.</p>
+</li>
+<li>
+<p>Congratulations!  You have completed this Level. Please send a note to <a href="mailto:L10N@openoffice.apache.org?subject=Completed Introduction to Localization">L10N@openoffice.apache.org</a> so we all know you have completed this level. This is also a good opportunity to send along any feedback or questions you might have on this Orientation Module.</p>
+</li>
+</ol>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/intro-marketing.html b/output/orientation/intro-marketing.html
new file mode 100644
index 0000000..5ae332b
--- /dev/null
+++ b/output/orientation/intro-marketing.html
@@ -0,0 +1,194 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Introduction to Marketing</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Introduction to Marketing</h1>
+    
+
+    <p>In this orientation module you will be introduced to Marketing within the Apache OpenOffice community. You will learn about many of the ways in which we can do marketing, as well as some of the constraints we must keep in mind as an non-profit organization. After completion of this module you should be prepared to jump in and assist with ongoing marketing activities.</p>
+<p>To complete this module you should read the following material, along with associated links.</p>
+<p>But first, please subscribe to our <a href="http://openoffice.apache.org/mailing-lists.html#marketing-mailing-list">Marketing Mailing List</a>, and then <a href="mailto:marketing@openoffice.apache.org?subject=Starting Intro to Marketing Module">send a note</a> to introduce yourself.</p>
+<p>Note:  You may also want to review the <a href="http://openoffice.apache.org/orientation/index.html">Level 1 and Level 2 Orientation Modules</a> which give an overview of the project as a whole, and a perspective on working on open source at Apache.</p>
+<h2 id="what-is-marketing">What is Marketing?<a class="headerlink" href="#what-is-marketing" title="Permanent link">&para;</a></h2>
+<p>There are many definitions, and most of them are right. Heidi Cohen has a nice blog post with <a href="http://heidicohen.com/marketing-definition/">72 definitions</a> which you should browse through.</p>
+<p>From the perspective of Apache OpenOffice:  <em>Marketing is the set of activities our volunteers undertake to communicate the value and benefits of the OpenOffice product, as well as the OpenOffice project, to potential users, to the press and to potential project members.</em></p>
+<p>In practice we don&rsquo;t have access to a large Madison Avenue advertising firm. We don&rsquo;t have a huge budget. We don&rsquo;t have a <em>New York Times</em> editor on our speed dial. So our marketing activities are by necessity grassroots, technically savvy, viral and therefore more exciting. </p>
+<h2 id="why-does-a-good-free-product-need-to-marketed">Why does a good, free product need to marketed?<a class="headerlink" href="#why-does-a-good-free-product-need-to-marketed" title="Permanent link">&para;</a></h2>
+<p>Short answer: To increase awareness of OpenOffice and its benefits. Even a free product needs to be known. Read more <a href="http://mail-archives.apache.org/mod_mbox/openoffice-marketing/201212.mbox/%3CCAP-ksoi_pc4FU3_zikB3oy+G+kjfonurbFxzZ5q_QtFusB=EEw@mail.gmail.com%3E">here</a>.</p>
+<h2 id="why-help-with-marketing">Why Help with Marketing?<a class="headerlink" href="#why-help-with-marketing" title="Permanent link">&para;</a></h2>
+<p>As a volunteer why would you want to help with OpenOffice Marketing?  A few things to consider:</p>
+<ul>
+<li>OpenOffice is one of the best known open source brands, up there with Linux, Android and Firefox. Your contributions to our marketing efforts will potentially be seen by millions of users.</li>
+<li>We&rsquo;re a fun, international group of volunteers, with a range of skills and experience, dedicated to free software and spreading the word about OpenOffice.</li>
+<li>This is a good way to learn about marketing, or one if its sub-disciplines, and gain practical experience.</li>
+<li>Helping with marketing is a good way to &ldquo;give back&rdquo; to the open source community, something that can be done without requiring special technical skills.</li>
+<li>We have tasks for volunteers with a range of experience levels and interests. From copy writing to event planning to graphic design, we need volunteers in many creative and business-oriented disciplines.</li>
+</ul>
+<h2 id="marketing-activities">Marketing Activities<a class="headerlink" href="#marketing-activities" title="Permanent link">&para;</a></h2>
+<p>Marketing activities within the Apache OpenOffice project include:</p>
+<ul>
+<li>Planning and participating at local and international conferences, giving presentations or staffing booths and answering questions about Apache OpenOffice and the project</li>
+<li>Monitoring and contributing to our social networking presence</li>
+<li>Writing and reviewing project blog posts and press releases</li>
+<li>Answering questions from the press, or being interviewed about the project</li>
+<li>Designing new marketing collateral, such as brochures or CD cover art</li>
+<li>Working as a team to refresh the product&rsquo;s brand and visual signature</li>
+<li>Surveying users to understand their needs and concerns</li>
+<li>Creating a YouTube video to show the highlights of an upcoming release</li>
+<li>Working as a member of a core marketing team to enable a much larger group of volunteers and users promote OpenOffice.</li>
+</ul>
+<h2 id="brand-and-trademark">Brand and Trademark<a class="headerlink" href="#brand-and-trademark" title="Permanent link">&para;</a></h2>
+<p>Our brand is the set of attributes and associations that distinguish Apache OpenOffice from other applications in the market. The brand includes the name, of course, but also logos, colors, text, look &amp; feel, etc.</p>
+<p>A good overview of some of the primary brand elements for our current release can be found in our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Branding+Style+Guide">Branding Style Guide</a>.</p>
+<p>A subset of these elements are strongly associated with our brand and we therefore treat them as trademarks and claim the legal protections that are given to trademarks. This includes our name and our primary logo.</p>
+<p>It is important that we, in our public-facing marketing communications, treat these trademarks properly, referring to Apache OpenOffice™, using the <a href="http://en.wikipedia.org/wiki/Trademark_symbol">trademark symbol</a>. And in equal respect it is important that we acknowledge any 3rd party trademarks that we mention in our publications.</p>
+<p>The Apache Software Foundation owns the trademarks for its projects, and they have defined a <a href="http://www.apache.org/foundation/marks/">trademark policy</a>, including some FAQ&rsquo;s that are worth reviewing.</p>
+<h2 id="tools-for-communications">Tools for Communications<a class="headerlink" href="#tools-for-communications" title="Permanent link">&para;</a></h2>
+<ul>
+<li>Mailing Lists: Our project-wide mailing lists are listed <a href="http://openoffice.apache.org/mailing-lists.html">here</a>. From a marketing perspective, the two most relevant are the dev list, which reaches the &ldquo;core&rdquo; team, and the announce list which reaches 9000+ users.</li>
+<li>Website:  <a href="http://www.openoffice.org">http://www.openoffice.org</a> and <a href="http://openoffice.apache.org">http://openoffice.apache.org</a>. The former gets 750K+ visits/day. We have the ability to add news stories to the front page as well as a banner message on all pages.</li>
+<li>Events: Our events page is <a href="http://openoffice.apache.org/events.html">here</a>.</li>
+<li>Project Blog: The Blog is <a href="http://blogs.apache.org/OOo/">here</a>. New posts are easily cross-promoted. With a new post, the blog easily gets 4000+ visits/day.</li>
+<li>Social Networking: A list of our accounts is <a href="http://openoffice.apache.org/social.html">here</a></li>
+<li>Word of Mouth:  Along with other occasional programs we have a <a href="http://openoffice.apache.org/get-it-here.html">&ldquo;Get it here!&rdquo;</a> logo that we encourage users to put on their websites.</li>
+<li>The Press: Our press contact page is <a href="http://openoffice.apache.org/press.html">here</a>. As you can see we seriously need some work there, and any volunteer who can make a more meaningful page here, with most-requested information, would be most welcome.</li>
+<li>Surveys:  We have the ability to poll users via surveys both informal and formal.</li>
+<li>Statistics:  We maintain a variety of product and project statistics <a href="http://www.openoffice.org/stats/">here</a>.</li>
+</ul>
+<h2 id="marketing-collateral">Marketing Collateral<a class="headerlink" href="#marketing-collateral" title="Permanent link">&para;</a></h2>
+<p>These are the items, typically written material, that support our marketing activities. These range from product brochures, to white papers, to interviews that we can redistribute, to video demos to CD covers.</p>
+<p>You can see some of our existing collateral <a href="http://www.openoffice.org/marketing/marketing_where.html">here</a>.</p>
+<p>This is an area where we are currently weak. The renaming from &ldquo;OpenOffice.org&rdquo; to &ldquo;Apache OpenOffice&rdquo; has not been yet reflected in the materials. This, along with the upcoming branding refresh for Apache OpenOffice 4.0 means that there is a lot of work here to refresh our collateral as well. Help here, especially from volunteers with graphic design skills, is most welcome.</p>
+<h2 id="marketing-in-a-non-profit-organization">Marketing in a Non-Profit Organization<a class="headerlink" href="#marketing-in-a-non-profit-organization" title="Permanent link">&para;</a></h2>
+<p>We need to make an important distinction between marketing in a non-profit organization like Apache versus marketing in a commercial context. Most of the tools and activities are the same, as you may have noticed. But the orientation is different. Although users have alternatives, we don&rsquo;t think of these alternatives as competitors. If a user decides another product serves them better, we have lost nothing. We count our wins, not our loses.</p>
+<p>Along with this orientation, and the ASF&rsquo;s <a href="https://www.apache.org/foundation/faq.html#why">charitable mission</a>, we place a high premium on:</p>
+<ul>
+<li>Honesty</li>
+<li>Integrity</li>
+<li>Serving the Public Good</li>
+<li>Focus on our strengths, not on others&rsquo; weaknesses</li>
+<li>Marketing != Competing against</li>
+</ul>
+<h2 id="end-of-module">End of Module<a class="headerlink" href="#end-of-module" title="Permanent link">&para;</a></h2>
+<p>Congratulations!  You have completed this Module. Please send a note to <a href="mailto:marketing@openoffice.apache.org?subject=Completed Marketing Module">marketing@openoffice.apache.org</a> so we all know you have completed this level. This is also a good opportunity to send along any feedback or questions you might have on this Orientation Module.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/orientation/intro-qa.html b/output/orientation/intro-qa.html
new file mode 100644
index 0000000..46540d8
--- /dev/null
+++ b/output/orientation/intro-qa.html
@@ -0,0 +1,272 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Introduction to QA</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Introduction to QA</h1>
+    
+
+    <h2 id="introductions">Introductions<a class="headerlink" href="#introductions" title="Permanent link">&para;</a></h2>
+<p>In this orientation module you will learn how Quality Assurance is done in our community. You will also learn about basic tasks that are easiest to do for new QA Volunteers.</p>
+<p>To complete this module, read through the material on this page, including the linked references. There will also be some start-up tasks for you to perform, such as signing up for an account in our defect tracking database.</p>
+<p>Your first task is to subscribe to our QA mailing list and to introduce yourself to the other QA volunteers. You can subscribe by sending an email to <a href="mailto:qa-subscribe@openoffice.apache.org">qa-subscribe@openoffice.apache.org</a>. </p>
+<p>Then you can introduce yourself by <a href="mailto:qa@openoffice.apache.org?subject=New QA Volunteer">sending an email to the list</a>. We&rsquo;d love to hear who you are, where you are from, what your background is, etc. Also as you work through the items on this page, if you have questions or problems, please feel free to ask for help by sending a note to  this same list.</p>
+<p>Note:  In parallel with the QA-specific items on this page, you may want to first review the <a href="http://openoffice.apache.org/orientation/index.html">Level 1 and Level 2 Orientation Modules</a> as well. They have useful background information on The Apache Way, mailing list etiquette, decision making in the project, etc. A quick review is a good idea, especially if you are new to working in Apache-style open source projects.</p>
+<p>Now with the introductions out of the way, let&rsquo;s get started with the QA!</p>
+<h2 id="the-purpose-of-qa">The Purpose of QA<a class="headerlink" href="#the-purpose-of-qa" title="Permanent link">&para;</a></h2>
+<p>Our goal is to maintain and improve the quality of Apache OpenOffice. We primarily accomplish this by finding defects (bugs) in the product before it is released to the general public. The defects are found by a combination of manual and automated tests that we perform on pre-release builds of OpenOffice. We also review and try to reproduce 
+defects reported by end-users and submitted to us.</p>
+<p>Since OpenOffice is a core software application for millions of users, the role of QA is critical. Although our programmers are wonderful, talented and very experienced, they do make mistakes. Our task is to find these mistakes, report, prioritize them, and verify the fixes when they are made.</p>
+<p>QA is a discipline with many best-practices related to process and methodology, tools, techniques and theory. Although professional QA practitioners are welcome in this project, we are also happy to welcome those with no prior experience, or those who are learning about QA, perhaps as a possible career. Aside from the satisfaction of improving the Apache OpenOffice product, you can learn or practice new skills.</p>
+<h2 id="why-help-with-qa">Why Help with QA?<a class="headerlink" href="#why-help-with-qa" title="Permanent link">&para;</a></h2>
+<p>As a volunteer why would you want to help with OpenOffice QA?  A few things to consider:</p>
+<ul>
+<li>We&rsquo;re a fun, international group of testers, of a range of skills and experience, dedicated to free software and making OpenOffice a high quality choice for users.</li>
+<li>This is a good way to learn about QA and get some practical experience. This is useful, for example, if you are thinking about Software Quality Engineering (SQE) as a possible career choice.</li>
+<li>Helping as a tester is a good way to &ldquo;give back&rdquo; to the open source community in a way that makes a direct difference in the product, but doesn&rsquo;t require programming skills.</li>
+<li>It is a good way to raise the visibility of bugs in your particular interest area. For example, maybe you personally are concerned about bugs that cause problems on the Mac, or bugs that impact color blind users, or bugs related to bidirectional text. Participating on the QA team is a good way to ensure that areas of personal interest are adequately tested.</li>
+<li>We have tasks for volunteers with a range of skills. From novices who can help with manual testing and fix verifications, to experts who can help with our test automation framework, we have a full range of QA activities.</li>
+<li>As an extremely popular open source product, with many millions of users, there are opportunities here to do some new and exciting things on the QA front, including possibilities of crowd sourcing some kinds of testing.</li>
+</ul>
+<h2 id="qa-activities">QA Activities<a class="headerlink" href="#qa-activities" title="Permanent link">&para;</a></h2>
+<p>QA activities within the Apache OpenOffice project include:</p>
+<ul>
+<li>Reviewing incoming bug reports from users to see if the reported issues can be reproduced</li>
+<li>Verifying bugs that the developers say they have fixed, to confirm that they actually have been fixed</li>
+<li>Testing new builds of OpenOffice against a functional test plan</li>
+<li>Defining new test cases</li>
+<li>Running automated regression tests</li>
+<li>Specialized tests in areas such as performance, accessibility, localization, security, etc.</li>
+<li>Analyzing defect reports to gauge how we are doing, in terms of quality level, defect find and fix rates, etc.</li>
+<li>Reporting summary defect data and recommending whether a give build of OpenOffice has reached a sufficient quality level for release.</li>
+<li>Making recommendations for improving product quality and testing effectiveness.</li>
+</ul>
+<h2 id="skills-wanted">Skills Wanted<a class="headerlink" href="#skills-wanted" title="Permanent link">&para;</a></h2>
+<p>The skills we need on the QA team include:</p>
+<ul>
+<li>Familiarity with OpenOffice as a user.</li>
+<li>Attention to detail. In QA we find the bugs that the developers missed. And our developers are pretty good.</li>
+<li>Access to a Windows, Mac or Linux machine for testing</li>
+<li>Good written communications</li>
+<li>Interest, enthusiasm and teamwork.</li>
+<li>Ability to volunteer at least 2 hours/week, on average.</li>
+</ul>
+<p>QA is as much an attitude as it is a skill set. A tester likes solving puzzles, likes a methodical approach, likes the challenge of finding an elegant way to reproducibly break software.</p>
+<h2 id="mailing-list">Mailing List<a class="headerlink" href="#mailing-list" title="Permanent link">&para;</a></h2>
+<p>As mentioned above, QA volunteers need to subscribe to our dedicated QA mail list.</p>
+<p>The mailing list is for bug reports, quality assurance for release, beta tests, manual test, automated tests, etc. This is where the QA community coordinates its activities.</p>
+<p>Subscribe: <a href="mailto:qa-subscribe@openoffice.apache.org">qa-subscribe@openoffice.apache.org</a><br>Post (after subscription): <a href="mailto:qa@openoffice.apache.org">qa@openoffice.apache.org</a><br> Unsubscribe: <a href="mailto:qa-unsubscribe@openoffice.apache.org">qa-unsubscribe@openoffice.apache.org</a></p>
+<p>Archives:</p>
+<ul>
+<li><a href="http://markmail.org/search/+list:org.apache.incubator.ooo-qa">Markmail</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/openoffice-qa/">Apache</a></li>
+</ul>
+<p>We use the following special subject tags to identify QA activities:</p>
+<ul>
+<li>[QA REPORT] - topic related with  status report</li>
+<li>[QA AUTOMATION] - topic related with automation tools, scripts and scope</li>
+<li>[QA BUG] - topic related with bug discussion</li>
+<li>[QA CRITICAL] - important information related with QE</li>
+<li>[QA CALLFORREVIEW] - topic with some review</li>
+<li>[QA CALLFORVOLUNTEER] - if you want to call for volunteer for testing some features</li>
+<li>[QA] default if others don&rsquo;t fit. </li>
+</ul>
+<p>After you subscribe QA mail list then you can post your topic in the mail group.</p>
+<h2 id="apache-openoffice-test-builds">Apache OpenOffice Test Builds<a class="headerlink" href="#apache-openoffice-test-builds" title="Permanent link">&para;</a></h2>
+<p>Since our job is to find bugs in OpenOffice, we must run pre-release builds that contain many bugs. These bugs could be major or minor. They could include document corruption bugs, crashes, even (in rare cases) bugs that could make your system unstable. So QA volunteers generally try to separate their QA work from their normal desktop activities. You don&rsquo;t want to write your thesis on a test build!</p>
+<p>Some volunteers simply use two machines: one dedicated to their testing work. If things become unstable they can then reinstall the operating system and start fresh.</p>
+<p>A more sophisticated approach is to use virtual machines, which can work quite well. <a href="https://www.virtualbox.org">VirtualBox</a> is a popular virtualization package.</p>
+<p>Feel free to ask questions on the QA list about effective ways to manage a test environment.</p>
+<p>Once you have your test environment set up, you need to download and install the latest OpenOffice build.</p>
+<ul>
+<li><a href="http://ci.apache.org/projects/openoffice/index.html">AOO nightly build</a> are built each night and are our &ldquo;rawest&rdquo; builds, with many possibilities for finding new bugs.</li>
+<li><a href="http://ci.apache.org/projects/openoffice/index.html">Snapshot builds</a>, (tagged with the word &ldquo;Snapshot&rdquo;) are made weekly against a code branch that is being considered for a release candidate.</li>
+</ul>
+<h2 id="bug-handling">Bug Handling<a class="headerlink" href="#bug-handling" title="Permanent link">&para;</a></h2>
+<p>Apache Bugzilla is where we track defects:</p>
+<ul>
+<li><a href="https://bz.apache.org/ooo/">https://bz.apache.org/ooo/</a></li>
+</ul>
+<p>Bugzilla related documents:</p>
+<ul>
+<li>Bug lifecycle introduction <a href="http://wiki.openoffice.org/wiki/Issue_lifecycle">Issue Lifecycle</a><br></li>
+<li>A guide for reporting a new bug: <a href="http://wiki.openoffice.org/wiki/QA/HowToFileIssue">How to file bug</a></li>
+</ul>
+<p>Bugzilla related mailing list:</p>
+<ul>
+<li><a href="http://markmail.org/search/+list:org.apache.incubator.ooo-issues">issues@openoffice.apache.org</a>. Actvity on issues goes to this mailing list.</li>
+</ul>
+<p>Everyone in QA needs a Bugzilla account, which you can get <a href="https://bz.apache.org/ooo/createaccount.cgi">here</a>. Once you have a Bugzilla account, you should send a note to the QA list asking to be added to the &ldquo;qa-team&rdquo; group in Bugzilla. This will give you some additional permissions in Bugzilla. Include your Bugzilla login ID in your request.</p>
+<h2 id="easy-qa-task-confirm-new-defect-reports">Easy QA Task: Confirm New Defect Reports<a class="headerlink" href="#easy-qa-task-confirm-new-defect-reports" title="Permanent link">&para;</a></h2>
+<p>Most new volunteers start by reviewing incoming defect reports and attempting to &ldquo;confirm&rdquo; them. The defect reports are often from users and are often not very clearly written. You learn to &ldquo;read between the lines&rdquo; and ask the user clarifying questions in order to turn the raw report into a reproducible defect that the developers can debug and fix.</p>
+<p>You can get a list of unconfirmed defect reports with from <a href="https://issues.apache.org/ooo/buglist.cgi?bug_status=UNCONFIRMED&amp;f2=keywords&amp;f3=cf_bug_type&amp;known_name=NeedConfirm&amp;list_id=39759&amp;o2=notsubstring&amp;o3=equals&amp;query_format=advanced&amp;resolution=---&amp;v2=needmoreinfo&amp;v3=DEFECT&amp;order=bug_id%20DESC&amp;query_based_on=NeedConfirm">this query</a>.</p>
+<p>Or, if you are just starting out, you can post a note to the QA mailing list and ask for a small batch of reports to be assigned to you. This can be a good first step, since we&rsquo;ll try to give you easier reports to review at first.</p>
+<p>Here&rsquo;s what to do to confirm a new defect report:</p>
+<ol>
+<li>First, assign the report to yourself by setting your Bugzilla username (your email address) in the &ldquo;QA Contact&rdquo; field. If you are not able to add yourself, then send a note to the QA mailing list asking to be added to the &ldquo;qa-team&rdquo; group in Bugzilla.</li>
+<li>Then read over the report. What are they really saying?  Are they reporting a bug?  Asking for a new feature?  Asking a support question?  Just because it is in Bugzilla does not mean that it is a defect report.</li>
+<li>Ask yourself:  Are they saying that something is working incorrectly?  Or are they asking for new functionality?
+If they are asking for a new feature, change the Issue Type field to &ldquo;FEATURE&rdquo;. If they are asking for an enhancement of an existing feature, set the Issue Type field to &ldquo;ENHANCEMENT&rdquo;.
+You can now set the Status to CONFIRMED and then save your changes. You are done with the report.</li>
+<li>Otherwise, search Bugzilla for keywords related to the bug report to see if this is a duplicate defect report. If it is, change the Status to RESOLVED/DUPLICATE and type in the defect number that this report is a duplicate of. You are now done with this report.<ol>
+<li>If the report is actually reporting a defect, then you have more work to do. Try to reproduce it with the latest release of OpenOffice. If you can reproduce the defect. set the Status to CONFIRMED, set the &ldquo;Last Confirmation&rdquo; field to the release that you tested with, and set the Importance field to an appropriate value, depending on the severity of the defect.</li>
+<li>If the report is not clear enough to reproduce, enter a comment asking the user for more information and add the &ldquo;needmoreinfo&rdquo; to the Keyword field. Be specific about what information you need:  more detailed steps, a test document, clarification about what version they are running, etc. When the user responds you will be copied on their response and can continue with this report. But for now you are done with this report.</li>
+<li>If your testing cannot reproduce the bug, and you <strong>do not</strong> need more information from the user, then change the status to RESOLVED/IRREPRODUCIBLE.</li>
+<li>If the user was confused, did not understand the functionality or was asking a support question, then point them to the <a href="http://forum.openoffice.org">Community Support Forums</a> and mark the issue as RESOLVED/INVALID. Of course, you can help if it is a simple question, but the forums are the better place for a user to find help. Bugzilla is not for support. It is for reporting bugs.</li>
+</ol>
+</li>
+</ol>
+<p>Note: Once you have reviewed a bug report, it should only be left in the UNCONFIRMED state if you are waiting for more information from the user, in which case you should also set the &ldquo;needmoreinfo&rdquo; value into the Keyword field. In all other cases you should push the report forward to a new status, either CONFIRMED, RESOLVED/IRREPRODUCIBLE, RESOLVED/INVALID or RESOLVED/DUPLICATE, or by changing the Issue Type to FEATURE or ENHANCEMENT.</p>
+<p>It is a judgement call on whether to immediately mark an issue RESOLVED/IRREPRODUCIBLE or to send the user a question and wait for a response. An intermediate approach, when confirming defects report written against older versions of OpenOffice, is to mark the bug as RESOLVED/IRREPRODUCIBLE and at the same time add a comment saying, &ldquo;I was not able to confirm the 
+bug given these steps in the current version of OpenOffice (AOO 4.1.3), so I&rsquo;m closing this report. If you are still seeing this problem after upgrading to AOO 4.1.3 please post the details and we can reopen the report&rdquo;.</p>
+<p>Finally, think of the confirmation process as the opportunity for the QA Team to improve the value of information we receive from users. We&rsquo;re taking the raw bug reports, sorting through them, eliminating the ones that do not report new bugs, and then passing on the good ones to the programmers. So anything you can do to improve the quality of the incoming defect reports will help. This includes clarifying the steps needed to reproduce the problem, attaching sample documents tha [...]
+problem, improving report titles to make them more accurate/relevant to the real issue, correcting classifications and adjusting defect priorities.</p>
+<h2 id="easy-qa-task-verifying-fixed-defects">Easy QA Task: Verifying Fixed Defects<a class="headerlink" href="#easy-qa-task-verifying-fixed-defects" title="Permanent link">&para;</a></h2>
+<p>Verifying bug fixes (re-testing a bug report after a developer has fixed it) is also very important, since some bug fixes either fail to fix the bug, or cause a new bug.</p>
+<p>You can get a list of fixed bugs from this query: <a href="https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=Fixed_After_340&amp;sharer_id=248432">All fixed bugs after AOO 3.4 release</a></p>
+<p>Select the bug you want to verify:</p>
+<ol>
+<li>First you need to understand which problem the defect report is referring to.</li>
+<li>Install the latest build.</li>
+<li>Follow the steps to reproduce and check to see if the defect has been fixed.</li>
+<li>Add additional comments to the bug with your test result. e.g. build revision number, platform you have been tested etc.</li>
+<li>&ldquo;Test around&rdquo; the bug to make sure that nothing was broken when fixing it. You will develop and intuition for this as you learn to &ldquo;think like a bug&rdquo;.</li>
+<li>Change defect status to &ldquo;Verified&rdquo; </li>
+</ol>
+<h2 id="easy-qa-task-manual-testing">Easy QA Task: Manual Testing<a class="headerlink" href="#easy-qa-task-manual-testing" title="Permanent link">&para;</a></h2>
+<p>Manual testing gains you further familiarity with QA process, by executing pre-defined test cases and writing up defect reports for any new defects found.</p>
+<p>To get more familiar with AOO, now you can try to perform some manual test cases.</p>
+<ul>
+<li>Browse our <a href="https://www.openoffice.org/qa/testcase/ManualTesting/">manual test cases</a>.</li>
+<li>Execute them with the current version of OpenOffice. Notify the QA mailing list if you find bugs.</li>
+</ul>
+<h2 id="easy-qa-task-test-case-authoring">Easy QA Task: Test Case Authoring<a class="headerlink" href="#easy-qa-task-test-case-authoring" title="Permanent link">&para;</a></h2>
+<p>This is a more advanced topic, but after mastery of the above two steps, and learning to &ldquo;think like a bug&rdquo;, you will be ready for this.</p>
+<p>After some practice on test case execution, now you can start writing new test cases.</p>
+<p>Useful guide for writing manual test cases:</p>
+<ul>
+<li><a href="https://wiki.openoffice.org/wiki/QA/Testcase/How_to_write_test_case">A guide for writing test case</a></li>
+<li><a href="https://wiki.openoffice.org/wiki/QA/Testcase/Sample">A simple test case sample</a></li>
+</ul>
+<h2 id="module-completion">Module Completion<a class="headerlink" href="#module-completion" title="Permanent link">&para;</a></h2>
+<p>Once you have done the above, go to our our <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Directory+of+Volunteers">Directory of Volunteers</a> wiki page and add or update your information. Also, add an entry for yourself to the <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/QA+Testing+Preferences">QA Testing Preferences</a> page. Congratulations! Please send a note to <a href="mailto:qa@openoffice.apache.org?subject=Completed Introduction to QA">qa@openo [...]
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/people.html b/output/people.html
new file mode 100644
index 0000000..67c9ca1
--- /dev/null
+++ b/output/people.html
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Project Volunteers</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Project Volunteers</h1>
+    
+
+    <ul>
+<li>A list of current project volunteers can be found on our wiki <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Directory+of+Volunteers">here</a>.
+    The information there is self-managed by volunteers.</li>
+<li>Project Committers and PMC members  are listed in the <a href="https://people.apache.org/phonebook.html">Apache Phone Book</a> under Apache OpenOffice. New developers are announced on the <a href="https://openoffice.apache.org/mailing-lists.html">Development Mailing List</a>.</li>
+<li>We also have a large cumulative list of <a href="https://www.openoffice.org/welcome/credits.html">legacy contributors</a> to OpenOffice </li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/pmc-faqs.html b/output/pmc-faqs.html
new file mode 100644
index 0000000..983945f
--- /dev/null
+++ b/output/pmc-faqs.html
@@ -0,0 +1,340 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>PMC FAQs</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>PMC FAQs</h1>
+    
+
+    <p>Here are a number of FAQ&rsquo;s about how the Apache OpenOffice project governance works.</p>
+<p><strong>Contents</strong></p>
+<div class="toc">
+<ul>
+<li><a href="#pmc">What is the PMC?</a></li>
+<li><a href="#moderator">Who is the Admin/Moderator/Owner for X?</a></li>
+<li><a href="#resources-inside-asf">Resources inside ASF</a><ul>
+<li><a href="#mailing-lists">Mailing lists</a></li>
+<li><a href="#svn-git">SVN / Git</a></li>
+<li><a href="#confluence-mediawiki-and-forums">Confluence, MediaWiki and Forums</a></li>
+<li><a href="#blog">Blog</a></li>
+<li><a href="#bugzilla">Bugzilla</a></li>
+</ul>
+</li>
+<li><a href="#resources-outside-asf">Resources outside ASF</a><ul>
+<li><a href="#youtube">YouTube</a></li>
+<li><a href="#facebook">Facebook</a></li>
+<li><a href="#pinterest">Pinterest</a></li>
+<li><a href="#twitter">Twitter</a></li>
+</ul>
+</li>
+<li><a href="#participate">How to participate?</a><ul>
+<li><a href="#i-was-invitedvoted-as-committer-so-whats-next">I was invited/voted as committer, so what&rsquo;s next?</a></li>
+</ul>
+</li>
+<li><a href="#voting">How and when to vote?</a></li>
+<li><a href="#release_managers">Information for Release Managers</a></li>
+</ul>
+</div>
+<h1 id="pmc">What is the PMC?<a class="headerlink" href="#pmc" title="Permanent link">&para;</a></h1>
+<p>The Project Management Committee (PMC) is the government of the project. The committee
+is responsible for the project and decides what to do and which direction to go.
+<br> (<a href="https://people.apache.org/committers-by-project.html#openoffice-pmc">see here for a list of PMC members</a>)</p>
+<h1 id="moderator">Who is the Admin/Moderator/Owner for X?<a class="headerlink" href="#moderator" title="Permanent link">&para;</a></h1>
+<p>Although Apache projects have few formal roles, there are some technical subsystems
+which have admin or similar roles filled by project volunteers. If you have a question
+with one of these systems, these are the people you might want to contact first,
+before escalating to Apache Infrastructure.</p>
+<h1 id="resources-inside-asf">Resources inside ASF<a class="headerlink" href="#resources-inside-asf" title="Permanent link">&para;</a></h1>
+<h2 id="mailing-lists">Mailing lists<a class="headerlink" href="#mailing-lists" title="Permanent link">&para;</a></h2>
+<p>Each mailing list has one or more moderators. See the
+<a href="mailing-lists.html">Mailing List page</a> for how to contact a moderator.
+Responsibilities of mailing list moderators include:</p>
+<ul>
+<li>Review messages that have been held for moderation, reject spam posts and allow the
+  valid messages through.</li>
+<li>Assist users who are having difficulties subscribing or unsubscribing from the list.</li>
+<li>Provide reports to the PMC on request, on the number of current subscribers.</li>
+<li>For private lists, approve subscription requests for authorized subscribers only.</li>
+<li>When needed, escalate technical issues to Infra and privacy issues to the PMC.</li>
+</ul>
+<h2 id="svn-git">SVN / Git<a class="headerlink" href="#svn-git" title="Permanent link">&para;</a></h2>
+<p>All committers have equal access. If you need to do something beyond ordinary commit
+rights, such as importing a dump file, <a href="https://issues.apache.org/jira/browse/INFRA/">enter a JIRA issue</a> with Apache Infra.</p>
+<h2 id="confluence-mediawiki-and-forums">Confluence, MediaWiki and Forums<a class="headerlink" href="#confluence-mediawiki-and-forums" title="Permanent link">&para;</a></h2>
+<p>Registered users on any of these services generally have equal access.
+Contact the admins for these services using the links provided for the service.</p>
+<h2 id="blog">Blog<a class="headerlink" href="#blog" title="Permanent link">&para;</a></h2>
+<p>Blog authors: You must be a committer. To establish a Roller account
+<a href="https://people.apache.org/committers-by-project.html#openoffice-pmc">contact Infrastructure</a>.</p>
+<table>
+<thead>
+<tr>
+<th>ID</th>
+<th>Author #</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>sk</td>
+<td>Sally Khudairi</td>
+</tr>
+<tr>
+<td>pescetti</td>
+<td>Andrea Pescetti</td>
+</tr>
+<tr>
+<td>petko</td>
+<td>Peter Kovacs</td>
+</tr>
+<tr>
+<td>cmarcum</td>
+<td>Carl Marcum</td>
+</tr>
+</tbody>
+</table>
+<p>Blog admins: Admins authorize new authors once they have first established a Roller
+account. This requires a new login and registration. Then an Admin can grant them
+author permissions.</p>
+<table>
+<thead>
+<tr>
+<th>ID</th>
+<th>Admin #</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>wave</td>
+<td>Dave Fisher</td>
+</tr>
+<tr>
+<td>marcus</td>
+<td>Marcus Lange</td>
+</tr>
+</tbody>
+</table>
+<h2 id="bugzilla">Bugzilla<a class="headerlink" href="#bugzilla" title="Permanent link">&para;</a></h2>
+<p>Admins: Marcus Lange, Rob Weir, Herbert Duerr.</p>
+<h1 id="resources-outside-asf">Resources outside ASF<a class="headerlink" href="#resources-outside-asf" title="Permanent link">&para;</a></h1>
+<h2 id="youtube"><a href="https://www.youtube.com/openoffice">YouTube</a><a class="headerlink" href="#youtube" title="Permanent link">&para;</a></h2>
+<p>Admins: Matthias Seidel, Peter Kovacs, Kay Schenk</p>
+<h2 id="facebook"><a href="https://www.facebook.com/ApacheOO">Facebook</a><a class="headerlink" href="#facebook" title="Permanent link">&para;</a></h2>
+<p>Admins: Peter Kovacs, Shane Curcuru, Don Harbison, Samer Mansour, Juergen Schmidt,
+Rob Weir, (Apache id) imacat</p>
+<h2 id="pinterest"><a href="https://www.pinterest.de/openoffice">Pinterest</a><a class="headerlink" href="#pinterest" title="Permanent link">&para;</a></h2>
+<p>Admin: Matthias Seidel</p>
+<h2 id="twitter"><a href="https://twitter.com/ApacheOO">Twitter</a><a class="headerlink" href="#twitter" title="Permanent link">&para;</a></h2>
+<p>Admin: Jim Jagielski<p></p>
+<h1 id="participate">How to participate?<a class="headerlink" href="#participate" title="Permanent link">&para;</a></h1>
+<p>First of all you have to think how you want to participate as we have different
+kind of roles like user, developer, committer. The easiest way is to use what we
+build as user. If you want to improve parts of the software, or documentation,
+write to our <a href="https://openoffice.apache.org/mailing-lists.html">mailing lists</a> what should be modified and how it should be done.
+On the <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Wiki+Home">community wiki</a> you can just create an account and start to work on it
+right away. There is a <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Help+Wanted">Help Wanted</a> page that has ideas for getting started.</p>
+<p>The following are conditions to become a committer:</p>
+<ol>
+<li>You have sent in patches that were well-respected to improve the software.</li>
+<li>You have added documentation to the Wiki or website that were well-respected to
+   improve the non-code part of the project.</li>
+<li>You have shown that you can discuss in the mailing lists and that this has
+   brought us forward.</li>
+<li>You are well known to the established members, who you are and what you have
+   done in the past. Regarding this project, a former-one or another project.</li>
+</ol>
+<p>If 1 of the 4 statements above are true, then you can be voted in as committer.</p>
+<p>When the vote result is positive, you will be asked for some information to setup
+your committer status. <a href="https://incubator.apache.org/guides/participation.html">Read the Participation guide for more information.</a></p>
+<h2 id="i-was-invitedvoted-as-committer-so-whats-next">I was invited/voted as committer, so what&rsquo;s next?<a class="headerlink" href="#i-was-invitedvoted-as-committer-so-whats-next" title="Permanent link">&para;</a></h2>
+<p>The following is a brief summary of what to expect as committer:</p>
+<ol>
+<li>After your (individual Contributor License Agreement (<a href="https://www.apache.org/licenses/icla.txt">iCLA</a>) has been
+   received and registered, you will be invited to specify one or more preferred
+   Apache user names.</li>
+</ol>
+<p><strong>Important</strong>: <br>
+   The e-mail address you provide in your iCLA will be used for the following
+   communications with you.</p>
+<p>Please note that there is also a <a href="https://www.apache.org/licenses/cla-corporate.txt">Corporate Contributor License Agreement
+   (CCLA)</a> if you want/have to commit in the name of a company or organization.</p>
+<ol>
+<li>Choose one or more user name(s) that would be acceptable to you. These are short
+   names or abbreviation that will be used for a Unix account login.</li>
+</ol>
+<p><strong>Example:</strong> <br>
+   Your name is &ldquo;John Doe&rdquo;, so an ID could be &ldquo;johnd&rdquo; or &ldquo;jdoe&rdquo;. <a href="https://people.apache.org/committer-index.html">Here you can see
+   if the ID is still free</a> or already given to another committer.</p>
+<p>Supply all other information that is requested. Return the ID requests as
+   instructed.</p>
+<ol>
+<li>
+<p>When your choices are returned, the first request that does not conflict with
+   an already-issued ID will be used to generate an Apache ID. Write them in
+   the order you would like to have, so the first one is the most wanted.</p>
+</li>
+<li>
+<p>You will receive an e-mail, from &ldquo;root@apache.org&rdquo;, that confirms the Apache
+   user name for you and also provides you with an initial password. There are also
+   instructions for changing your password. Please be patient as this mail can take
+   some days.</p>
+</li>
+<li>
+<p>The ID will also be your Apache e-mail address. Note that the account will be
+   set up to forward all received mails to the e-mail address you supplied on your
+   iCLA. It is not a normal mail account but just for forwarding. After you have
+   the account there is also a way to associate your Apache e-mail address with
+   additional e-mail addresses that you have. (<strong>ToDo</strong>: Add a link to a how-to)</p>
+</li>
+<li>
+<p>The ID and password will allow you to check in changes and new additions on the
+   Apache SVN repository for the Apache OpenOffice repository. The ability
+   to check in material on the SVN repository is important for more than code. All
+   committers will have an use for it.</p>
+</li>
+<li>
+<p>The ID and password will allow you to login to a personal Unix account on the
+   Apache server &ldquo;people.apache.org&rdquo;. You can produce a personal website at this
+   account as well as use it as a regular Unix (specifically, FreeBSD) account. You
+   do not need to be able to use this account. You may find it useful as you become
+   more accomplished as a committer.</p>
+</li>
+<li>
+<p>Being a committer also grants access to some non-public resources and mailing
+   lists. There are details in the <a href="https://svn.apache.org/repos/private/committers">private committers SVN tree</a>.</p>
+</li>
+</ol>
+<p>See the <a href="https://www.apache.org/dev/new-committers-guide.html">Guide for new committers</a> and the <a href="https://www.apache.org/dev/committers.html">Committers&rsquo; FAQ</a> for more
+information.</p>
+<h1 id="voting">How and when to vote?<a class="headerlink" href="#voting" title="Permanent link">&para;</a></h1>
+<p>Voting is done when a formal decision has to be made or due to legal reasons, e.g.,
+to vote in new members as committers. In any case avoid voting as the normal way is
+to come to a decision by discussions. The initiator is responsible for the vote,
+that means also to count the votes and present the result. Every member has 1 vote.
+<br> (<a href="https://openoffice.apache.org/docs/governance/voting.html">see here for more information</a>)</p>
+<h1 id="release_managers">Information for Release Managers<a class="headerlink" href="#release_managers" title="Permanent link">&para;</a></h1>
+<ul>
+<li>ASF General Information:
+<a href="https://www.apache.org/dev/release-publishing.html">Publishing Releases</a></li>
+<li>The Apache OpenOffice dist area svn location containing distribution artifacts and
+keys: <a href="https://dist.apache.org/repos/dist/release/openoffice">https://dist.apache.org/repos/dist/release/openoffice</a>.</li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/press.html b/output/press.html
new file mode 100644
index 0000000..bc8a2b3
--- /dev/null
+++ b/output/press.html
@@ -0,0 +1,141 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Press Inquiries</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Press Inquiries</h1>
+    
+
+    <h2 id="press-inquiries">Press Inquiries<a class="headerlink" href="#press-inquiries" title="Permanent link">&para;</a></h2>
+<p>The Apache OpenOffice Project Management Committee welcomes inquiries from the press. We can be contacted via email at <a href="mailto:press@openoffice.apache.org">press@openoffice.apache.org</a>.</p>
+<p>For members of the media and analyst communities with questions of a broader Apache nature, please contact the 
+<a href="https://www.apache.org/press/">ASF Press Team</a> directly.</p>
+<h2 id="unofficial-communication">Unofficial Communication<a class="headerlink" href="#unofficial-communication" title="Permanent link">&para;</a></h2>
+<p>Unless otherwise specified, the Apache OpenOffice community members,
+including committers and Project Management Committee members,
+always express their personal opinions when they post to mailing
+lists or forums, write articles on personal blogs, post comments
+on news websites or blogs or use social networks.</p>
+<p>Personal opinions do not necessarily reflect the views of the
+Apache OpenOffice project. For official responses the press should inquire by
+e-mailing <a href="mailto:press@openoffice.apache.org">press@openoffice.apache.org</a>.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/privacy.html b/output/privacy.html
new file mode 100644
index 0000000..61b615d
--- /dev/null
+++ b/output/privacy.html
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Privacy</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Privacy</h1>
+    
+
+    <p>Information about your use of this website is collected using server access
+logs and a tracking cookie. The collected information consists of the
+following:</p>
+<ol>
+<li>The IP address from which you access the website;</li>
+<li>The type of browser and operating system you use to access our site;</li>
+<li>The date and time you access our site;</li>
+<li>The pages you visit; and</li>
+<li>The addresses of pages from where you followed a link to our site.</li>
+</ol>
+<p>Part of this information is gathered using a tracking cookie set by the
+<a href="https://www.google.com/analytics/">Google Analytics</a> service and handled by
+Google as described in their <a href="https://www.google.com/privacy.html">privacy policy</a>.
+See your browser documentation for instructions on how to disable the
+cookie if you prefer not to share this data with Google.</p>
+<p>We use the gathered information to help us make our site more useful to
+visitors and to better understand how and when our site is used. We do not
+track or collect personally identifiable information or associate gathered
+data with any personally identifying information from other sources.</p>
+<p>By using this website, you consent to the collection of this data in the
+manner and for the purpose described above.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/qa.html b/output/qa.html
new file mode 100644
index 0000000..31d2cf7
--- /dev/null
+++ b/output/qa.html
@@ -0,0 +1,150 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Quality Assurance</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Quality Assurance</h1>
+    
+
+    <h2 id="what-is-quality-assurance-qa">What is Quality Assurance (QA)?<a class="headerlink" href="#what-is-quality-assurance-qa" title="Permanent link">&para;</a></h2>
+<p><a href="https://en.wikipedia.org/wiki/Quality_assurance">Quality assurance (QA)</a> refers to the planned and systematic activities implemented in a quality system so that quality requirements for a product or service will be fulfilled.
+QA doesn&rsquo;t require programming skills, so everyone can help us. If you are interested in doing QA, please join us.</p>
+<h2 id="talk-to-us">Talk to Us<a class="headerlink" href="#talk-to-us" title="Permanent link">&para;</a></h2>
+<ul>
+<li>We coordinate our work on the <a href="https://openoffice.apache.org/mailing-lists.html#qa-mailing-list-public">QA mailing list</a>.
+Subscribe to this list if you want to follow our work.</li>
+<li>We also have a <a href="https://wiki.openoffice.org/wiki/Quality_Assurance">QA Wiki</a> that we use for planning and documenting our process.</li>
+</ul>
+<h2 id="how-to-help">How to Help<a class="headerlink" href="#how-to-help" title="Permanent link">&para;</a></h2>
+<p>We welcome QA volunteers and have several ways to get started:</p>
+<ul>
+<li>If you are familiar with both QA work and with Apache-style open source projects, then you can probably
+jump right in. Join the <a href="https://openoffice.apache.org/mailing-lists.html#qa-mailing-list-public">QA mailing list</a> and introduce yourself and we can help you get started.</li>
+<li>If you are familiar with Apache or similar open source projects, but new to QA, then you can look at our <a href="https://openoffice.apache.org/orientation/index.html">Orientation Modules</a>.
+You can skim over the first two levels, since much of this may be familiar. But spend more time on the 
+<a href="https://openoffice.apache.org/orientation/intro-qa.html">Introduction to QA</a> module.</li>
+<li>If you are new to QA and to open source development, then you may also want to start with our
+<a href="https://openoffice.apache.org/orientation/index.html">Orientation Modules</a>, and give attention 
+to the Level 1 and Level 2 topics, as well as the Level 3 Introduction to QA.</li>
+</ul>
+<p>In all cases, please join the <a href="https://openoffice.apache.org/mailing-lists.html#qa-mailing-list-public">QA mailing list</a> and introduce yourself.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/robots.txt b/output/robots.txt
new file mode 100644
index 0000000..5d00141
--- /dev/null
+++ b/output/robots.txt
@@ -0,0 +1,3 @@
+User-agent: *
+Disallow: /doap_openoffice.rdf
+Disallow: /style-test.html
diff --git a/output/security.html b/output/security.html
new file mode 100644
index 0000000..cb4e8a5
--- /dev/null
+++ b/output/security.html
@@ -0,0 +1,154 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Security Reports</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Security Reports</h1>
+    
+
+    <h2 id="reporting-new-security-problems-with-apache-openoffice">Reporting New Security Problems with Apache OpenOffice<a class="headerlink" href="#reporting-new-security-problems-with-apache-openoffice" title="Permanent link">&para;</a></h2>
+<p>The Apache Software Foundation takes a very active stance in eliminating security problems with Apache OpenOffice.</p>
+<p>We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them in a public forum.</p>
+<p><strong>Please note that the security mailing list should only be used for reporting undisclosed security vulnerabilities in Apache OpenOffice and managing
+the process of fixing such vulnerabilities. We cannot accept regular bug reports or other queries at this address. All mail sent to this address that
+does not relate to an undisclosed security problem in Apache OpenOffice will be ignored.</strong></p>
+<p>If you need to report a bug that isn&rsquo;t an undisclosed security vulnerability, please use the bug reporting page.</p>
+<p>Questions about:</p>
+<ul>
+<li>how to configure OpenOffice securely</li>
+<li>if a vulnerability applies to your particular application</li>
+<li>obtaining further information on a published vulnerability</li>
+<li>availability of patches and/or new releases</li>
+</ul>
+<p>should be addressed to the project&rsquo;s main mailing list. Please see the mailing lists page for details of how to subscribe.</p>
+<p>The primary <em>private</em> security mailing address is: <a href="mailto:security@openoffice.apache.org">security@openoffice.apache.org</a></p>
+<p>Please note that we do not use a team OpenPGP key. If you wish to encrypt
+your e-mail to the security list then please use the OpenPGP keys of the following
+subset of members of the Apache OpenOffice Security Team and be aware that
+it may take us a little longer to respond to the issue.</p>
+<ul>
+<li>Patricia Shanahan 2F26 A8EE 0B87 BAB0 0DF2  9622 3932 070F A579 35C5 - <a href="https://people.apache.org/keys/committer/pats.asc">pats</a></li>
+<li>Damjan Jovanovic B034 1587 D6D2 E744 B6B8  8259 5C77 E6B1 9D41 C6CA - <a href="https://people.apache.org/keys/committer/damjan.asc">damjan</a></li>
+<li>Andrea Pescetti 6D09 7A5C A3A8 C1E5 314D  9E67 013D A51F 8F0E 4C63 - <a href="https://people.apache.org/keys/committer/pescetti.asc">pescetti</a></li>
+</ul>
+<p>Bulletins about vulnerabilities and their mitigations are found at the <a href="https://www.openoffice.org/security/bulletin.html">Apache OpenOffice Security Bulletins archive</a>. Bulletins for legacy OpenOffice.org releases preceding Apache OpenOffice 3.4.0 are included for historical purposes.</p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/social.html b/output/social.html
new file mode 100644
index 0000000..f1e36bd
--- /dev/null
+++ b/output/social.html
@@ -0,0 +1,140 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Social Networking</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Social Networking</h1>
+    
+
+    <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
+<p>The Apache OpenOffice PMC coordinates access to the project&rsquo;s official social networking accounts. Volunteers from the 
+PMC use these accounts to inform and engage with users and the broader OpenOffice ecosystem.</p>
+<h2 id="youtube">YouTube<a class="headerlink" href="#youtube" title="Permanent link">&para;</a></h2>
+<p>You can subscribe to our <a href="https://www.youtube.com/openoffice">YouTube</a> channel</p>
+<h2 id="twitter">Twitter<a class="headerlink" href="#twitter" title="Permanent link">&para;</a></h2>
+<p>Follow us <a href="https://twitter.com/apacheoo">@ApacheOO</a><br />
+Recommended hashtags for Twitter: #aoo #apacheoo</p>
+<h2 id="facebook">Facebook<a class="headerlink" href="#facebook" title="Permanent link">&para;</a></h2>
+<p>We have a Facebook <a href="https://www.facebook.com/ApacheOO">Page</a> as well as a <a href="https://www.facebook.com/groups/338330086179568/">Group</a></p>
+<h2 id="xing">XING<a class="headerlink" href="#xing" title="Permanent link">&para;</a></h2>
+<p>Join the <a href="https://www.xing.com/net/pri344752x/aoo">Apache OpenOffice group</a></p>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/source.html b/output/source.html
new file mode 100644
index 0000000..9bf35f8
--- /dev/null
+++ b/output/source.html
@@ -0,0 +1,183 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Source Control</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Source Control</h1>
+    
+
+    <p>As of August, 2019, we use GIT for version control. You can <a href="https://gitbox.apache.org/repos/asf?p=openoffice.git">browse our
+repository</a> using the &ldquo;tree&rdquo; view from gitbox in your web browser. The <a href="https://github.com/apache/openoffice#readme">README.md</a> at github.com provides useful information on how to download and build Apache OpenOffice.</p>
+<p>The previous svn repository, now read only, using <a href="https://subversion.apache.org/">Apache Subversion</a> for version control is <a href="https://svn.apache.org/viewvc/openoffice/trunk/">still viewable</a> in your web browser.</p>
+<p>Currently, subversion is still used for the two OpenOffice web sites.
+See our <a href="http://openoffice.apache.org/svn-basics.html">Subversion Basics</a>
+for more information on using subversion (svn) for the Apache OpenOffice project.</p>
+<!--- For further information see the [Apache Source Code Repository][3] page.-->
+
+<h2 id="getting-the-source-code">Getting the source code<a class="headerlink" href="#getting-the-source-code" title="Permanent link">&para;</a></h2>
+<h3 id="using-git">Using GIT<a class="headerlink" href="#using-git" title="Permanent link">&para;</a></h3>
+<!--- You can use our git repository for downloading source but not committing (read only):
+    [https://github.com/apache/openoffice](https://github.com/apache/openoffice)-->
+
+<p>Instructions provided in <a href="https://github.com/apache/openoffice">README.md</a> from github.com can be used successfully to get a local copy of the complete source for Apache OpenOffice.</p>
+<h3 id="using-svn-applies-to-code-through-july-2019">Using SVN (applies to code through July, 2019)<a class="headerlink" href="#using-svn-applies-to-code-through-july-2019" title="Permanent link">&para;</a></h3>
+<p>This will get you everything, including the language files:</p>
+<div class="highlight"><pre><span></span><code><span class="err">svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo</span>
+</code></pre></div>
+
+<p>Including SVN overhead, this requires approximately 4 GB of storage.</p>
+<h3 id="source-archive-of-the-latest-release">Source archive of the latest release<a class="headerlink" href="#source-archive-of-the-latest-release" title="Permanent link">&para;</a></h3>
+<p>An archive of the source for the latest release can be obtainted from the Apache Software Foundation repository:
+    <a href="https://archive.apache.org/dist/openoffice/">https://archive.apache.org/dist/openoffice</a></p>
+<h2 id="browsingsearching-source-code">Browsing/Searching Source Code<a class="headerlink" href="#browsingsearching-source-code" title="Permanent link">&para;</a></h2>
+<!--- We have an instance of [Atlassian FishEye][4] for source browsing, searching,
+reporting and visualization of main trunk (main development area).-->
+
+<p>We host an <a href="http://opengrok.openoffice.org/">OpenGrok</a> instance for our
+main repository areas.</p>
+<h2 id="building-and-running">Building and Running<a class="headerlink" href="#building-and-running" title="Permanent link">&para;</a></h2>
+<p>See the <a href="https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO">Apache OpenOffice Building Guide page</a>
+    for an overview on building.</p>
+<p>The <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-buildflags">Development Snapshots builds</a> page, pre-release builds, also provide additional information on building.</p>
+<h2 id="testing-developer-installation-sets">Testing Developer Installation Sets<a class="headerlink" href="#testing-developer-installation-sets" title="Permanent link">&para;</a></h2>
+<p>See <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-fullsets">Development Snapshot Builds: Full installation sets</a>, pre-release builds, or <a href="https://www.openoffice.org/download/devbuilds.html">Development Builds</a>, nightly builds from the buildbots, for complete installation sets for available platforms.</p>
+<p>Install developer builds to a new directory if you don&rsquo;t want to overwrite your
+existing Apache OpenOffice installation.</p>
+<ul>
+<li>Linux: Create a new directory for the AOO developer install.
+Install the RPM pack with &ndash;prefix=&rdquo;some new AOO directory&rdquo; option.</li>
+<li>Windows: Use the custom install option, and choose a new directory location for the
+AOO developer install.</li>
+<li>Mac: create a new folder for AOO developer install. Download the &ldquo;.dmg&rdquo; file there, and install
+to the new directory.</li>
+</ul>
+<h2 id="code-and-contribution-statistics">Code and Contribution Statistics<a class="headerlink" href="#code-and-contribution-statistics" title="Permanent link">&para;</a></h2>
+<!--- Our SVN tree is read by the [Open Hub tracker][6] to generate some various statistics.
+Note that the migration from the legacy Mercurial repository to SVN at Apache has
+caused pre-existing files to be double-counted. But the contribution history should
+be intact.-->
+
+<p><a href="https://gitbox.apache.org/repos/asf?p=openoffice.git">The Apache OpenOffice Gitbox site</a> provides useful statistics on code contributions and changes.</p>
+<h2 id="special-development-branches">Special Development Branches<a class="headerlink" href="#special-development-branches" title="Permanent link">&para;</a></h2>
+<p>For larger, extensive code modifications, specialized branches are created. These branches can also be found in our git repository.</p>
+<!--- You can find out more information on them from the Wiki [Source Code](https://wiki.openoffice.org/wiki/Source_Code) page.-->
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/students.html b/output/students.html
new file mode 100644
index 0000000..8c84764
--- /dev/null
+++ b/output/students.html
@@ -0,0 +1,164 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Advice for Students</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Advice for Students</h1>
+    
+
+    <p>As a well-known open source project, we get many requests each semester from students interested in volunteering with us.  Often it is a
+requirement for a course that they contribute to an open source project or demonstrate some specific skill or knowledge in a real-world
+context.  The following points will help make the experience volunteering with the OpenOffice project a good one for all:</p>
+<ul>
+<li>
+<p><a href="http://openoffice.apache.org/mailing-lists.html#development-mailing-list-public">Let us know</a> what you are trying to accomplish.  Do you need to volunteer a specific number of hours?  Weeks?  Enough to write up a report?
+  When do you need to have this done?  Next week?  Or three months from now?  The more you let us know what your goal is the better we can
+  recommend appropriate tasks for you to work on.</p>
+</li>
+<li>
+<p>Similarly, let us know what skills you have.  C++?  Technical writing?  Translation?  Communications? Graphic design?</p>
+</li>
+<li>
+<p>For example, an ideal query might be, &ldquo;I am a 3rd year computer science student.  I have 1 year experience with C++.  I need to contribute to an
+  open source project for the duration of this semester (ending in May).  I was hoping I could help with QA, maybe 2 hours a week for this time.&rdquo;</p>
+</li>
+<li>
+<p>Be patient and don&rsquo;t be deterred if your initial notes are not responded to immediately.  We&rsquo;re a community of volunteers, spread through
+  many time zones.  Many of us have &ldquo;day jobs&rdquo; or otherwise work on OpenOffice only part time.  </p>
+</li>
+<li>
+<p>In general, it takes longer to become productive with the programming side of OpenOffice than with the QA, translation or marketing areas.
+  Keep this in mind if you will be volunteering only for a short period of time (less than a month or two). </p>
+</li>
+<li>
+<p>You will find lots of useful information about QA, development, documentation, and translation in the <a href="http://openoffice.apache.org/orientation/index.html">Orientation Modules</a>.</p>
+</li>
+<li>
+<p>We cannot offer any formal grade or evaluation of a student&rsquo;s contributions, but your contributions will be public, on our mailing lists
+  and other tools, so your professor can easily verify your work. </p>
+</li>
+<li>
+<p>If your class will be having multiple students wanting to volunteer at the same time, please have your professor <a href="http://openoffice.apache.org/mailing-lists.html#development-mailing-list-public">contact us</a> 
+  in advance, so we can understand the course requirements and have time to prepare of some appropriate tasks.</p>
+</li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/style-test.html b/output/style-test.html
new file mode 100644
index 0000000..c4b5020
--- /dev/null
+++ b/output/style-test.html
@@ -0,0 +1,161 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>This is the title</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>This is the title</h1>
+    
+
+    <h1 id="this-is-a-level-1-header">This is a level 1 header<a class="headerlink" href="#this-is-a-level-1-header" title="Permanent link">&para;</a></h1>
+<h2 id="this-is-a-level-2-header">This is a level 2 header<a class="headerlink" href="#this-is-a-level-2-header" title="Permanent link">&para;</a></h2>
+<h3 id="this-is-a-level-3-header">This is a level 3 header<a class="headerlink" href="#this-is-a-level-3-header" title="Permanent link">&para;</a></h3>
+<h5 id="this-is-a-level-4-header">This is a level 4 header<a class="headerlink" href="#this-is-a-level-4-header" title="Permanent link">&para;</a></h5>
+<h6 id="this-is-a-level-5-header">This is a level 5 header<a class="headerlink" href="#this-is-a-level-5-header" title="Permanent link">&para;</a></h6>
+<p>This is ordinary text in a paragraph.  This is <strong>bold</strong>, <em>italics</em> and a <a href="http://www.openoffice.org">hyperlink</a>.</p>
+<blockquote>
+<p>This is a blockquote. Lorem ipsum dolor sit amet,
+consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
+Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.</p>
+</blockquote>
+<ul>
+<li>This is a list item in an unordered list</li>
+<li>This is a list item in an unordered list</li>
+<li>This is a list item in an unordered list<ul>
+<li>This is a nested list item</li>
+<li>This is a nested list item</li>
+</ul>
+</li>
+</ul>
+<p>Here is a horizontal rule</p>
+<hr />
+<div class="highlight"><pre><span></span><code><span class="err">    This is a code block</span>
+<span class="err">    int x = 3;</span>
+<span class="err">    x++;</span>
+<span class="err">    printf(&quot;%d&quot;,x);</span>
+</code></pre></div>
+
+<ol>
+<li>This is an list item in an ordered list</li>
+<li>This is an list item in an ordered list</li>
+<li>This is an list item in an ordered list</li>
+</ol>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/svn-basics.html b/output/svn-basics.html
new file mode 100644
index 0000000..7dd187c
--- /dev/null
+++ b/output/svn-basics.html
@@ -0,0 +1,424 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Subversion Basics</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Subversion Basics</h1>
+    
+
+    <p>We use <a href="http://subversion.apache.org">Apache Subversion</a> for version control. For a complete reference on Subversion see the <a href="http://svnbook.red-bean.com">Subversion Book</a>. You can <a href="http://svn.apache.org/viewvc/openoffice/trunk">browse our repository</a> in your web browser.</p>
+<p>This page gives instructions on performing basic development tasks using the Subversion Command-Line Client. This instruction assumes you have Apache Subversion installed.</p>
+<ul>
+<li><a href="#overview">Overview</a> </li>
+<li><a href="#sub-commands_and_abbreviations">Sub-commands and Abbreviations</a> </li>
+<li><a href="#client_configuration">Client Configuration</a></li>
+<li><a href="#repository-layout">Repository Layout</a></li>
+<li><a href="#getting-the-source-code">Getting the source code</a></li>
+<li><a href="#basic_work_cycle">Basic Work Cycle</a></li>
+<li><a href="#committing_changes">Committing Changes</a></li>
+<li><a href="#commit_message">Commit Message</a></li>
+<li><a href="#committing_changes_by_others">Committing Changes By Others</a></li>
+<li><a href="#creating_and_submitting_patches">Creating and Submitting Patches</a></li>
+<li><a href="#merging_changes">Merging changes to a branch</a></li>
+<li><a href="#further_information">Further Information</a></li>
+</ul>
+<h2 id="overview"><a id="overview"></a>Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
+<p>You begin using Subversion by copying a directory from a remote repository to a local directory on your file system. This is known as a checkout of a working copy.</p>
+<p>Subversion uses a copy-modify-merge model meaning that you can add and edit files and directories in your working copy like any other files on your system, but you should use subversion commands for everything else such as <code>svn copy</code> and <code>svn move</code> instead of the operating system commands.</p>
+<h2 id="sub-commands-and-abbreviations"><a id="sub-commands_and_abbreviations"></a>Sub-commands and Abbreviations<a class="headerlink" href="#sub-commands-and-abbreviations" title="Permanent link">&para;</a></h2>
+<p>Subversion commands can be run from a command shell such as Bash on Linux. The subversion client command is <code>svn</code> followed by optional sub-commands, options, and arguments.</p>
+<p>Show the program version and modules</p>
+<div class="highlight"><pre><span></span><code>$ svn --version
+</code></pre></div>
+
+<p>Run a sub-command</p>
+<div class="highlight"><pre><span></span><code><span class="err">$</span><span class="w"> </span><span class="n">svn</span><span class="w"> </span><span class="o">&lt;</span><span class="n">subcommand</span><span class="o">&gt;</span><span class="w"> </span><span class="o">[</span><span class="n">options</span><span class="o">]</span><span class="w"> </span><span class="o">[</span><span class="n">args</span><span class="o">]</span><span class="w"></span>
+</code></pre></div>
+
+<p>Most sub-commands take file and/or directory arguments, recursing on the directories. If no arguments are supplied to such a command, it recurses on the current directory (inclusive) by default. (from <code>svn help</code>)</p>
+<p>The following is only a partial list of sub-commands relating to this instruction. For a complete list, see the <a href="http://svnbook.red-bean.com">Subversion Book</a>, or use <code>svn help</code>.</p>
+<ul>
+<li><code>add</code> - Schedule a new file or directory (including contained files) for inclusion in the repository</li>
+<li><code>checkout</code>, <code>co</code> - Create a local working copy of a remote repository</li>
+<li><code>commit</code>, <code>ci</code> - Commit (check in) local changes to the repository</li>
+<li><code>copy</code>, <code>cp</code> - Copy one or more files in a working copy or in the repository</li>
+<li><code>delete</code>, <code>del</code>, <code>remove</code>, <code>rm</code> - Items specified are scheduled for deletion upon the next commit. Working copy files not yet committed are deleted immediately.</li>
+<li><code>diff</code>, <code>di</code> - Displays differences in files from the directory</li>
+<li><code>help</code>, <code>?</code>, <code>h</code> - Subversion help and help on sub-commands</li>
+<li><code>move</code>, <code>mv</code>, <code>rename</code>, <code>ren</code> - Moves files or directories in your working copy or repository</li>
+<li><code>resolve</code> - Resolve conflicts on working copy files or directories</li>
+<li><code>revert</code> - Undo all local edits or optionally a file or directory</li>
+<li><code>status</code> - Print the status of working copy files and directories</li>
+<li><code>update</code> - Bring changes from the repository into your working copy</li>
+</ul>
+<h2 id="client-configuration"><a id="client_configuration"></a>Client Configuration<a class="headerlink" href="#client-configuration" title="Permanent link">&para;</a></h2>
+<p>Committers need to <a href="http://www.apache.org/dev/version-control.html#https-svn-config">configure their Subversion client</a> to handle the differences in line endings of text files on different operating systems.</p>
+<p>There are instances where Subversion may need to open an editor. You need to have the environment variable EDITOR set to the editor you would like to use. To set it for the current terminal session in Bash (your path may differ):</p>
+<div class="highlight"><pre><span></span><code>$ <span class="nb">export</span> <span class="nv">EDITOR</span><span class="o">=</span>/usr/bin/vim
+</code></pre></div>
+
+<h2 id="repository-layout"><a id="repository_layout"></a>Repository Layout<a class="headerlink" href="#repository-layout" title="Permanent link">&para;</a></h2>
+<p>The AOO repository layout uses the following top-level directories <code>branches</code>, <code>site</code>, <code>tags</code>, and <code>trunk</code>.</p>
+<ul>
+<li><code>branches</code> - Contains branches used for continued development of a specific version, experimental versions, or for  developing features to be merged into the trunk or a branch later. (needs examples)</li>
+<li><code>site</code> - Contains the web site source code. Also contains it&rsquo;s own trunk directory.</li>
+<li><code>tags</code> - Contains specific versions of the project. These tags are not to be revised. (needs examples)</li>
+<li><code>trunk</code> - Contains the current source code.
+For more information see the <a href="http://www.apache.org/dev/contributors.html#svnbasics">Contributors Tech Guide</a>.</li>
+</ul>
+<h2 id="getting-the-source-code">Getting the source code<a class="headerlink" href="#getting-the-source-code" title="Permanent link">&para;</a></h2>
+<p>From the parent directory of where you want the working copy. In this example the <code>aoo-trunk</code> directory will be created if it does not exist.</p>
+<div class="highlight"><pre><span></span><code>$ svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo-trunk
+A    aoo-trunk/tools
+A    aoo-trunk/tools/dev
+A    aoo-trunk/tools/dev/fetch-all-cws.sh
+A    aoo-trunk/tools/dev/cws-list.txt
+A    aoo-trunk/tools/dev/fetch-all-web.sh
+A    aoo-trunk/tools/dev/web-list.txt
+A    aoo-trunk/tools/dev/single-hg.sh
+Checked out revision <span class="m">1145818</span>.
+</code></pre></div>
+
+<p>&ldquo;A&rdquo; indicates file or directory is &ldquo;Added&rdquo; to working copy</p>
+<h2 id="basic-work-cycle"><a id="basic_work_cycle"></a>Basic Work Cycle<a class="headerlink" href="#basic-work-cycle" title="Permanent link">&para;</a></h2>
+<ul>
+<li>Update your working copy - For this you use the <code>svn update</code> command</li>
+<li>Make changes - For this you may edit files in an editor, or use the <code>svn add</code>, <code>svn delete</code>, <code>svn copy</code>, <code>svn-move</code> commands</li>
+<li>Review Changes - For this you use the <code>svn status</code> and <code>svn diff</code></li>
+<li>Fix Mistakes - Make additional edits to files or you can use the <code>svn revert</code> to restore files or directories to an unmodified state</li>
+<li>Resolve Conflicts - There is a chance others have committed changes while you have been changing your working copy. You should run the <code>svn update</code> command to bring your copy up to date. This may create a local conflict where someone may have added a file with a name that you also want to add, or may have made changes to the same line of a file as you. For this use the <code>svn resolve</code> command.</li>
+<li>Publish Changes - For this you use the <code>svn commit</code> command</li>
+</ul>
+<h3 id="adding-a-file">Adding a File<a class="headerlink" href="#adding-a-file" title="Permanent link">&para;</a></h3>
+<p>After creating the file &ldquo;test-file.txt&rdquo; in the working copy.</p>
+<div class="highlight"><pre><span></span><code>$ svn status
+?       test-file.txt
+</code></pre></div>
+
+<p>? indicates test-file.txt is not under version control</p>
+<h3 id="scheduling-a-file-for-addition-to-repository">Scheduling a file for addition to repository<a class="headerlink" href="#scheduling-a-file-for-addition-to-repository" title="Permanent link">&para;</a></h3>
+<div class="highlight"><pre><span></span><code>$ svn add test-file.txt
+A         test-file.txt
+
+$ svn status
+A       test-file.txt
+</code></pre></div>
+
+<p>&ldquo;A&rdquo; indicates file is scheduled for addition</p>
+<h3 id="running-a-diff">Running a diff<a class="headerlink" href="#running-a-diff" title="Permanent link">&para;</a></h3>
+<div class="highlight"><pre><span></span><code>$ svn diff
+Index: test-file.txt
+<span class="o">===================================================================</span>
+--- test-file.txt   <span class="o">(</span>revision <span class="m">0</span><span class="o">)</span>
++++ test-file.txt   <span class="o">(</span>revision <span class="m">0</span><span class="o">)</span>
+@@ -0,0 +1 @@
++This is a <span class="nb">test</span> file <span class="k">for</span> svn-basics.
+
+Property changes on: test-file.txt
+___________________________________________________________________
+Added: svn:eol-style
+   + native
+</code></pre></div>
+
+<h3 id="committing-a-file">Committing a file<a class="headerlink" href="#committing-a-file" title="Permanent link">&para;</a></h3>
+<div class="highlight"><pre><span></span><code>$ svn commit test-file.txt -m <span class="s2">&quot;added test-file.txt&quot;</span>
+Adding         test-file.txt
+Transmitting file data .
+Committed revision <span class="m">2</span>.
+</code></pre></div>
+
+<h3 id="update-the-working-copy">Update the working copy<a class="headerlink" href="#update-the-working-copy" title="Permanent link">&para;</a></h3>
+<div class="highlight"><pre><span></span><code>$ svn update
+U    test-file.txt
+Updated to revision <span class="m">3</span>.
+</code></pre></div>
+
+<p>&ldquo;U&rdquo; indicates an &ldquo;Update&rdquo; to a file or directory</p>
+<p>Modify the file (this example uses the vim editor)</p>
+<div class="highlight"><pre><span></span><code>$ vim test-file.txt
+</code></pre></div>
+
+<h3 id="check-the-status">Check the Status<a class="headerlink" href="#check-the-status" title="Permanent link">&para;</a></h3>
+<div class="highlight"><pre><span></span><code>$ svn status
+M       test-file.txt
+</code></pre></div>
+
+<p>&ldquo;M&rdquo; indicates the file has been &ldquo;Modified&rdquo;</p>
+<div class="highlight"><pre><span></span><code>$ svn diff
+Index: test-file.txt
+<span class="o">===================================================================</span>
+--- test-file.txt   <span class="o">(</span>revision <span class="m">3</span><span class="o">)</span>
++++ test-file.txt   <span class="o">(</span>working copy<span class="o">)</span>
+@@ -1,2 +1,3 @@
+ This is a <span class="nb">test</span> file <span class="k">for</span> svn-basics.
+ This is a new line added by someone <span class="k">else</span>.
++This line added by me.
+</code></pre></div>
+
+<h3 id="resolving-conflicts">Resolving Conflicts<a class="headerlink" href="#resolving-conflicts" title="Permanent link">&para;</a></h3>
+<p>Suppose someone edits the same line as you before you commit</p>
+<div class="highlight"><pre><span></span><code>$ svn update
+Conflict discovered in <span class="s1">&#39;test-file.txt&#39;</span>.
+Select: <span class="o">(</span>p<span class="o">)</span> postpone, <span class="o">(</span>df<span class="o">)</span> diff-full, <span class="o">(</span>e<span class="o">)</span> edit,
+        <span class="o">(</span>mc<span class="o">)</span> mine-conflict, <span class="o">(</span>tc<span class="o">)</span> theirs-conflict,
+        <span class="o">(</span>s<span class="o">)</span> show all options:
+</code></pre></div>
+
+<p>This is just like if you had ran the <code>svn resolve</code> command</p>
+<p>Selecting <code>df</code> displays this:</p>
+<div class="highlight"><pre><span></span><code><span class="gd">--- .svn/text-base/test-file.txt.svn-base   Sun Jul 17 17:38:52 2011</span>
+<span class="gi">+++ .svn/tmp/test-file.txt.tmp  Sun Jul 17 21:35:09 2011</span>
+<span class="gu">@@ -1,2 +1,7 @@</span>
+ This is a test file for svn-basics.
+ This is a new line added by someone else.
+<span class="gi">+&lt;&lt;&lt;&lt;&lt;&lt;&lt; .mine</span>
+<span class="gi">+This line added by me.</span>
+<span class="gi">+=======</span>
+<span class="gi">+This line is added by someone else also.</span>
+<span class="gi">+&gt;&gt;&gt;&gt;&gt;&gt;&gt; .r4</span>
+Select: (p) postpone, (df) diff-full, (e) edit, (r) resolved,
+        (mc) mine-conflict, (tc) theirs-conflict,
+        (s) show all options:
+</code></pre></div>
+
+<p>If you choose <code>e</code>, Subversion will launch an editor with both sets of changes included for you to edit. You can save your changes in the editor and then select <code>r</code> (for resolved).</p>
+<div class="highlight"><pre><span></span><code><span class="err">G    test-file.txt</span>
+<span class="err">Updated to revision 4.</span>
+</code></pre></div>
+
+<p>&ldquo;G&rdquo; indicates &ldquo;merGed&rdquo;</p>
+<h2 id="committing-changes"><a id="committing_changes"></a>Committing Changes<a class="headerlink" href="#committing-changes" title="Permanent link">&para;</a></h2>
+<p>Only Committers can commit directly to the repository. The following example shows using your Apache ID and password.</p>
+<div class="highlight"><pre><span></span><code>$ svn commit test-file.c --username your-name --password your-password <span class="se">\</span>
+  -m <span class="s2">&quot;added new C file&quot;</span>
+Sending        test-file.txt
+Transmitting file data .
+Committed revision <span class="m">5</span>.
+</code></pre></div>
+
+<p>In general, you may not have to include always your username or password if you do a proper setup of your ssh key or have subversion store the password.</p>
+<p>Always check your changes with &ldquo;svn diff&rdquo; and &ldquo;svn status&rdquo;. Also be careful to specify the files and/or directories you want to change, if
+you don&rsquo;t specify, SVN will commit <strong>all</strong> your changes.</p>
+<p>For further information see the <a href="http://svnbook.red-bean.com/nightly/en/svn.tour.cycle.html">Basic Work Cycle</a> page from <a href="http://svnbook.red-bean.com">Subversion Book</a>.</p>
+<h2 id="commit-message"><a id="commit_message"></a>Commit Message<a class="headerlink" href="#commit-message" title="Permanent link">&para;</a></h2>
+<p>The examples in the previous sections use a simple commit message with the &ldquo;-m&rdquo; option.</p>
+<p>This is fine for some quick testing or for large bulk commits of code that you wrote.</p>
+<p>We ask that your commits include special tagging to appropriately credit the patch.
+See the <a href="http://subversion.apache.org/docs/community-guide/conventions.html#crediting">crediting section</a> of the Coding and Commit
+Conventions of the Apache Subversion project.</p>
+<p>Log comments are important.
+Information like author, where the change start/ends, the date, the bugzilla issue, and the author don&rsquo;t really belong
+in the code as SVN can keep it much more effectively without altering the coding style.
+Always try to use a log file for your commits. The previous commit when done by an experienced committer
+should actually look like this:</p>
+<div class="highlight"><pre><span></span><code>$ svn ci -F test-log.txt test-file.c 
+Sending        test-file.c
+Transmitting file data .
+Committed revision <span class="m">5</span>.
+</code></pre></div>
+
+<p>Use of the special fields will enable processing by scripts like the
+<a href="http://www.red-bean.com/svnproject/contribulyzer/">contribulyzer</a> to help quickly identify
+contributors.</p>
+<h2 id="committing-changes-by-others"><a id="committing_changes_by_others"></a>Committing Changes By Others<a class="headerlink" href="#committing-changes-by-others" title="Permanent link">&para;</a></h2>
+<p>See the <a href="http://www.apache.org/dev/committers.html#applying-patches">Applying Patches</a> section of the Committer FAQ page. Please use the special fields 
+described in the previous Commit Message section to commit changes supplied by others. </p>
+<p>Example similar to one on Committer FAQ:</p>
+<div class="highlight"><pre><span></span><code><span class="err">#i999999# Added some cool new feature.</span>
+<span class="err">Patch by: John Doe &lt;john.doe.at.null.org&gt;</span>
+<span class="err">Suggested by: Jane Brown &lt;janeb.at.notnull.org&gt;</span>
+</code></pre></div>
+
+<!-- Using the `-m (--message)` option only allows a single line log message. To commit a multi-line message use the `-F (--file)` option (with a previously created file) or use neither -m or -F and an editor will be started. -->
+
+<p>An alternative way is the following command. It adds a new line with &ldquo;\n&rdquo;:</p>
+<div class="highlight"><pre><span></span><code>$ svn commit -m <span class="s1">$&#39;#i999999# Added some cool new feature.\nPatch by: /</span>
+<span class="s1">  John Doe &lt;john.doe.at.null.org&gt;\nSubmitted by: John Doe /</span>
+<span class="s1">  &lt;john.doe.at.null.org&gt;&#39;</span> test-file.txt
+</code></pre></div>
+
+<h2 id="creating-and-submitting-patches"><a id="creating_and_submitting_patches"></a>Creating and Submitting Patches<a class="headerlink" href="#creating-and-submitting-patches" title="Permanent link">&para;</a></h2>
+<p>See the <a href="http://www.apache.org/dev/contributors.html#patches">Sending in Patches</a> section on the Contributors Tech Guide page.</p>
+<p>Create the patch file from <code>svn diff</code> where <code>your-patch-name.patch</code> is the full path to the patch file to create.</p>
+<div class="highlight"><pre><span></span><code><span class="err">svn diff &gt; your-patch-name.patch</span>
+</code></pre></div>
+
+<h2 id="merging-changes-to-a-branch"><a id="merging_changes"></a>Merging changes to a branch<a class="headerlink" href="#merging-changes-to-a-branch" title="Permanent link">&para;</a></h2>
+<p>New development is done in the &ldquo;trunk&rdquo;, development area, of the tree. Stable, release branches, are specifically named and can be found
+in the <a href="http://svn.apache.org/viewvc/openoffice/branches/">branches</a>  area of the openoffice svn tree. With few exceptions you do <strong>NOT</strong> do direct commits to the stable, release,
+branches. Changes, commits, to stable branch are typically only done during a formal release cycle and must be discussed on the &ldquo;dev&rdquo; list.</p>
+<p>When a new release is in preparation, bug fixes are reviewed, and fixes that have been made to &ldquo;trunk&rdquo; get applied to the stable, release, branch. This is done using the &ldquo;svn merge&rdquo; command which finds  previous changes and replays them.  SVN also keeps a record
+of the specific commits that have been merged so the changes are much easier to track down.</p>
+<p>The first step is to do a check out of the stable, release, branch. The following examples use the AOO34 release branch, and assume
+you want to apply changes from trunk for a new release, maybe AOO341.</p>
+<p>You can do a complete checkout of the release branch or you can save some space by using the &ldquo;&ndash;depth=empty&rdquo; option:</p>
+<div class="highlight"><pre><span></span><code> <span class="c">% svn co --depth=empty https://svn.apache.org/repos/asf/openoffice/branches/AOO34 aoo-stable</span>
+ <span class="n">U</span>   <span class="s">aoo-stable</span>
+ <span class="n">Checked</span> <span class="s">out</span> <span class="s">revision</span> <span class="s">1347362.</span>
+</code></pre></div>
+
+<p>This will put a placeholder branch for the AOO34 in directory &ldquo;aoo-stable&rdquo;.</p>
+<p>In the aoo-stable directory, you can keep saving space (rather convenient) until you reach the directory where you want to make changes:</p>
+<div class="highlight"><pre><span></span><code> <span class="c">% svn up --depth=empty main</span>
+ <span class="n">Updating</span> <span class="s">&#39;main&#39;:</span>
+ <span class="n">A</span>    <span class="s">main</span>
+ <span class="n">Updated</span> <span class="s">to</span> <span class="s">revision</span> <span class="s">1347363.</span>
+ <span class="c">% svn up --depth=empty jvmfwk</span>
+ <span class="n">Updating</span> <span class="s">&#39;jvmfwk&#39;:</span>
+ <span class="n">A</span>    <span class="s">jvmfwk</span>
+ <span class="n">Updated</span> <span class="s">to</span> <span class="s">revision</span> <span class="s">1347366.</span>
+</code></pre></div>
+
+<p>At this point, there are svn placeholder entries for /main/jvmfwk.</p>
+<p>To do a complete checkout from there:</p>
+<div class="highlight"><pre><span></span><code><span class="err"> svn up --set-depth=infinity</span>
+<span class="err"> Updating &#39;.&#39;:</span>
+<span class="err"> A    source</span>
+<span class="err"> A    source/elements.hxx</span>
+<span class="err"> A    source/fwkbase.cxx</span>
+<span class="err"> ... (and so on)</span>
+</code></pre></div>
+
+<p>Now merge the specific revision(s) you want (in this case r1333165):</p>
+<div class="highlight"><pre><span></span><code><span class="err"> svn merge -c1333165 https://svn.apache.org/repos/asf/openoffice/trunk/main/jvmfwk .</span>
+<span class="err"> --- Merging r1333165 into &#39;.&#39;:</span>
+<span class="err"> U    distributions/OpenOfficeorg/javavendors_unx.xml</span>
+</code></pre></div>
+
+<p>At this point, you have merged r1333165 into r1347366. (For release from trunk to a new release, it&rsquo;s likely you would be merging a higher revision to a lower existing release revision.)</p>
+<p>After you finish merging, check your changes with &ldquo;svn status&rdquo; and &ldquo;svn diff&rdquo;
+and commit from the aoo-update directory:</p>
+<div class="highlight"><pre><span></span><code><span class="err"> svn commit -m &quot;Merge r1329539, r1329547, 1333165 - Add Oracle as a Java vendor on unix.&quot; distributions/OpenOfficeorg/javavendors_unx.xml distributions/OpenOfficeorg/javavendors_freebsd.xml</span>
+<span class="err"> Sending        distributions/OpenOfficeorg/javavendors_freebsd.xml</span>
+<span class="err"> Sending        distributions/OpenOfficeorg/javavendors_unx.xml</span>
+<span class="err"> Transmitting file data ..</span>
+<span class="err"> Committed revision 1347377.</span>
+</code></pre></div>
+
+<h2 id="further-information"><a id="further_information"></a>Further Information<a class="headerlink" href="#further-information" title="Permanent link">&para;</a></h2>
+<p>For more information see: </p>
+<ul>
+<li><a href="http://subversion.apache.org">Apache Subversion Project</a></li>
+<li><a href="http://svnbook.red-bean.com">Subversion Book</a></li>
+<li><a href="http://www.apache.org/dev/">Apache Developer Information</a></li>
+</ul>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/terms.html b/output/terms.html
new file mode 100644
index 0000000..fc0251b
--- /dev/null
+++ b/output/terms.html
@@ -0,0 +1,175 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Terms of Use</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
+<li><a href="/contributing-code.html">Contributing Code</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1>Project Management PMC</h1>
+<ul>
+<li><a href="https://blogs.apache.org/OOo/">Project Blog</a></li>
+<li><a href="/pmc-faqs.html">PMC FAQs</a></li>
+</ul>
+<h1>The Apache Software Foundation</h1>
+<ul>
+<li><a href="https://www.apache.org/">Website</a></li>
+<li><a href="https://www.apache.org/licenses/">License</a></li>
+<li><a href="https://www.apache.org/security/">Security</a></li>
+<li><a href="https://www.apache.org/events/current-event">Events</a></li>
+<li><a href="https://www.openoffice.org/donations.html">Donations</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul>
+  </div>
+  <div id="contenta">
+    <h1>Terms of Use</h1>
+    
+
+    <p>Terms of Use for Apache OpenOffice web site</p>
+<ol>
+<li>
+<p>INTRODUCTION. This Site and its contents are made available by Apache Software Foundation, OpenOffice Project Management Committee (AOO-PMC). These Terms of Use apply to everyone who Uses this Site (as defined below), or who participates in any projects hosted on this Site. PLEASE READ THESE TERMS CAREFULLY FIRST. BY USING THE SITE OR PARTICIPATING IN ANY PROJECTS, YOU ACKNOWLEDGE THAT YOU HAVE READ THE TERMS AND AGREE TO THEM. IF YOU DO NOT WISH TO BE BOUND BY THE TERMS, THEN DO NOT  [...]
+</li>
+<li>
+<p>DEFINITIONS. As used here:  </p>
+<p>a. &ldquo;Host&rdquo; means AOO-PMC.  </p>
+<p>b. &ldquo;Materials&rdquo; means source code, code samples, object code, technical materials, documentation , discussion thread postings, weblogs, wikis, data, and any other content, information or technology available on the Site.  </p>
+<p>c. &ldquo;Project&rdquo; means a project hosted on the Site.  </p>
+<p>d. &ldquo;Site&rdquo; means the collection of web pages that can be accessed via this website, as well as any successor web pages or other technology as may be designated by the Host.  </p>
+<p>e. &ldquo;Submissions&rdquo; means any Materials submitted to the Site, including all Projects.  </p>
+<p>f. &ldquo;Terms&rdquo; means these Terms of Use.  </p>
+<p>g. &ldquo;Use&rdquo; and its variants are meant in their broadest sense, including, but not limited to, the acts of using, accessing, receiving, browsing, downloading from, and uploading to. A &ldquo;User&rdquo; is a person or entity who Uses the Site.  </p>
+<p>h. &ldquo;You&rdquo; means you personally, as well as the person or entity on whose behalf you are Using the Site.</p>
+</li>
+<li>
+<p>ACCESS TO THE SITE AND THINGS YOU FIND HERE.
+ This section refers to the Materials found on the Site, as defined above.   </p>
+<p>a. Other Licenses/Terms. Some of the Materials may be accompanied by their own licenses or terms of use. With respect to Your rights in and obligations regarding such Materials, and to the extent there is a conflict, those licenses or terms of use take precedence over these Terms, and you agree to be bound accordingly. With respect to any other matters, including but not limited to Your Use of this Site, submission of Materials hereto, and obligations to the Host, these Terms take pre [...]
+<p>b. Use at Your Own Risk. You understand that the Host does not pre-screen Materials, and You agree to assume all risks in Using them. These risks include, but are not limited to, errors, viruses, worms, time-limited software that expires without notice, and the possibility that the Materials infringe or misappropriate the intellectual property rights of others. You agree to assume all such risks.</p>
+<p>c. Don&rsquo;t Blame the Messenger. You understand that Materials may contain the opinions of others and You do not hold the Host responsible for such opinions.</p>
+<p>d. Copyright Infringement. If You believe that any Materials infringe Your copyrights, please follow the procedure set forth at Apache Software Foundation legal affairs website: http://apache.org/legal/.</p>
+<p>e. Management of Materials and Access. You agree that the Host has sole discretion in deciding whether to accept and post Materials, and that the Host may delete Materials for any reason (including no reason) whatsoever. You understand that access to the Site may be limited for technical reasons, that outages may occur, and that the Host has no obligation to store or back up any Materials. You agree that the Host has the right to restrict or terminate, in their sole discretion, access [...]
+<p>f. Links to Other Sites. You understand that this Site may provide links to other sites or content that is not hosted or managed by the Host, and you agree that the Host has no control over, responsibility or liability whatsoever relating to any such sites or content, including Your Use of them.</p>
+</li>
+<li>
+<p>THINGS YOU SUBMIT TO THE SITE. This Site offers many opportunities for You to contribute Materials to the on this site. In addition to the other terms found here, the following terms apply to any Submissions made by You (&ldquo;Your Submissions&rdquo;).</p>
+<p>a. You Take Responsibility for Your Submissions. You warrant that You have all rights needed to provide Your Submissions to the Host for posting to the Site in accordance with the Terms and to grant the licenses set forth in sections 4.b and 4.c. You agree that You will make all reasonable efforts to ensure that Your Submissions:  do not infringe, misappropriate or violate the intellectual property rights or privacy interests of others; (ii) are not confidential or trade secret inform [...]
+<p>b. Source Code Submissions. You agree that any source code You contribute to a Project will be submitted under, and subject to, the license posted for that Project. If no license is posted, You agree that Your Submission will be governed by the Apache License, Version 2.0, which terms can be found at http://opensource.org/licenses/apache2.0.php. You acknowledge that You are responsible for including all applicable copyright notices and licenses with Your Submissions, and that You assu [...]
+<p>c. Other Submissions. (This Section 4.c applies to all Submissions other than source code contributed to a Project, which is governed by the preceding section.) The Host does not claim ownership of Your Submissions. However, in order to fulfill the purposes of this Site, You must give the Host and all Users the right to post, access, evaluate, discuss, and refine Your Submissions. </p>
+<p>In legalese: You hereby grant to the Host and all Users a royalty-free, perpetual, irrevocable, worldwide, non-exclusive and fully sub-licensable right and license under Your intellectual property rights to reproduce, modify, adapt, publish, translate, create derivative works from, distribute, perform, display and use Your Submissions (in whole or part) and to incorporate them in other works in any form, media, or technology now known or later developed, all subject to the obligation  [...]
+<p>d. Private Projects. With respect to a Project that is designated as &ldquo;Private,&rdquo; the preceding license for &ldquo;Other Submissions&rdquo; is limited to Users who have access to the Project, and such rights may only be sublicensed to other Users with authorized access to the Project.</p>
+<p>e. Other Licenses/Terms. Some Projects are governed by their own terms regarding Submissions and may require You to sign agreements (such as an Apache Software Foundation Individual Contributor License Agreement) licensing Your rights in Your Submissions. In all such cases, and to the extent there is a conflict, the terms of those Projects and agreements take precedence over these Terms.</p>
+<p>f. Privacy. You consent to the collection, processing and storage by the Host of any personal information provided by You in accordance with the terms of AOO-PMC Privacy Policy, which is available at <a href="http://openoffice.apache.org/privacy.html">http://openoffice.apache.org/privacy.html</a>. You agree to comply with all applicable laws and regulations, and the terms of Apache OpenOffice Privacy Policy, with respect to any use by You of any personal information in connection with [...]
+</li>
+<li>
+<p>MISCELLANEOUS.</p>
+<p>a. Disclaimer of Warranties. YOUR USE OF THE SITE IS AT YOUR SOLE RISK. THE SITE, INCLUDING ALL MATERIALS FOUND ON IT, IS PROVIDED ON AN &ldquo;AS IS,&rdquo; &ldquo;AS AVAILABLE&rdquo; AND &ldquo;WITH ALL FAULTS&rdquo; BASIS. THE HOST DISCLAIMS ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS, AND WARRANTIES OF ANY KIND, INCLUDING ANY IMPLIED WARRANTY OR CONDITION OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. THE HOST MAKES NO REPRES [...]
+<p>b. Limitation of Liability. TO THE FULLEST EXTENT PERMITTED BY LAW, THE HOST IS NOT LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR EXEMPLARY DAMAGES (INCLUDING, WITHOUT LIMITATION, LOSS OF BUSINESS, REVENUE, PROFITS, GOODWILL, USE, DATA, ELECTRONICALLY TRANSMITTED ORDERS, OR OTHER ECONOMIC ADVANTAGE) ARISING OUT OF OR IN CONNECTION WITH THE SITE OR MATERIALS, EVEN IF THE HOST HAS PREVIOUSLY BEEN ADVISED OF, OR REASONABLY COULD HAVE FORESEEN, THE POSS [...]
+<p>c. Trademarks. All logos and trademarks contained on this Site are and remain the property of their respective owners. No licenses or other rights in or to such logos and/or trademarks are granted to You by these Terms.</p>
+<p>d. Changes to Terms. These Terms may be changed or updated by the Host without notice.</p>
+<p>e. Export Compliance. You agree that U.S. export control laws and other applicable export and import laws govern your Submissions and use of the Site, Materials and Submissions, including technical data; additional information can be found on http://apache.org/dev/crypto.html. You agree that neither the Materials and Submissions nor any direct product thereof will be exported, directly, or indirectly, in violation of these laws, or will be used for any purpose prohibited by these laws [...]
+<p>f. Governing Law. These Terms of Use are governed by the substantive and procedural laws of Delaware.</p>
+<p>g. General. You agree that these Terms of Use are the complete agreement for the Site, Materials and Submissions, and these Terms of Use supersedes all prior or contemporaneous agreements or representations. If any term of these Terms of Use is found to be invalid or unenforceable, the remaining provisions will remain effective</p>
+</li>
+</ol>
+
+        <p>
+        Last updated: Mon 28 June 2021
+        </p>
+  </div>
+
+  <div id="footera">
+
+    <div id="asfbanner">
+      <p>
+         <a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
+      </p>
+    </div>
+
+    <div id="poweredby">
+      <p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
+    </div>
+
+    <div id="copyrighta">
+      <p style="text-align:center;">
+          Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+      </p>
+      <p>
+          Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+          The Apache feather logo is a trademark of The Apache Software Foundation.
+          Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+
+    </div>
+  </div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/output/theme/css/openoffice.css b/output/theme/css/openoffice.css
new file mode 100644
index 0000000..d411259
--- /dev/null
+++ b/output/theme/css/openoffice.css
@@ -0,0 +1,377 @@
+/*
+* 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.
+*/
+
+body {
+  color: white;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size: 12pt;
+  margin: 0;
+}
+
+#banner {
+  height: 100px;
+  padding: 0 0 0 0;
+  color: black;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size:16pt;
+  vertical-align: middle;
+}
+
+#bannerright {
+  text-align: right;
+  float: right;
+  padding: 2pt 36pt 10pt 36pt;
+}
+
+#bannercenter {
+  padding: 12pt 2pt 34pt 2pt;
+  color: #555555;
+}
+
+#bannerleft {
+  text-align: left;
+  float: left;
+}
+
+#bannerleft a:hover {
+ color: #107EC0;
+ background-color: white;
+}
+
+a {
+  color: #107EC0;
+  text-decoration:none;
+}
+
+a:visited {
+ color: #107EC0;
+}
+
+a:hover {
+ color: #107EC0;
+ text-decoration:underline;
+}
+
+a img { border: none; }
+
+h1,h2,h3,h4,h5,h6 {
+  color: #333333;
+  text-transform:none;
+}
+
+#clear {
+  overflow: auto;
+  clear: both;
+}
+
+#content {
+  margin: 0 50px 20px 50px;
+  padding: 0 8px 40px;
+  color: #333;
+  overflow: auto;
+  clear: both;
+}
+
+#content h1,h2,h3,h4,h5,h6 {
+  font-weight: normal;
+  text-transform:none;
+  margin: 10px 0 15px;
+  padding: 5px 0;
+}
+
+#content h1 {
+  font-size: 1.4em;
+  padding: 15px;
+  border-top: 1px solid #a3afb6;
+}
+
+#content h2 {
+  font-size: 1.2em;
+  margin-top: 2em;
+}
+
+#content h3,h4,h5,h6 {
+  border-bottom: none;
+  font-size: 1em;
+  margin-bottom: 0;
+}
+
+#content li {
+  margin-bottom: 0.5em;
+}
+
+#contenta {
+  margin: 0 100px 20px 266px;
+  padding: 0 8px 40px;
+  color: #333;
+}
+
+#contenta h1,h2,h3,h4,h5,h6 {
+  font-weight: normal;
+  margin: 0px 0px 15px;
+  padding: 5px 0px;
+}
+
+#contenta h1 {
+  font-size: 1.4em;
+  padding: 15px 0px 0px 0px;
+  border-top: 1px solid #cccccc;
+}
+
+#contenta h2 {
+  font-size: 1.2em;
+  margin-top: 2em;
+  border-bottom: 1px solid #cccccc;
+}
+
+#contenta h3,h4,h5,h6 {
+  border-bottom: none;
+  font-size: 1em;
+  margin-bottom: 0;
+}
+
+#contenta li {
+  margin-bottom: 0.5em;
+}
+
+#contenta a:hover {
+ color: #107EC0;
+ text-decoration:underline;
+ background-color: #e6ebed;
+}
+
+table {
+  border-collapse:collapse;
+  margin: auto;
+}
+
+th {
+  height: 40px;
+  background: #f5f8fa;
+  border: 1px solid #a3afb6;
+  vertical-align: middle;
+  font-size: 0.9em;
+}
+
+td {
+  vertical-align: top;
+  border: 1px solid #a3afb6;
+  padding: 0.4em 0.5em 0.4em 0.5em;
+  font-size: 0.9em;
+}
+
+.w140 {
+  width: 140px;
+}
+
+.w160 {
+  width: 160px;
+}
+
+.w180 {
+  width: 180px;
+}
+
+.w200 {
+  width: 200px;
+}
+
+.w220 {
+  width: 220px;
+}
+
+.codehilite {
+  background-color: #80FFFF;
+  font-size: 10pt;
+  padding: 0.01em 1em;
+  border-radius: 10px;
+}
+
+#sidenav {
+  border: 1px solid #c6cbdd;
+  border-left: none;
+  -moz-border-radius: 0 10px 10px 0;
+  border-radius: 0 10px 10px 0;
+  font-size: 1em;
+  color: #003;
+  float: left;
+  padding: 5px 15px 5px 25px;
+  width: 200px;
+  background: none repeat scroll 0 0 #f5f8fa;
+  margin: 0 0 20px 0;
+}
+
+#sidenav img {
+  padding-bottom: 15px;
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+}
+
+#sidenav h1 {
+  color: #333;
+  font-size: 1em;
+  padding: 0;
+  margin-top: 0.8em;
+  margin-bottom: 0;
+  border-bottom: 1px solid #555555;
+}
+
+#sidenav ul {
+  margin: 0 0;
+  padding: 0px 15px 0px 0px;
+  list-style: none;
+}
+
+#sidenav li {
+  border-bottom: 1px solid #c6cbdd; 
+  margin: 0.2em 0;
+  padding: 0;
+}
+
+#sidenav li a {
+  margin: 0;
+  text-decoration:none;
+}
+
+#sidenav li a:hover {
+  color: #107EC0;
+  background-color: #e6ebed;
+  text-decoration:underline;
+}
+
+#navigation {
+  border: 1px solid #e6ebed;
+  border-left: none;
+  -moz-border-radius: 0 10px 10px 0;
+  border-radius: 0 10px 10px 0;
+  font-size: 0.9em;
+  color: #003;
+  float: left;
+  padding: 15px 15px 5px 25px;
+  width: 180px;
+  background: none repeat scroll 0 0 #f5f8fa;
+  margin: 0 0 20px 0;
+}
+
+#navigation img {
+  padding-bottom: 15px;
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+}
+
+#navigation h1 {
+  color: #000;
+  font-size: 1em;
+  padding: 0;
+  margin-top: 0.8em;
+  margin-bottom: 0;
+  border-bottom: 1px solid #a3afb6;
+}
+
+#navigation ul {
+  margin: 0 0;
+  padding: 0;
+  list-style: none;
+}
+
+#navigation li {
+  border-bottom: 1px solid #e6ebed; 
+  margin: 0.2em 0;
+  padding: 0;
+}
+
+#navigation li a {
+  margin: 0;
+  text-decoration:none;
+}
+
+#navigation li a:hover {
+ color: #107EC0;
+ background-color: #e6ebed;
+}
+
+#footera {
+  margin: 20px 0px 0px 0px;
+  padding: 8px 0px 12px 0px;
+  border-top: 2px solid #ccc;
+  color:#666;
+  font-size: 8pt;
+  padding: 0 8px;
+  text-align: left;
+  overflow: auto;
+  clear: both;
+  line-height: 10pt;
+}
+
+#copyrighta {
+}
+
+#copyrighta p {
+  padding-left: 20px;
+  line-height: 10pt;
+  padding-bottom: 5px;
+}
+
+#copyrighta a {
+ color: #107EC0;
+ text-decoration:none;
+}
+
+#copyrighta a:hover {
+ background-color: #e6ebed;
+ text-decoration:underline;
+}
+
+#poweredby {
+  float: right;
+  text-align: right;
+  width: 210px;
+  height: 90px;
+}
+
+#asfbanner {
+  float: left;
+  text-align: left;
+  padding: 10px 0px 0px 0px;
+  width: 265px;
+  height: 90px;
+}
+
+#asf-logo {
+  width: 180px;
+  padding-top: 20px;
+}
+
+
+
+/* definition lists */
+dd {}
+dl {}
+dt {
+  display: inline;
+  float: left;
+}
+
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+    visibility: visible
+}
+
diff --git a/output/trademarks.html b/output/trademarks.html
new file mode 100644
index 0000000..e8d61e5
--- /dev/null
+++ b/output/trademarks.html
@@ -0,0 +1,204 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+  -->
+  <title>Apache OpenOffice Trademarks</title>
+<meta name="description" content="The official developer website 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, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+<meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+  <div id="banner">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
+          <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
+
+   <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  <div id="sidenav">
+<h1>General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/press.html">Press</a></li>
+<li><a href="https://www.openoffice.org/">OpenOffice.org website</a></li>
+</ul>
+<h1>Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/orientation/index.html">Orientation</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/social.html">Social Networking</a></li>
+<li><a href="/events.html">Events</a></li>
+<li><a href="https://www.openoffice.org/support/">Support</a></li>
+<li><a href="/native-lang.html">Native Language</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/">Planning Wiki</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="/community-faqs.html">Community FAQs</a></li>
+</ul>
+<h1>Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="/bug-tracking.html">Bug Tracking</a></li>
+<li><a href="/qa.html">Quality Assurance</a></li>
+<li><a href="/translate.html">Translation</a></li>
+<li><a href="/website-local.html">Website</a></li>
+<li><a href="/security.html">Security Reports</a></li>
... 1030 lines suppressed ...