You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2015/10/22 16:08:55 UTC

svn commit: r969869 [5/5] - in /websites/production/pdfbox/content: ./ 1.8/ 1.8/cookbook/ 2.0/ 2.0/cookbook/ assets/open-iconic/ assets/open-iconic/font/css/ bootstrap/css/ bootstrap/js/ css/ errors/

Modified: websites/production/pdfbox/content/siteupdate.html
==============================================================================
--- websites/production/pdfbox/content/siteupdate.html (original)
+++ websites/production/pdfbox/content/siteupdate.html Thu Oct 22 14:08:54 2015
@@ -23,6 +23,8 @@
     <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>
 
@@ -37,6 +39,7 @@
      
     
     
+    
     <!-- Twitter Bootstrap and jQuery after this line. -->
     <script src="//code.jquery.com/jquery-latest.js"></script>
     <script src="/bootstrap/js/bootstrap.min.js"></script>
@@ -156,41 +159,34 @@
                 </ul>
             </div>
             <div class="col-xs-9">
-                 <style type="text/css">
-/* The following code is added by mdx_elementid.py
-   It was originally lifted from http://subversion.apache.org/style/site.css */
-/*
- * Hide class="elementid-permalink", except when an enclosing heading
- * has the :hover property.
- */
-.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 }</style>
-<h1 id="update-the-javadocs-for-pdfbox-2x">Update the JavaDocs for PDFBOX 2.x<a class="headerlink" href="#update-the-javadocs-for-pdfbox-2x" title="Permanent link">&para;</a></h1>
-<h2 id="contribute">Contribute<a class="headerlink" href="#contribute" title="Permanent link">&para;</a></h2>
+                <h1 id="update-the-javadocs-for-pdfbox-2-x">Update the JavaDocs for PDFBOX 2.x</h1>
+
+<h2 id="contribute">Contribute</h2>
+
 <p>If you would like to submit a javadoc patch through Jira, please open a ticket at our <a href="https://issues.apache.org/jira/browse/PDFBOX">Issue Tracker</a> and use <code>Documentation</code> for the <code>Component</code>.</p>
-<h2 id="publish-for-committers-only">Publish (for committers only)<a class="headerlink" href="#publish-for-committers-only" title="Permanent link">&para;</a></h2>
-<p>To publish the javadocs follow these steps:</p>
-<p>Add the following server configuration in your ~/.m2/settings.xml file</p>
-<div class="codehilite"><pre><span class="nt">&lt;server&gt;</span>
-  <span class="nt">&lt;id&gt;</span>pdfbox-site<span class="nt">&lt;/id&gt;</span>
-  <span class="nt">&lt;username&gt;</span>** USERNAME **<span class="nt">&lt;/username&gt;</span>
-  <span class="nt">&lt;password&gt;</span>** PASSWORD **<span class="nt">&lt;/password&gt;</span>
-<span class="nt">&lt;/server&gt;</span>
-</pre></div>
 
+<h2 id="publish-for-committers-only">Publish (for committers only)</h2>
 
+<p>To publish the javadocs follow these steps:</p>
+
+<p>Add the following server configuration in your ~/.m2/settings.xml file</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">&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>Run</p>
-<div class="codehilite"><pre>$ <span class="n">mvn</span> <span class="n">clean</span> <span class="n">javadoc</span><span class="p">:</span><span class="n">aggregate</span> <span class="n">scm</span><span class="o">-</span><span class="n">publish</span><span class="p">:</span><span class="n">publish</span><span class="o">-</span><span class="n">scm</span>
-</pre></div>
+<div class="highlight"><pre><code class="language-text" data-lang="text">$ mvn clean javadoc:aggregate scm-publish:publish-scm
+</code></pre></div>
+<p>from the <code>&lt;SVN_ROOT&gt;/../pdfbox</code> directory.</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>
 
-<p>from the <code>&lt;SVN_ROOT&gt;/../pdfbox</code> directory.</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>
@@ -210,4 +206,4 @@ h2:hover > .headerlink, h3:hover > .head
     </footer>
 </body>
 
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/pdfbox/content/support.html
==============================================================================
--- websites/production/pdfbox/content/support.html (original)
+++ websites/production/pdfbox/content/support.html Thu Oct 22 14:08:54 2015
@@ -23,6 +23,8 @@
     <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>
 
@@ -37,6 +39,7 @@
      
     
     
+    
     <!-- Twitter Bootstrap and jQuery after this line. -->
     <script src="//code.jquery.com/jquery-latest.js"></script>
     <script src="/bootstrap/js/bootstrap.min.js"></script>
@@ -156,57 +159,60 @@
                 </ul>
             </div>
             <div class="col-xs-9">
-                 <style type="text/css">
-/* The following code is added by mdx_elementid.py
-   It was originally lifted from http://subversion.apache.org/style/site.css */
-/*
- * Hide class="elementid-permalink", except when an enclosing heading
- * has the :hover property.
- */
-.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 }</style>
-<h1 id="support">Support<a class="headerlink" href="#support" title="Permanent link">&para;</a></h1>
-<h2 id="questions-about-how-to-use-pdfbox">Questions about How to use PDFBox<a class="headerlink" href="#questions-about-how-to-use-pdfbox" title="Permanent link">&para;</a></h2>
+                <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="Subsribe 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<a class="headerlink" href="#filing-a-bug-report-or-enhancement-request" title="Permanent link">&para;</a></h2>
+
+<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's fixed in the pre-release</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 "More", "Attach files" in the issue tracker</li>
+<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 "-nonSeq" with the command line applications)</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'T</strong></p>
+
+<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't repond to our questions / suggestions.</li>
-<li>ask "how to" 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>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> 
+
+<p class="alert alert-info">We can sometimes solve problems without having the PDF, but it is difficult.</p>
+
             </div>
         </div>
     </div>
@@ -226,4 +232,4 @@ before.</p>
     </footer>
 </body>
 
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/pdfbox/content/team.html
==============================================================================
--- websites/production/pdfbox/content/team.html (original)
+++ websites/production/pdfbox/content/team.html Thu Oct 22 14:08:54 2015
@@ -23,6 +23,8 @@
     <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>
 
@@ -37,6 +39,7 @@
      
     
     
+    
     <!-- Twitter Bootstrap and jQuery after this line. -->
     <script src="//code.jquery.com/jquery-latest.js"></script>
     <script src="/bootstrap/js/bootstrap.min.js"></script>
@@ -156,34 +159,26 @@
                 </ul>
             </div>
             <div class="col-xs-9">
-                 <style type="text/css">
-/* The following code is added by mdx_elementid.py
-   It was originally lifted from http://subversion.apache.org/style/site.css */
-/*
- * Hide class="elementid-permalink", except when an enclosing heading
- * has the :hover property.
- */
-.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 }</style>
-<h1 id="project-team">Project Team<a class="headerlink" href="#project-team" title="Permanent link">&para;</a></h1>
+                <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<a class="headerlink" href="#members" title="Permanent link">&para;</a></h2>
+
+<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 class="table">
-<thead>
+
+<table><thead>
 <tr>
 <th>Id</th>
 <th>Name</th>
 <th>Roles</th>
 </tr>
-</thead>
-<tbody>
+</thead><tbody>
 <tr>
 <td>adam</td>
 <td>Adam Nichols</td>
@@ -264,19 +259,19 @@ Get involved today. All contributions to
 <td>Villu Ruusmann</td>
 <td>PMC Member</td>
 </tr>
-</tbody>
-</table>
-<h2 id="emeritus-members">Emeritus members<a class="headerlink" href="#emeritus-members" title="Permanent link">&para;</a></h2>
+</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 class="table">
-<thead>
+
+<table><thead>
 <tr>
 <th>Id</th>
 <th>Name</th>
-<th></th>
+<th>Roles</th>
 </tr>
-</thead>
-<tbody>
+</thead><tbody>
 <tr>
 <td>leleueri</td>
 <td>Eric Leleu</td>
@@ -287,8 +282,8 @@ Get involved today. All contributions to
 <td>Jukka Zitting</td>
 <td></td>
 </tr>
-</tbody>
-</table> 
+</tbody></table>
+
             </div>
         </div>
     </div>
@@ -308,4 +303,4 @@ Get involved today. All contributions to
     </footer>
 </body>
 
-</html>
+</html>
\ No newline at end of file