Repository: pdfbox-docs
Updated Branches:
  refs/heads/asf-site 3f67f8b81 -> aa929f46c


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/aa929f46/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
new file mode 100644
index 0000000..7c86662
--- /dev/null
+++ b/content/index.html
@@ -0,0 +1,256 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<!--
+     
+     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.
+     -->
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several command 
line utilities. Apache PDFBox is published under the Apache License v2.0.
+">
+
+    <title>Apache PDFBox | A Java PDF Library</title>
+
+    <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <link href="/assets/open-iconic/font/css/open-iconic-bootstrap.min.css" 
rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    
+    <link href="/css/site.css" rel="stylesheet">
+    
+    
+    
+     
+    
+    
+
+</head>
+
+<body>
+    <nav class="navbar navbar-default navbar-top">
+      <div class="container">
+        <div class="navbar-header">
+          <a href="/index.html">
+            <img class="logo" src="/images/logo-head.gif">
+          </a>
+          <p class="pull-right visible-xs">
+            <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Menu</button>
+          </p>
+        </div>
+      </div>
+    </nav>
+    
+    <div class="container">
+        
+        <div class="row row-offcanvas row-offcanvas-left">
+            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
+                
+                <ul class="sidebar">
+                    <li class="sidebar-header">Apache PDFBox</li>
+                    <li><a href="/index.html">Overview</a></li>
+                    <li><a href="/download.cgi">Downloads</a></li>
+                    
+                    <li class="sidebar-header">Community</li>
+                    <li><a href="/support.html">Support</a></li>
+                    <li><a href="/mailinglists.html">Mailing Lists</a></li>
+                    <li><a href="/team.html">Project Team</a></li>
+                    
+                    <li class="sidebar-header">Documentation</li>
+                    <li class="sidebar-node" id="v2-0">
+                        <a href="#">2.0.0 (trunk)</a>
+                        <ul>
+                            <li><a href="/2.0/migration.html">Migration 
Guide</a></li>
+                            <li><a href="/2.0/getting-started.html">Getting 
Started</a></li>
+                            <li><a href="/2.0/examples.html">Examples</a></li>
+                            <li><a 
href="/2.0/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v2-0-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/2.0/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/2.0.0-SNAPSHOT/javadocs/">API 
Docs</a></li>
+                        </ul>
+                    </li>
+                    <li class="sidebar-node" id="v1-8">
+                        <a href="#">1.8.10</a>
+                        <ul>
+                            <li><a 
href="/1.8/architecture.html">Architecture</a></li>
+                            <li><a 
href="/1.8/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v1-8-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/1.8/cookbook/documentcreation.html">Document Creation</a></li>
+                                    <li><a 
href="/1.8/cookbook/textextraction.html">Text Extraction</a></li>
+                                    <li><a 
href="/1.8/cookbook/encryption.html">Document Encryption</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithfonts.html">Working with Fonts</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithmetadata.html">Working with Metadata</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithattachments.html">Working with 
Attachments</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfavalidation.html">PDF/A Validation</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfacreation.html">Creating a PDF/A document</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/1.8/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/1.8.10/javadocs/">API 
Docs</a></li>
+                            <li><a href="/1.8/faq.html">FAQ</a></li>
+                        </ul>
+                    </li>
+                    
+                    <li class="sidebar-header">Development</li>
+                    <li><a href="/building.html">Building from Source</a></li>
+                    <li><a href="/codingconventions.html">Coding 
Conventions</a></li>
+                    <li><a href="/siteupdate.html">Update the Website</a></li> 
 
+                    <li><a 
href="https://builds.apache.org/view/All/job/PDFBox-trunk/";>Jenkins</a></li>
+                    <li><a href="https://travis-ci.org/apache/pdfbox";>Travis 
CI</a></li>
+                    <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor";>SonarQube</a></li>
+                    <li><a 
href="https://issues.apache.org/jira/browse/PDFBOX";>JIRA</a></li>
+                    <li><a href="/ideas.html">Ideas</a></li>
+                    <li><a href="/references.html">External Links</a></li>
+
+                    <li class="sidebar-header">Apache Software Foundation</li>
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="http://www.apache.org/foundation/thanks.html";>ASF Sponsors</a></li>
+                    <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+            </div>
+            <div class="col-xs-12 col-sm-9">
+                <h1 id="apache-pdfbox-a-java-pdf-library">Apache PDFBox - A 
Java PDF Library</h1>
+
+<p class="lead">The Apache PDFBox™ library is an open source Java tool for 
working with
+    PDF documents. This project allows creation of new PDF documents, 
manipulation of existing
+    documents and the ability to extract content from documents.
+
+    Apache PDFBox also includes several command line utilities.
+    Apache PDFBox is published under the Apache License v2.0.</p>
+    
+
+<h2 id="news">News</h2>
+
+<p>With the initial discussions starting 3 years ago PDFBox 2.0.0 is in the 
works for quite some time now - <strong>and we are in the final 
stages!</strong> To give you the opportunity to provide feedback a <a 
href="http://pdfbox.apache.org/download.cgi";>PDFBox 2.0.0-RC1 Release 
Candidate</a> is now available. The <a 
href="http://pdfbox.apache.org/2.0/migration.html";>Migration Guide</a> shall 
give users coming from PDFBox 1.8 or earlier an overview about things to look 
at when switching over. More details to come.</p>
+
+<h2 id="getting-help">Getting Help</h2>
+
+<p>To get help on using PDFBox, please <a 
href="mailto:users-subscr...@pdfbox.apache.org";>Subscribe to the Users Mailing 
List</a> and post your
+questions there. We&#39;re happy to help.</p>
+
+<p>The project is a volunteer effort and we&#39;re always looking for 
interested people to help
+us improve PDFBox. There are a multitude of ways that you can help us 
depending on your
+skills. Subscribe to the <a href="/mailinglists.html">Mailing Lists</a> and 
find out how you can help.</p>
+
+<h2 id="features">Features</h2>
+
+<div class="row">
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Extract Text</h4></header>
+        <p>Extract Unicode text from PDF files.</p>
+    </div>
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Split &amp; 
Merge</h4></header>
+        <p>Split a single PDF into many files or merge multiple PDF files.</p>
+    </div>
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Fill Forms</h4></header>
+        <p>Extract data from PDF forms or fill a PDF form.</p>
+    </div>
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Preflight</h4></header>
+        <p>Validate PDF files against the PDF/A-1b standard.</p>
+    </div>
+</div>
+
+<div class="row">
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Print</h4></header>
+        <p>Print a PDF file using the standard Java printing API.</p>
+    </div>
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Save as Image</h4></header>
+        <p>Save PDFs as image files, such as PNG or JPEG.</p>
+    </div>
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Create PDFs</h4></header>
+        <p>Create a PDF from scratch, with embedded fonts and images.</p>
+    </div>
+    <div class="col-md-3">
+        <header><h4><span class="oi oi-box"></span>Signing</h4></header>
+        <p>Digitally sign PDF files.</p>
+    </div>
+</div>
+
+            </div>
+        </div>
+    </div>
+
+    <footer class="footer">
+        <div class="container"
+            <div class="row">
+                <div class="span3">
+                    <!-- nothing in here on purpose -->
+                </div>
+                <div class="span9">
+                    <p>Copyright © 2009&ndash;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.
+                        <br/>Apache PDFBox, PDFBox, Apache, the Apache feather 
logo and the Apache PDFBox project logos are trademarks of The Apache Software 
Foundation.</p>
+                </div>
+            </div>
+        </div>
+    </footer>
+
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+        
+        $(document).ready(function () {
+                $('[data-toggle="offcanvas"]').click(function () {
+                $('.row-offcanvas').toggleClass('active')
+            });
+        });
+        
+        $(function() {
+            // collapse tree nodes dynamically to support noscript
+            $('.sidebar-node').addClass('collapsed');
+            
+
+            // toggle expand/collapse
+            $('.sidebar-node > a').click(function(e) {
+                $(this).parent().toggleClass('collapsed');
+                e.preventDefault();
+            });
+
+            // preserve expand/collapse across page navigation
+            var path = document.location.pathname;
+            if (path.indexOf('/2.0') == 0) {
+                $('#v2-0').removeClass('collapsed');
+                if (path.indexOf('/2.0/cookbook') == 0) {
+                    $('#v2-0-cookbook').removeClass('collapsed');
+                }
+            } else {
+                $('#v1-8').removeClass('collapsed');
+                if (path.indexOf('/1.8/cookbook') == 0) {
+                    $('#v1-8-cookbook').removeClass('collapsed');
+                }
+            }
+
+        });
+    </script>
+
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/aa929f46/content/mailinglists.html
----------------------------------------------------------------------
diff --git a/content/mailinglists.html b/content/mailinglists.html
new file mode 100644
index 0000000..0240197
--- /dev/null
+++ b/content/mailinglists.html
@@ -0,0 +1,251 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<!--
+     
+     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.
+     -->
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several command 
line utilities. Apache PDFBox is published under the Apache License v2.0.
+">
+
+    <title>Apache PDFBox | Mailing Lists</title>
+
+    <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <link href="/assets/open-iconic/font/css/open-iconic-bootstrap.min.css" 
rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    
+    <link href="/css/site.css" rel="stylesheet">
+    
+    
+    
+     
+    
+    
+
+</head>
+
+<body>
+    <nav class="navbar navbar-default navbar-top">
+      <div class="container">
+        <div class="navbar-header">
+          <a href="/index.html">
+            <img class="logo" src="/images/logo-head.gif">
+          </a>
+          <p class="pull-right visible-xs">
+            <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Menu</button>
+          </p>
+        </div>
+      </div>
+    </nav>
+    
+    <div class="container">
+        
+        <div class="row row-offcanvas row-offcanvas-left">
+            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
+                
+                <ul class="sidebar">
+                    <li class="sidebar-header">Apache PDFBox</li>
+                    <li><a href="/index.html">Overview</a></li>
+                    <li><a href="/download.cgi">Downloads</a></li>
+                    
+                    <li class="sidebar-header">Community</li>
+                    <li><a href="/support.html">Support</a></li>
+                    <li><a href="/mailinglists.html">Mailing Lists</a></li>
+                    <li><a href="/team.html">Project Team</a></li>
+                    
+                    <li class="sidebar-header">Documentation</li>
+                    <li class="sidebar-node" id="v2-0">
+                        <a href="#">2.0.0 (trunk)</a>
+                        <ul>
+                            <li><a href="/2.0/migration.html">Migration 
Guide</a></li>
+                            <li><a href="/2.0/getting-started.html">Getting 
Started</a></li>
+                            <li><a href="/2.0/examples.html">Examples</a></li>
+                            <li><a 
href="/2.0/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v2-0-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/2.0/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/2.0.0-SNAPSHOT/javadocs/">API 
Docs</a></li>
+                        </ul>
+                    </li>
+                    <li class="sidebar-node" id="v1-8">
+                        <a href="#">1.8.10</a>
+                        <ul>
+                            <li><a 
href="/1.8/architecture.html">Architecture</a></li>
+                            <li><a 
href="/1.8/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v1-8-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/1.8/cookbook/documentcreation.html">Document Creation</a></li>
+                                    <li><a 
href="/1.8/cookbook/textextraction.html">Text Extraction</a></li>
+                                    <li><a 
href="/1.8/cookbook/encryption.html">Document Encryption</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithfonts.html">Working with Fonts</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithmetadata.html">Working with Metadata</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithattachments.html">Working with 
Attachments</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfavalidation.html">PDF/A Validation</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfacreation.html">Creating a PDF/A document</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/1.8/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/1.8.10/javadocs/">API 
Docs</a></li>
+                            <li><a href="/1.8/faq.html">FAQ</a></li>
+                        </ul>
+                    </li>
+                    
+                    <li class="sidebar-header">Development</li>
+                    <li><a href="/building.html">Building from Source</a></li>
+                    <li><a href="/codingconventions.html">Coding 
Conventions</a></li>
+                    <li><a href="/siteupdate.html">Update the Website</a></li> 
 
+                    <li><a 
href="https://builds.apache.org/view/All/job/PDFBox-trunk/";>Jenkins</a></li>
+                    <li><a href="https://travis-ci.org/apache/pdfbox";>Travis 
CI</a></li>
+                    <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor";>SonarQube</a></li>
+                    <li><a 
href="https://issues.apache.org/jira/browse/PDFBOX";>JIRA</a></li>
+                    <li><a href="/ideas.html">Ideas</a></li>
+                    <li><a href="/references.html">External Links</a></li>
+
+                    <li class="sidebar-header">Apache Software Foundation</li>
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="http://www.apache.org/foundation/thanks.html";>ASF Sponsors</a></li>
+                    <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+            </div>
+            <div class="col-xs-12 col-sm-9">
+                <h1 id="mailing-lists">Mailing Lists</h1>
+
+<p>Mailing Lists are the primary communication channels for all projects at 
+The Apache Software Foundation. Therefore, this applies to Apache PDFBox, too. 
</p>
+
+<p><strong>Please read the <a 
href="http://www.apache.org/foundation/public-archives.html";>public forum 
archive policy</a> carefully before subscribing to one of our list.</strong></p>
+
+<p>If you have any questions about or problems with Apache PDFBox, you can get 
them addressed 
+on the <strong>Users Mailing List</strong>. </p>
+
+<p>If you like to participate in the development of Apache PDFBox, 
+the <strong>Developers Mailing List</strong> is the place to be. </p>
+
+<p>If you like to keep track of what&#39;s being changed inside the project, 
you can subscribe 
+to the <strong>Commit Mailing List</strong>.</p>
+
+<p class="alert alert-info">Please use the Users Mailing List if you are 
unsure which list to use</p>
+
+<table><thead>
+<tr>
+<th>Name</th>
+<th>Address</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Help</th>
+<th>Archive</th>
+<th>MarkMail</th>
+</tr>
+</thead><tbody>
+<tr>
+<td>Users</td>
+<td><a href="mailto:us...@pdfbox.apache.org";>us...@pdfbox.apache.org</a></td>
+<td><a href="mailto:users-subscr...@pdfbox.apache.org";>Subscribe</a></td>
+<td><a href="mailto:users-unsubscr...@pdfbox.apache.org";>Unsubscribe</a></td>
+<td><a href="mailto:users-h...@pdfbox.apache.org";>Help</a></td>
+<td><a 
href="http://mail-archives.apache.org/mod_mbox/pdfbox-users/";>Archive</a></td>
+<td><a href="http://pdfbox-users.markmail.org/";>MarkMail</a></td>
+</tr>
+<tr>
+<td>Developers</td>
+<td><a href="mailto:d...@pdfbox.apache.org";>d...@pdfbox.apache.org</a></td>
+<td><a href="mailto:dev-subscr...@pdfbox.apache.org";>Subscribe</a></td>
+<td><a href="mailto:dev-unsubscr...@pdfbox.apache.org";>Unsubscribe</a></td>
+<td><a href="mailto:dev-h...@pdfbox.apache.org";>Help</a></td>
+<td><a 
href="http://mail-archives.apache.org/mod_mbox/pdfbox-dev/";>Archive</a></td>
+<td><a href="http://pdfbox-dev.markmail.org/";>MarkMail</a></td>
+</tr>
+<tr>
+<td>Commits List</td>
+<td><a 
href="mailto:commits@pdfbox.apache.org";>commits@pdfbox.apache.org</a></td>
+<td><a href="mailto:commits-subscr...@pdfbox.apache.org";>Subscribe</a></td>
+<td><a href="mailto:commits-unsubscr...@pdfbox.apache.org";>Unsubscribe</a></td>
+<td><a href="mailto:commits-h...@pdfbox.apache.org";>Help</a></td>
+<td><a 
href="http://mail-archives.apache.org/mod_mbox/pdfbox-commits/";>Archive</a></td>
+<td><a href="http://pdfbox-commits.markmail.org/";>MarkMail</a></td>
+</tr>
+</tbody></table>
+
+            </div>
+        </div>
+    </div>
+
+    <footer class="footer">
+        <div class="container"
+            <div class="row">
+                <div class="span3">
+                    <!-- nothing in here on purpose -->
+                </div>
+                <div class="span9">
+                    <p>Copyright © 2009&ndash;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.
+                        <br/>Apache PDFBox, PDFBox, Apache, the Apache feather 
logo and the Apache PDFBox project logos are trademarks of The Apache Software 
Foundation.</p>
+                </div>
+            </div>
+        </div>
+    </footer>
+
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+        
+        $(document).ready(function () {
+                $('[data-toggle="offcanvas"]').click(function () {
+                $('.row-offcanvas').toggleClass('active')
+            });
+        });
+        
+        $(function() {
+            // collapse tree nodes dynamically to support noscript
+            $('.sidebar-node').addClass('collapsed');
+            
+
+            // toggle expand/collapse
+            $('.sidebar-node > a').click(function(e) {
+                $(this).parent().toggleClass('collapsed');
+                e.preventDefault();
+            });
+
+            // preserve expand/collapse across page navigation
+            var path = document.location.pathname;
+            if (path.indexOf('/2.0') == 0) {
+                $('#v2-0').removeClass('collapsed');
+                if (path.indexOf('/2.0/cookbook') == 0) {
+                    $('#v2-0-cookbook').removeClass('collapsed');
+                }
+            } else {
+                $('#v1-8').removeClass('collapsed');
+                if (path.indexOf('/1.8/cookbook') == 0) {
+                    $('#v1-8-cookbook').removeClass('collapsed');
+                }
+            }
+
+        });
+    </script>
+
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/aa929f46/content/references.html
----------------------------------------------------------------------
diff --git a/content/references.html b/content/references.html
new file mode 100644
index 0000000..493145a
--- /dev/null
+++ b/content/references.html
@@ -0,0 +1,360 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<!--
+     
+     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.
+     -->
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several command 
line utilities. Apache PDFBox is published under the Apache License v2.0.
+">
+
+    <title>Apache PDFBox | External Links</title>
+
+    <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <link href="/assets/open-iconic/font/css/open-iconic-bootstrap.min.css" 
rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    
+    <link href="/css/site.css" rel="stylesheet">
+    
+    
+    
+     
+    
+    
+
+</head>
+
+<body>
+    <nav class="navbar navbar-default navbar-top">
+      <div class="container">
+        <div class="navbar-header">
+          <a href="/index.html">
+            <img class="logo" src="/images/logo-head.gif">
+          </a>
+          <p class="pull-right visible-xs">
+            <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Menu</button>
+          </p>
+        </div>
+      </div>
+    </nav>
+    
+    <div class="container">
+        
+        <div class="row row-offcanvas row-offcanvas-left">
+            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
+                
+                <ul class="sidebar">
+                    <li class="sidebar-header">Apache PDFBox</li>
+                    <li><a href="/index.html">Overview</a></li>
+                    <li><a href="/download.cgi">Downloads</a></li>
+                    
+                    <li class="sidebar-header">Community</li>
+                    <li><a href="/support.html">Support</a></li>
+                    <li><a href="/mailinglists.html">Mailing Lists</a></li>
+                    <li><a href="/team.html">Project Team</a></li>
+                    
+                    <li class="sidebar-header">Documentation</li>
+                    <li class="sidebar-node" id="v2-0">
+                        <a href="#">2.0.0 (trunk)</a>
+                        <ul>
+                            <li><a href="/2.0/migration.html">Migration 
Guide</a></li>
+                            <li><a href="/2.0/getting-started.html">Getting 
Started</a></li>
+                            <li><a href="/2.0/examples.html">Examples</a></li>
+                            <li><a 
href="/2.0/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v2-0-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/2.0/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/2.0.0-SNAPSHOT/javadocs/">API 
Docs</a></li>
+                        </ul>
+                    </li>
+                    <li class="sidebar-node" id="v1-8">
+                        <a href="#">1.8.10</a>
+                        <ul>
+                            <li><a 
href="/1.8/architecture.html">Architecture</a></li>
+                            <li><a 
href="/1.8/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v1-8-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/1.8/cookbook/documentcreation.html">Document Creation</a></li>
+                                    <li><a 
href="/1.8/cookbook/textextraction.html">Text Extraction</a></li>
+                                    <li><a 
href="/1.8/cookbook/encryption.html">Document Encryption</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithfonts.html">Working with Fonts</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithmetadata.html">Working with Metadata</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithattachments.html">Working with 
Attachments</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfavalidation.html">PDF/A Validation</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfacreation.html">Creating a PDF/A document</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/1.8/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/1.8.10/javadocs/">API 
Docs</a></li>
+                            <li><a href="/1.8/faq.html">FAQ</a></li>
+                        </ul>
+                    </li>
+                    
+                    <li class="sidebar-header">Development</li>
+                    <li><a href="/building.html">Building from Source</a></li>
+                    <li><a href="/codingconventions.html">Coding 
Conventions</a></li>
+                    <li><a href="/siteupdate.html">Update the Website</a></li> 
 
+                    <li><a 
href="https://builds.apache.org/view/All/job/PDFBox-trunk/";>Jenkins</a></li>
+                    <li><a href="https://travis-ci.org/apache/pdfbox";>Travis 
CI</a></li>
+                    <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor";>SonarQube</a></li>
+                    <li><a 
href="https://issues.apache.org/jira/browse/PDFBOX";>JIRA</a></li>
+                    <li><a href="/ideas.html">Ideas</a></li>
+                    <li><a href="/references.html">External Links</a></li>
+
+                    <li class="sidebar-header">Apache Software Foundation</li>
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="http://www.apache.org/foundation/thanks.html";>ASF Sponsors</a></li>
+                    <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+            </div>
+            <div class="col-xs-12 col-sm-9">
+                <h1 id="external-links">External Links</h1>
+
+<p>This page lists projects that utilize PDFBox and articles that have been 
written about PDFBox. 
+Please file an <a 
href="https://issues.apache.org/jira/browse/PDFBOX";>improvement issue</a> to 
get new projects or articles added to this page, or to update the information 
on existing links.</p>
+
+<h2 id="projects">Projects</h2>
+
+<table><thead>
+<tr>
+<th>Project Name</th>
+<th>License</th>
+<th>Project Description</th>
+</tr>
+</thead><tbody>
+<tr>
+<td><a href="http://www.alfresco.org/";>Alfresco</a></td>
+<td>LGPL - commercial services/support/training is available</td>
+<td>Alfresco is an open source, open-standards content repository built by the 
most experienced content management team that includes the co-founder of 
Documentum.</td>
+</tr>
+<tr>
+<td><a href="http://nutch.apache.org/";>Apache Nutch</a></td>
+<td>Apache License V2.0</td>
+<td>Apache Nutch is open source web-search software. It builds on Apache 
Lucene, adding web-specifics, such as a crawler, a link-graph database, parsers 
for HTML and other document formats, etc.</td>
+</tr>
+<tr>
+<td><a href="http://tika.apache.org/";>Apache Tika</a></td>
+<td>Apache License V2.0</td>
+<td>Apache Tika is a toolkit for detecting and extracting metadata and 
structured text content from various documents using existing parser 
libraries.</td>
+</tr>
+<tr>
+<td><a href="http://www.centriccrm.com/";>Centric CRM</a></td>
+<td>Free To Use But Restricted/Commercial</td>
+<td>The Most Advanced Open Source CRM Software.</td>
+</tr>
+<tr>
+<td><a href="http://webtest.canoo.com/webtest/manual/WebTestHome.html";>Canoo 
Webtest</a></td>
+<td>BSD Like</td>
+<td>Free OpenSource tool for XP-style acceptance testing of Java-based Web 
applications.</td>
+</tr>
+<tr>
+<td><a 
href="http://webtest.canoo.com/webtest/manual/WebTestHome.html";>contineo</a></td>
+<td>GPL</td>
+<td>Contineo is a web based document management system.</td>
+</tr>
+<tr>
+<td><a href="http://www.rewoo.de/";>ECM REWOO Scope</a></td>
+<td>Commercial</td>
+<td>REWOO Scope is an Enterprise Content Management (ECM) software to 
organize, structure and consolidate enterprise data. Apache PDFBox is an 
integral part to read and index PDF documents.</td>
+</tr>
+<tr>
+<td><a href="http://www.jahia.org/";>Jahia</a></td>
+<td>collaborative source license</td>
+<td>The Jahia product is currently the most powerful, ready-to-use and 
affordable integrated midrange Java Content Management and Corporate Portal 
Server.</td>
+</tr>
+<tr>
+<td><a href="http://jlibrary.sourceforge.net/";>jLibrary</a></td>
+<td>BSD</td>
+<td>jLibrary is a Document Management System, oriented for personal and 
enterprise use.</td>
+</tr>
+<tr>
+<td><a href="http://jomic.sourceforge.net/";>Jomic</a></td>
+<td>GPL</td>
+<td>Jomic is a viewer for comic book archives.</td>
+</tr>
+<tr>
+<td><a href="http://jpdfunit.sourceforge.net/";>JpdfUnit</a></td>
+<td>Apache License V2.0</td>
+<td>pdfUnit is a framework for testing a generated pdf document with the JUnit 
Test Framework.</td>
+</tr>
+<tr>
+<td><a href="http://www.liferay.com/";>Liferay Portal</a></td>
+<td>MIT</td>
+<td>Liferay Portal is an open source portal that helps organizations 
collaborate more efficiently by providing a consolidated view of disparate 
applications.</td>
+</tr>
+<tr>
+<td><a href="http://www.bibl.ulaval.ca/lius/index.en.html";>LIUS</a></td>
+<td>GPL</td>
+<td>LIUS is an indexing Java framework based on the Jakarta Lucene project. 
The LIUS framework adds to Lucene many files format indexing fonctionalities 
as: Ms World, Ms Excel, Ms PowerPoint, RTF, PDF, XML, HTML, TXT, Open Office 
suite and JavaBeans.</td>
+</tr>
+<tr>
+<td><a href="http://gmod.org/wiki/LuceGene";>LuceGene</a></td>
+<td>Artistic License</td>
+<td>LuceGene is an open-source document/object search and retrieval system 
specially tuned for bioinformatics text databases and documents.</td>
+</tr>
+<tr>
+<td><a href="http://www.lutece.paris.fr/";>Lutece</a></td>
+<td>BSD-like</td>
+<td>Lutece is a portal engine which allows you to easily create your websites 
or intranets based upon HTML,XML content.</td>
+</tr>
+<tr>
+<td><a href="http://mmapps.sourceforge.net/lucenemodule/";>MMBase Lucene 
Module</a></td>
+<td>MPL</td>
+<td>Lucenemodule is a plugin (module) for the MMBase content management system 
that enables Lucene full text search through it&#39;s content, and thanks to 
PDFBox also PDF content.</td>
+</tr>
+<tr>
+<td><a href="http://www.opencms.org/";>OpenCms</a></td>
+<td>Custom</td>
+<td>OpenCms is a professional level Open Source Website Content Management 
System.</td>
+</tr>
+<tr>
+<td><a href="http://www.open-search-server.com/";>OpenSearchServer</a></td>
+<td>GPLv3</td>
+<td>An open source search engine and crawler based on best open source 
technologies. It is a modern search engine and a suite of high-powered full 
text search algorithms.</td>
+</tr>
+<tr>
+<td><a href="http://forge.objectweb.org/projects/ops";>Orbeon 
PresentationServer</a></td>
+<td>LGPL</td>
+<td>Orbeon PresentationServer (OPS) is an open source J2EE-based platform for 
XML-centric web applications. OPS is built around XHTML, XForms, XSLT, XML 
pipelines, and Web Services, which makes it ideal for applications that 
capture, process and present XML data. Commercial consulting/training/support 
is available through orbeon.</td>
+</tr>
+<tr>
+<td><a href="http://pdfcat.sourceforge.net/";>PDFcat</a></td>
+<td>LGPL</td>
+<td>PDFcat is multi-platform catalog manager that provides searching 
capability over documents among virtual catalogs.</td>
+</tr>
+<tr>
+<td><a href="http://www.searchblox.com/";>SearchBlox</a></td>
+<td>Commercial</td>
+<td>SearchBlox is a high-performance corporate search software designed for 
the Java 2 Enterprise Edition (J2EE) platform.</td>
+</tr>
+<tr>
+<td><a href="http://www.simplexrepaginator.com/";>SimplexRepaginator</a></td>
+<td>Apache License V2.0</td>
+<td>Simplex Repaginator converts simplex-scanned PDFs into properly 
duplex-paginated PDFs and vice versa.</td>
+</tr>
+<tr>
+<td><a href="http://ir.dcs.gla.ac.uk/terrier/";>Terrier</a></td>
+<td>MPL</td>
+<td>Terrier is software for the rapid development of Web, intranet and desktop 
search engines.</td>
+</tr>
+<tr>
+<td><a href="http://www.triboni.com/";>Triboni GinkGO</a></td>
+<td>Commercial</td>
+<td>Triboni GinkGO is a highly scalable J2EE services platform that is based 
on a simple XML business object defintion and scripting language. Toghether 
with XSLT content centric web applications can be configured in a very short 
time.</td>
+</tr>
+<tr>
+<td><a href="http://www.zilverline.org/";>Zilverline</a></td>
+<td>Collaborative Source License</td>
+<td>Zilverline is a search engine that offers web access to your personal or 
intranet content.</td>
+</tr>
+</tbody></table>
+
+<h2 id="articles-books">Articles/Books</h2>
+
+<table><thead>
+<tr>
+<th>Article Name</th>
+<th>Article Abstract</th>
+</tr>
+</thead><tbody>
+<tr>
+<td>Build an eDoc Reader for your iPod <br/> <a 
href="http://www.oreillynet.com/pub/a/mac/2004/12/14/ipod_reader.html";>Part 1 - 
User Interface</a> <br/> <a 
href="http://www.oreillynet.com/pub/a/mac/2004/12/17/ipod_reader.html";>Part 2 - 
Document Reading Engine</a> <br/> <a 
href="http://www.oreillynet.com/pub/a/mac/2005/01/07/ipod_reader.html";>Part 3 - 
<em>Integration with PDFBox</em></a></td>
+<td>A three part article that discusses the implementation of the PodReader 
application. PodReader is Cocoa application written in Objective-C and article 
discusses how to use the Cocoa-Java bridge to integrate with the Java version 
of PDFBox.</td>
+</tr>
+<tr>
+<td><a href="http://www.manning.com/hatcher2/";>Lucene In Action</a></td>
+<td>A book that discusses integrating with the lucene search engine. One 
chapter discusses how to index various file formats and highlights PDFBox for 
indexing PDF documents.</td>
+</tr>
+<tr>
+<td><a href="http://java.sys-con.com/node/48543";>Java Developers Journal - 
March 2005</a></td>
+<td>An article written by the lead developer of PDFBox discussing text 
extraction and AcroForm integration using PDFBox functionality.</td>
+</tr>
+<tr>
+<td><a 
href="http://www.dcs.bbk.ac.uk/research/techreps/2005/bbkcs-05-02.pdf";>Refactoring
 trends across N versions of N Java open source systems: an empirical 
study</a></td>
+<td>This article describes an empirical study of multiple versions of a range 
of open source Java systems in an attempt to understand whether refactoring 
occur and, if so, which types of refactoring were most (and least) common. 
PDFBox is used as a case study.</td>
+</tr>
+</tbody></table>
+
+            </div>
+        </div>
+    </div>
+
+    <footer class="footer">
+        <div class="container"
+            <div class="row">
+                <div class="span3">
+                    <!-- nothing in here on purpose -->
+                </div>
+                <div class="span9">
+                    <p>Copyright © 2009&ndash;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.
+                        <br/>Apache PDFBox, PDFBox, Apache, the Apache feather 
logo and the Apache PDFBox project logos are trademarks of The Apache Software 
Foundation.</p>
+                </div>
+            </div>
+        </div>
+    </footer>
+
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+        
+        $(document).ready(function () {
+                $('[data-toggle="offcanvas"]').click(function () {
+                $('.row-offcanvas').toggleClass('active')
+            });
+        });
+        
+        $(function() {
+            // collapse tree nodes dynamically to support noscript
+            $('.sidebar-node').addClass('collapsed');
+            
+
+            // toggle expand/collapse
+            $('.sidebar-node > a').click(function(e) {
+                $(this).parent().toggleClass('collapsed');
+                e.preventDefault();
+            });
+
+            // preserve expand/collapse across page navigation
+            var path = document.location.pathname;
+            if (path.indexOf('/2.0') == 0) {
+                $('#v2-0').removeClass('collapsed');
+                if (path.indexOf('/2.0/cookbook') == 0) {
+                    $('#v2-0-cookbook').removeClass('collapsed');
+                }
+            } else {
+                $('#v1-8').removeClass('collapsed');
+                if (path.indexOf('/1.8/cookbook') == 0) {
+                    $('#v1-8-cookbook').removeClass('collapsed');
+                }
+            }
+
+        });
+    </script>
+
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/aa929f46/content/siteupdate.html
----------------------------------------------------------------------
diff --git a/content/siteupdate.html b/content/siteupdate.html
new file mode 100644
index 0000000..05db7c0
--- /dev/null
+++ b/content/siteupdate.html
@@ -0,0 +1,263 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<!--
+     
+     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.
+     -->
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several command 
line utilities. Apache PDFBox is published under the Apache License v2.0.
+">
+
+    <title>Apache PDFBox | Updating the Website</title>
+
+    <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <link href="/assets/open-iconic/font/css/open-iconic-bootstrap.min.css" 
rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    
+    <link href="/css/site.css" rel="stylesheet">
+    
+    
+    
+     
+    
+    
+
+</head>
+
+<body>
+    <nav class="navbar navbar-default navbar-top">
+      <div class="container">
+        <div class="navbar-header">
+          <a href="/index.html">
+            <img class="logo" src="/images/logo-head.gif">
+          </a>
+          <p class="pull-right visible-xs">
+            <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Menu</button>
+          </p>
+        </div>
+      </div>
+    </nav>
+    
+    <div class="container">
+        
+        <div class="row row-offcanvas row-offcanvas-left">
+            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
+                
+                <ul class="sidebar">
+                    <li class="sidebar-header">Apache PDFBox</li>
+                    <li><a href="/index.html">Overview</a></li>
+                    <li><a href="/download.cgi">Downloads</a></li>
+                    
+                    <li class="sidebar-header">Community</li>
+                    <li><a href="/support.html">Support</a></li>
+                    <li><a href="/mailinglists.html">Mailing Lists</a></li>
+                    <li><a href="/team.html">Project Team</a></li>
+                    
+                    <li class="sidebar-header">Documentation</li>
+                    <li class="sidebar-node" id="v2-0">
+                        <a href="#">2.0.0 (trunk)</a>
+                        <ul>
+                            <li><a href="/2.0/migration.html">Migration 
Guide</a></li>
+                            <li><a href="/2.0/getting-started.html">Getting 
Started</a></li>
+                            <li><a href="/2.0/examples.html">Examples</a></li>
+                            <li><a 
href="/2.0/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v2-0-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/2.0/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/2.0.0-SNAPSHOT/javadocs/">API 
Docs</a></li>
+                        </ul>
+                    </li>
+                    <li class="sidebar-node" id="v1-8">
+                        <a href="#">1.8.10</a>
+                        <ul>
+                            <li><a 
href="/1.8/architecture.html">Architecture</a></li>
+                            <li><a 
href="/1.8/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v1-8-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/1.8/cookbook/documentcreation.html">Document Creation</a></li>
+                                    <li><a 
href="/1.8/cookbook/textextraction.html">Text Extraction</a></li>
+                                    <li><a 
href="/1.8/cookbook/encryption.html">Document Encryption</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithfonts.html">Working with Fonts</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithmetadata.html">Working with Metadata</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithattachments.html">Working with 
Attachments</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfavalidation.html">PDF/A Validation</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfacreation.html">Creating a PDF/A document</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/1.8/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/1.8.10/javadocs/">API 
Docs</a></li>
+                            <li><a href="/1.8/faq.html">FAQ</a></li>
+                        </ul>
+                    </li>
+                    
+                    <li class="sidebar-header">Development</li>
+                    <li><a href="/building.html">Building from Source</a></li>
+                    <li><a href="/codingconventions.html">Coding 
Conventions</a></li>
+                    <li><a href="/siteupdate.html">Update the Website</a></li> 
 
+                    <li><a 
href="https://builds.apache.org/view/All/job/PDFBox-trunk/";>Jenkins</a></li>
+                    <li><a href="https://travis-ci.org/apache/pdfbox";>Travis 
CI</a></li>
+                    <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor";>SonarQube</a></li>
+                    <li><a 
href="https://issues.apache.org/jira/browse/PDFBOX";>JIRA</a></li>
+                    <li><a href="/ideas.html">Ideas</a></li>
+                    <li><a href="/references.html">External Links</a></li>
+
+                    <li class="sidebar-header">Apache Software Foundation</li>
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="http://www.apache.org/foundation/thanks.html";>ASF Sponsors</a></li>
+                    <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+            </div>
+            <div class="col-xs-12 col-sm-9">
+                <h1 id="updating-the-pdfbox-website">Updating the PDFBox 
Website</h1>
+
+<p>The content for the PDFBox website is kept in a <a 
href="https://git-wip-us.apache.org/repos/asf/pdfbox-docs";>git repository</a> 
which is also mirrored to <a 
href="https://github.com/apache/pdfbox-docs";>GitHub</a>. The site is split into 
two parts: the static content and the Javadoc for the PDFBox API. Both parts 
are build independently as further described below.</p>
+
+<h2 id="project-info">Project info</h2>
+
+<p>The site is based on <a href="http://jekyllrb.com";>Jekyll</a>. So you have 
to be familiar with the <a 
href="http://daringfireball.net/projects/markdown/syntax";>Markdown</a> template 
language and have Jekyll (ver. 2+) installed to contribute to the project.</p>
+
+<h2 id="contribute">Contribute</h2>
+
+<p>If you would like to enhance the website content you can submit a patch. To 
do so please open a ticket at our <a 
href="https://issues.apache.org/jira/browse/PDFBOX";>Issue Tracker</a>, use 
<code>Documentation</code> for the <code>Component</code> and add your patch to 
the ticket.</p>
+
+<h2 id="development">Development</h2>
+
+<h3 id="install-jekyll">Install Jekyll</h3>
+
+<p>Follow the instructions available on the <a 
href="http://jekyllrb.com";>Jekyll</a> website.</p>
+
+<h3 id="check-out-from-the-git-repository">Check out from the git 
repository</h3>
+
+<p>Before you can edit the site, you need to check it out from the git 
repository:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">git clone 
https://git-wip-us.apache.org/repos/asf/pdfbox-docs
+</code></pre></div>
+<h3 id="local-changes">Local changes</h3>
+
+<p>You can now do the changes and additions to the sources of the PDFBox 
website. To test these locally use</p>
+<div class="highlight"><pre><code class="language-" data-lang="">jekyll serve
+</code></pre></div>
+<p>which will compile the changes and run a local webserver at </p>
+<div class="highlight"><pre><code class="language-" 
data-lang="">http://localhost:4000
+</code></pre></div>
+<h3 id="publish-the-website-for-comitters-only">Publish the website (for 
comitters only)</h3>
+
+<p>After you have done the local changes follow these steps to publish the 
content:</p>
+
+<p>Add the following server configuration in your ~/.m2/settings.xml file</p>
+<div class="highlight"><pre><code class="language-" data-lang="">&lt;server&gt;
+  &lt;id&gt;pdfbox-site&lt;/id&gt;
+  &lt;username&gt;** USERNAME **&lt;/username&gt;
+  &lt;password&gt;** PASSWORD **&lt;/password&gt;
+&lt;/server&gt;
+</code></pre></div>
+<p><code>pdfbox-site</code> is referenced from the PDFBox pom.xml file.</p>
+
+<p class="alert alert-warning">The password should be encrypted following <a 
href="https://maven.apache.org/guides/mini/guide-encryption.html";>Maven 
Password Encryption</a></p>
+
+<p>Ensure that the new website content is build locally</p>
+<div class="highlight"><pre><code class="language-" data-lang="">jekyll build
+</code></pre></div>
+<p>This will read the sources and generate the new content in the 
<code>./staging</code> directory.</p>
+
+<p>Upload the new content to the production site</p>
+<div class="highlight"><pre><code class="language-" data-lang="">mvn 
scm-publish:publish-scm
+</code></pre></div>
+<p>This will checkout the current content into the 
<code>./target</code>directory, apply the changes from <code>./staging</code> 
and publish
+the changes to the PDFBox production website.</p>
+
+<h3 id="update-the-javadocs-for-pdfbox-2-x">Update the JavaDocs for PDFBOX 
2.x</h3>
+
+<p>To publish the javadocs follow these steps:</p>
+
+<p>Run</p>
+<div class="highlight"><pre><code class="language-" data-lang="">$ mvn clean 
javadoc:aggregate scm-publish:publish-scm
+</code></pre></div>
+<p>from the <code>&lt;SVN_ROOT&gt;/../pdfbox</code> directory.</p>
+
+<p>It uses the same <code>pdfbox-site</code> settings from above to connect to 
the repository.</p>
+
+<p class="alert alert-info">As <code>mvn clean</code> will delete the javadoc 
files download from the Apache CMS it's advised to configure 
<code>${svn.scmJavadocCheckoutDirectory}</code> to a local directory not below 
<code>./target</code>.</p>
+
+            </div>
+        </div>
+    </div>
+
+    <footer class="footer">
+        <div class="container"
+            <div class="row">
+                <div class="span3">
+                    <!-- nothing in here on purpose -->
+                </div>
+                <div class="span9">
+                    <p>Copyright © 2009&ndash;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.
+                        <br/>Apache PDFBox, PDFBox, Apache, the Apache feather 
logo and the Apache PDFBox project logos are trademarks of The Apache Software 
Foundation.</p>
+                </div>
+            </div>
+        </div>
+    </footer>
+
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+        
+        $(document).ready(function () {
+                $('[data-toggle="offcanvas"]').click(function () {
+                $('.row-offcanvas').toggleClass('active')
+            });
+        });
+        
+        $(function() {
+            // collapse tree nodes dynamically to support noscript
+            $('.sidebar-node').addClass('collapsed');
+            
+
+            // toggle expand/collapse
+            $('.sidebar-node > a').click(function(e) {
+                $(this).parent().toggleClass('collapsed');
+                e.preventDefault();
+            });
+
+            // preserve expand/collapse across page navigation
+            var path = document.location.pathname;
+            if (path.indexOf('/2.0') == 0) {
+                $('#v2-0').removeClass('collapsed');
+                if (path.indexOf('/2.0/cookbook') == 0) {
+                    $('#v2-0-cookbook').removeClass('collapsed');
+                }
+            } else {
+                $('#v1-8').removeClass('collapsed');
+                if (path.indexOf('/1.8/cookbook') == 0) {
+                    $('#v1-8-cookbook').removeClass('collapsed');
+                }
+            }
+
+        });
+    </script>
+
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/aa929f46/content/support.html
----------------------------------------------------------------------
diff --git a/content/support.html b/content/support.html
new file mode 100644
index 0000000..619bc49
--- /dev/null
+++ b/content/support.html
@@ -0,0 +1,247 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<!--
+     
+     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.
+     -->
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several command 
line utilities. Apache PDFBox is published under the Apache License v2.0.
+">
+
+    <title>Apache PDFBox | Support</title>
+
+    <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <link href="/assets/open-iconic/font/css/open-iconic-bootstrap.min.css" 
rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    
+    <link href="/css/site.css" rel="stylesheet">
+    
+    
+    
+     
+    
+    
+
+</head>
+
+<body>
+    <nav class="navbar navbar-default navbar-top">
+      <div class="container">
+        <div class="navbar-header">
+          <a href="/index.html">
+            <img class="logo" src="/images/logo-head.gif">
+          </a>
+          <p class="pull-right visible-xs">
+            <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Menu</button>
+          </p>
+        </div>
+      </div>
+    </nav>
+    
+    <div class="container">
+        
+        <div class="row row-offcanvas row-offcanvas-left">
+            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
+                
+                <ul class="sidebar">
+                    <li class="sidebar-header">Apache PDFBox</li>
+                    <li><a href="/index.html">Overview</a></li>
+                    <li><a href="/download.cgi">Downloads</a></li>
+                    
+                    <li class="sidebar-header">Community</li>
+                    <li><a href="/support.html">Support</a></li>
+                    <li><a href="/mailinglists.html">Mailing Lists</a></li>
+                    <li><a href="/team.html">Project Team</a></li>
+                    
+                    <li class="sidebar-header">Documentation</li>
+                    <li class="sidebar-node" id="v2-0">
+                        <a href="#">2.0.0 (trunk)</a>
+                        <ul>
+                            <li><a href="/2.0/migration.html">Migration 
Guide</a></li>
+                            <li><a href="/2.0/getting-started.html">Getting 
Started</a></li>
+                            <li><a href="/2.0/examples.html">Examples</a></li>
+                            <li><a 
href="/2.0/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v2-0-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/2.0/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/2.0.0-SNAPSHOT/javadocs/">API 
Docs</a></li>
+                        </ul>
+                    </li>
+                    <li class="sidebar-node" id="v1-8">
+                        <a href="#">1.8.10</a>
+                        <ul>
+                            <li><a 
href="/1.8/architecture.html">Architecture</a></li>
+                            <li><a 
href="/1.8/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v1-8-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/1.8/cookbook/documentcreation.html">Document Creation</a></li>
+                                    <li><a 
href="/1.8/cookbook/textextraction.html">Text Extraction</a></li>
+                                    <li><a 
href="/1.8/cookbook/encryption.html">Document Encryption</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithfonts.html">Working with Fonts</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithmetadata.html">Working with Metadata</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithattachments.html">Working with 
Attachments</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfavalidation.html">PDF/A Validation</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfacreation.html">Creating a PDF/A document</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/1.8/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/1.8.10/javadocs/">API 
Docs</a></li>
+                            <li><a href="/1.8/faq.html">FAQ</a></li>
+                        </ul>
+                    </li>
+                    
+                    <li class="sidebar-header">Development</li>
+                    <li><a href="/building.html">Building from Source</a></li>
+                    <li><a href="/codingconventions.html">Coding 
Conventions</a></li>
+                    <li><a href="/siteupdate.html">Update the Website</a></li> 
 
+                    <li><a 
href="https://builds.apache.org/view/All/job/PDFBox-trunk/";>Jenkins</a></li>
+                    <li><a href="https://travis-ci.org/apache/pdfbox";>Travis 
CI</a></li>
+                    <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor";>SonarQube</a></li>
+                    <li><a 
href="https://issues.apache.org/jira/browse/PDFBOX";>JIRA</a></li>
+                    <li><a href="/ideas.html">Ideas</a></li>
+                    <li><a href="/references.html">External Links</a></li>
+
+                    <li class="sidebar-header">Apache Software Foundation</li>
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="http://www.apache.org/foundation/thanks.html";>ASF Sponsors</a></li>
+                    <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+            </div>
+            <div class="col-xs-12 col-sm-9">
+                <h1 id="support">Support</h1>
+
+<h2 id="questions-about-how-to-use-pdfbox">Questions about How to use 
PDFBox</h2>
+
+<p>If you have questions about how to use PDFBox do ask on the <a 
href="/mailinglists.html" title="Subscribe to Mailing List">Users Mailing 
List</a>. This will get you help from the entire community.</p>
+
+<p>The PDFBox examples and the test code in the sources will also provide 
additional information.</p>
+
+<p>And there are additonal resources available on sites such as <a 
href="http://stackoverflow.com/search?q=pdfbox"; title="Stack Overflow">Stack 
Overflow</a>.</p>
+
+<h2 id="filing-a-bug-report-or-enhancement-request">Filing a bug report or 
enhancement request</h2>
+
+<p class="alert alert-info">Please refrain from immediately opening a ticket 
in the issue tracker unless 
+you are really certain it's a problem in the PDFBox software. Try using the 
Mailing Lists 
+before.</p>
+
+<p>If you are sure you have found a bug the please report the problem in our 
+<a href="https://issues.apache.org/jira/browse/PDFBOX";>Issue Tracker</a>. </p>
+
+<p><strong>Before you submit a bug there are several things you can try 
first</strong></p>
+
+<ul>
+<li>for issues with text extraction try if Adobe Reader can extract the 
text</li>
+<li>try the latest SNAPSHOT to see if it&#39;s fixed in the pre-release</li>
+<li>search the mailing list to see if has been discussed before</li>
+<li>check the issue tracker to see if the issue has already been reported</li>
+</ul>
+
+<p><strong>To help us resolving a bug quicker</strong></p>
+
+<ul>
+<li>attach the PDF that makes trouble by using &quot;More&quot;, &quot;Attach 
files&quot; in the issue tracker</li>
+<li>if your file is too large, upload it to a sharehoster, or use the PDFSplit 
application to isolate the troublesome page</li>
+<li>mention the PDFBox version you are using.</li>
+<li>attach the shortest possible code that reproduces the problem. Insert java 
code between {code}...{code}. Or try to reproduce the problem with the command 
line applications.</li>
+<li>mention what you were doing, what was the expected behaviour, and what 
happened instead</li>
+<li>provide a stack trace of an exception if there is one</li>
+<li>try using the non-sequential parser (loadNonSeq() instead of load(), and 
&quot;-nonSeq&quot; with the command line applications)</li>
+<li>search JIRA if your problem has been mentioned before.</li>
+<li>Be patient: all the people here are unpaid volunteers who work for you in 
their free time</li>
+</ul>
+
+<p><strong>And please DON&#39;T</strong></p>
+
+<ul>
+<li>upload files to a hoster that requires registration to read the file.</li>
+<li>create an issue in JIRA and then go on vacation so you won&#39;t repond to 
our questions / suggestions.</li>
+<li>ask &quot;how to&quot; questions in JIRA. Ask such questions on the 
mailing lists, on stackoverflow.com, and look at the sample and the test code 
in the sources.</li>
+<li>attach PDF files with confidential and/or personal data (name, DoB, bank 
data, health data, SSN) without getting permission from the client and/or the 
people mentioned on the PDF</li>
+<li>create issues about obsolete PDFBox versions</li>
+</ul>
+
+<p class="alert alert-info">We can sometimes solve problems without having the 
PDF, but it is difficult.</p>
+
+            </div>
+        </div>
+    </div>
+
+    <footer class="footer">
+        <div class="container"
+            <div class="row">
+                <div class="span3">
+                    <!-- nothing in here on purpose -->
+                </div>
+                <div class="span9">
+                    <p>Copyright © 2009&ndash;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.
+                        <br/>Apache PDFBox, PDFBox, Apache, the Apache feather 
logo and the Apache PDFBox project logos are trademarks of The Apache Software 
Foundation.</p>
+                </div>
+            </div>
+        </div>
+    </footer>
+
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+        
+        $(document).ready(function () {
+                $('[data-toggle="offcanvas"]').click(function () {
+                $('.row-offcanvas').toggleClass('active')
+            });
+        });
+        
+        $(function() {
+            // collapse tree nodes dynamically to support noscript
+            $('.sidebar-node').addClass('collapsed');
+            
+
+            // toggle expand/collapse
+            $('.sidebar-node > a').click(function(e) {
+                $(this).parent().toggleClass('collapsed');
+                e.preventDefault();
+            });
+
+            // preserve expand/collapse across page navigation
+            var path = document.location.pathname;
+            if (path.indexOf('/2.0') == 0) {
+                $('#v2-0').removeClass('collapsed');
+                if (path.indexOf('/2.0/cookbook') == 0) {
+                    $('#v2-0-cookbook').removeClass('collapsed');
+                }
+            } else {
+                $('#v1-8').removeClass('collapsed');
+                if (path.indexOf('/1.8/cookbook') == 0) {
+                    $('#v1-8-cookbook').removeClass('collapsed');
+                }
+            }
+
+        });
+    </script>
+
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/aa929f46/content/team.html
----------------------------------------------------------------------
diff --git a/content/team.html b/content/team.html
new file mode 100644
index 0000000..caa2db9
--- /dev/null
+++ b/content/team.html
@@ -0,0 +1,318 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<!--
+     
+     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.
+     -->
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several command 
line utilities. Apache PDFBox is published under the Apache License v2.0.
+">
+
+    <title>Apache PDFBox | Project Team</title>
+
+    <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <link href="/assets/open-iconic/font/css/open-iconic-bootstrap.min.css" 
rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    
+    <link href="/css/site.css" rel="stylesheet">
+    
+    
+    
+     
+    
+    
+
+</head>
+
+<body>
+    <nav class="navbar navbar-default navbar-top">
+      <div class="container">
+        <div class="navbar-header">
+          <a href="/index.html">
+            <img class="logo" src="/images/logo-head.gif">
+          </a>
+          <p class="pull-right visible-xs">
+            <button type="button" class="btn btn-primary btn-sm" 
data-toggle="offcanvas">Menu</button>
+          </p>
+        </div>
+      </div>
+    </nav>
+    
+    <div class="container">
+        
+        <div class="row row-offcanvas row-offcanvas-left">
+            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
+                
+                <ul class="sidebar">
+                    <li class="sidebar-header">Apache PDFBox</li>
+                    <li><a href="/index.html">Overview</a></li>
+                    <li><a href="/download.cgi">Downloads</a></li>
+                    
+                    <li class="sidebar-header">Community</li>
+                    <li><a href="/support.html">Support</a></li>
+                    <li><a href="/mailinglists.html">Mailing Lists</a></li>
+                    <li><a href="/team.html">Project Team</a></li>
+                    
+                    <li class="sidebar-header">Documentation</li>
+                    <li class="sidebar-node" id="v2-0">
+                        <a href="#">2.0.0 (trunk)</a>
+                        <ul>
+                            <li><a href="/2.0/migration.html">Migration 
Guide</a></li>
+                            <li><a href="/2.0/getting-started.html">Getting 
Started</a></li>
+                            <li><a href="/2.0/examples.html">Examples</a></li>
+                            <li><a 
href="/2.0/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v2-0-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/2.0/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/2.0.0-SNAPSHOT/javadocs/">API 
Docs</a></li>
+                        </ul>
+                    </li>
+                    <li class="sidebar-node" id="v1-8">
+                        <a href="#">1.8.10</a>
+                        <ul>
+                            <li><a 
href="/1.8/architecture.html">Architecture</a></li>
+                            <li><a 
href="/1.8/dependencies.html">Dependencies</a></li>
+                            <li class="sidebar-node" id="v1-8-cookbook">
+                                <a href="#">Cookbook</a>
+                                <ul>
+                                    <li><a 
href="/1.8/cookbook/documentcreation.html">Document Creation</a></li>
+                                    <li><a 
href="/1.8/cookbook/textextraction.html">Text Extraction</a></li>
+                                    <li><a 
href="/1.8/cookbook/encryption.html">Document Encryption</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithfonts.html">Working with Fonts</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithmetadata.html">Working with Metadata</a></li>
+                                    <li><a 
href="/1.8/cookbook/workingwithattachments.html">Working with 
Attachments</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfavalidation.html">PDF/A Validation</a></li>
+                                    <li><a 
href="/1.8/cookbook/pdfacreation.html">Creating a PDF/A document</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/1.8/commandline.html">Command Line 
Tools</a></li>
+                            <li><a href="/docs/1.8.10/javadocs/">API 
Docs</a></li>
+                            <li><a href="/1.8/faq.html">FAQ</a></li>
+                        </ul>
+                    </li>
+                    
+                    <li class="sidebar-header">Development</li>
+                    <li><a href="/building.html">Building from Source</a></li>
+                    <li><a href="/codingconventions.html">Coding 
Conventions</a></li>
+                    <li><a href="/siteupdate.html">Update the Website</a></li> 
 
+                    <li><a 
href="https://builds.apache.org/view/All/job/PDFBox-trunk/";>Jenkins</a></li>
+                    <li><a href="https://travis-ci.org/apache/pdfbox";>Travis 
CI</a></li>
+                    <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor";>SonarQube</a></li>
+                    <li><a 
href="https://issues.apache.org/jira/browse/PDFBOX";>JIRA</a></li>
+                    <li><a href="/ideas.html">Ideas</a></li>
+                    <li><a href="/references.html">External Links</a></li>
+
+                    <li class="sidebar-header">Apache Software Foundation</li>
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="http://www.apache.org/foundation/thanks.html";>ASF Sponsors</a></li>
+                    <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                </ul>
+            </div>
+            <div class="col-xs-12 col-sm-9">
+                <h1 id="project-team">Project Team</h1>
+
+<p>A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers,
+submitting patches and suggestions.</p>
+
+<p>The team is comprised of Members and Contributors. Members have direct 
access to the source of a project and actively evolve the code-base.
+Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded.
+Get involved today. All contributions to the project are greatly 
appreciated.</p>
+
+<h2 id="members">Members</h2>
+
+<p>The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.</p>
+
+<table><thead>
+<tr>
+<th>Id</th>
+<th>Name</th>
+<th>Roles</th>
+</tr>
+</thead><tbody>
+<tr>
+<td>adam</td>
+<td>Adam Nichols</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>lehmi</td>
+<td>Andreas Lehmkühler</td>
+<td>PMC Chair</td>
+</tr>
+<tr>
+<td>blitchfield</td>
+<td>Ben Litchfield</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>carrier</td>
+<td>Brian Carrier</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>danielwilson</td>
+<td>Daniel Wilson</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>gbailleul</td>
+<td>Guillaume Bailleul</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>jeremias</td>
+<td>Jeremias Maerki</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>koch</td>
+<td>Johannes Koch</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>jahewson</td>
+<td>John Hewson</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>kjackson</td>
+<td>Kevin Jackson</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>msahyoun</td>
+<td>Maruan Sahyoun</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>pkoch</td>
+<td>Phillipp Koch</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>tchojecki</td>
+<td>Thomas Chojecki</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>tboehme</td>
+<td>Timo Boehme</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>tilman</td>
+<td>Tilman Hausherr</td>
+<td>PMC Member</td>
+</tr>
+<tr>
+<td>vfed</td>
+<td>Villu Ruusmann</td>
+<td>PMC Member</td>
+</tr>
+</tbody></table>
+
+<h2 id="emeritus-members">Emeritus members</h2>
+
+<p>The following is a list of former developers going emeritus from the PDFBox 
PMC.</p>
+
+<table><thead>
+<tr>
+<th>Id</th>
+<th>Name</th>
+<th>Roles</th>
+</tr>
+</thead><tbody>
+<tr>
+<td>leleueri</td>
+<td>Eric Leleu</td>
+<td></td>
+</tr>
+<tr>
+<td>jukka</td>
+<td>Jukka Zitting</td>
+<td></td>
+</tr>
+</tbody></table>
+
+            </div>
+        </div>
+    </div>
+
+    <footer class="footer">
+        <div class="container"
+            <div class="row">
+                <div class="span3">
+                    <!-- nothing in here on purpose -->
+                </div>
+                <div class="span9">
+                    <p>Copyright © 2009&ndash;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.
+                        <br/>Apache PDFBox, PDFBox, Apache, the Apache feather 
logo and the Apache PDFBox project logos are trademarks of The Apache Software 
Foundation.</p>
+                </div>
+            </div>
+        </div>
+    </footer>
+
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="/bootstrap/js/bootstrap.min.js"></script>
+    <script type="text/javascript">
+        
+        $(document).ready(function () {
+                $('[data-toggle="offcanvas"]').click(function () {
+                $('.row-offcanvas').toggleClass('active')
+            });
+        });
+        
+        $(function() {
+            // collapse tree nodes dynamically to support noscript
+            $('.sidebar-node').addClass('collapsed');
+            
+
+            // toggle expand/collapse
+            $('.sidebar-node > a').click(function(e) {
+                $(this).parent().toggleClass('collapsed');
+                e.preventDefault();
+            });
+
+            // preserve expand/collapse across page navigation
+            var path = document.location.pathname;
+            if (path.indexOf('/2.0') == 0) {
+                $('#v2-0').removeClass('collapsed');
+                if (path.indexOf('/2.0/cookbook') == 0) {
+                    $('#v2-0-cookbook').removeClass('collapsed');
+                }
+            } else {
+                $('#v1-8').removeClass('collapsed');
+                if (path.indexOf('/1.8/cookbook') == 0) {
+                    $('#v1-8-cookbook').removeClass('collapsed');
+                }
+            }
+
+        });
+    </script>
+
+</body>
+
+</html>
\ No newline at end of file

Reply via email to