You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2010/10/26 11:27:54 UTC

svn commit: r1027414 - in /pdfbox/site: ./ publish/ publish/commandlineutilities/ publish/userguide/ publish/userguide/cookbook/ src/site/xdoc/

Author: jukka
Date: Tue Oct 26 09:27:52 2010
New Revision: 1027414

URL: http://svn.apache.org/viewvc?rev=1027414&view=rev
Log:
site: Apache PDFBox 1.3.1

Modified:
    pdfbox/site/pom.xml
    pdfbox/site/publish/commandlineutilities/ConvertColorspace.html
    pdfbox/site/publish/commandlineutilities/Decrypt.html
    pdfbox/site/publish/commandlineutilities/Encrypt.html
    pdfbox/site/publish/commandlineutilities/ExtractText.html
    pdfbox/site/publish/commandlineutilities/Overlay.html
    pdfbox/site/publish/commandlineutilities/PDFDebugger.html
    pdfbox/site/publish/commandlineutilities/PDFMerger.html
    pdfbox/site/publish/commandlineutilities/PDFReader.html
    pdfbox/site/publish/commandlineutilities/PDFSplit.html
    pdfbox/site/publish/commandlineutilities/PDFToImage.html
    pdfbox/site/publish/commandlineutilities/PrintPDF.html
    pdfbox/site/publish/commandlineutilities/TextToPDF.html
    pdfbox/site/publish/commandlineutilities/index.html
    pdfbox/site/publish/dependencies.html
    pdfbox/site/publish/download.html
    pdfbox/site/publish/index.html
    pdfbox/site/publish/mail-lists.html
    pdfbox/site/publish/references.html
    pdfbox/site/publish/userguide/bookmarks.html
    pdfbox/site/publish/userguide/building_pdfbox.html
    pdfbox/site/publish/userguide/cookbook.html
    pdfbox/site/publish/userguide/cookbook/creation.html
    pdfbox/site/publish/userguide/dot_net.html
    pdfbox/site/publish/userguide/faq.html
    pdfbox/site/publish/userguide/file_references.html
    pdfbox/site/publish/userguide/fonts.html
    pdfbox/site/publish/userguide/highlighting.html
    pdfbox/site/publish/userguide/index.html
    pdfbox/site/publish/userguide/metadata.html
    pdfbox/site/publish/userguide/redistribution.html
    pdfbox/site/publish/userguide/text_extraction.html
    pdfbox/site/publish/userguide/tutorials.html
    pdfbox/site/src/site/xdoc/download.xml

Modified: pdfbox/site/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/pom.xml?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/pom.xml (original)
+++ pdfbox/site/pom.xml Tue Oct 26 09:27:52 2010
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>pdfbox-site</artifactId>
-  <version>1.1.0</version>
+  <version>SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache PDFBox</name>
@@ -114,7 +114,7 @@
                                replace="">
                   <fileset dir="target/site" includes="**/*.html"/>
                 </replaceregexp>
-                <copy todir="publish">
+                <copy todir="publish" overwrite="true">
                   <fileset dir="target/site"/>
                 </copy>
                 <exec executable="svn">
@@ -137,67 +137,7 @@
     </plugins>
   </build>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.pdfbox</groupId>
-      <artifactId>fontbox</artifactId>
-      <version>1.1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.pdfbox</groupId>
-      <artifactId>jempbox</artifactId>
-      <version>1.1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-core</artifactId>
-      <version>2.4.1</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-demos</artifactId>
-      <version>2.4.1</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.1</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcmail-jdk15</artifactId>
-      <version>1.44</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15</artifactId>
-      <version>1.44</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>com.ibm.icu</groupId>
-      <artifactId>icu4j</artifactId>
-      <version>3.8</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
- <!-- Developers listed by PMC Chair, PMC all alphabetical-->
+  <!-- Developers listed by PMC Chair, PMC all alphabetical-->
   <developers>
     <developer>
         <id>adam</id>

Modified: pdfbox/site/publish/commandlineutilities/ConvertColorspace.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/ConvertColorspace.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/ConvertColorspace.html (original)
+++ pdfbox/site/publish/commandlineutilities/ConvertColorspace.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="convert PDF RGB to CMYK, java pdf, pdf colorspace, pdfbox, open source" />
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/Decrypt.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Decrypt.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Decrypt.html (original)
+++ pdfbox/site/publish/commandlineutilities/Decrypt.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/Encrypt.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Encrypt.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Encrypt.html (original)
+++ pdfbox/site/publish/commandlineutilities/Encrypt.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/ExtractText.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/ExtractText.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/ExtractText.html (original)
+++ pdfbox/site/publish/commandlineutilities/ExtractText.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="pdftotext, java pdftotext, pdfbox, pdf to text" />
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/Overlay.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Overlay.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Overlay.html (original)
+++ pdfbox/site/publish/commandlineutilities/Overlay.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/PDFDebugger.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFDebugger.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFDebugger.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFDebugger.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/PDFMerger.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFMerger.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFMerger.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFMerger.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/PDFReader.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFReader.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFReader.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFReader.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/PDFSplit.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFSplit.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFSplit.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFSplit.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/PDFToImage.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFToImage.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFToImage.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFToImage.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="pdf to image, java pdf image, image, pdfbox, open source" />
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/PrintPDF.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PrintPDF.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PrintPDF.html (original)
+++ pdfbox/site/publish/commandlineutilities/PrintPDF.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/TextToPDF.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/TextToPDF.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/TextToPDF.html (original)
+++ pdfbox/site/publish/commandlineutilities/TextToPDF.html Tue Oct 26 09:27:52 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
+<!-- Generated by Apache Maven Doxia -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,6 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -155,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                  <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/commandlineutilities/index.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/index.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/index.html (original)
+++ pdfbox/site/publish/commandlineutilities/index.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/dependencies.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/dependencies.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/dependencies.html (original)
+++ pdfbox/site/publish/dependencies.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/download.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/download.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/download.html (original)
+++ pdfbox/site/publish/download.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>
@@ -190,9 +184,8 @@
         There are several ways you can obtain the PDFBox binaries or sources:
       </p>
       <ul>
-        <li><a href="#pdfbox">Apache PDFBox 1.2.1</a></li>
-        <!-- <li><a href="#snapshot">Download a snapshot</a></li> -->
-        <li><a href="#subversion">Get the source from the Subversion repository</a></li>
+        <li><a href="#pdfbox">Apache PDFBox 1.3.1</a></li>
+        <li><a href="#subversion">Get the latest source from version control</a></li>
         <li><a href="#old-releases">Download old releases</a></li>
         <li><a href="#export">Export control information</a></li>
       </ul>
@@ -201,74 +194,85 @@
         related to the encryption features included in Apache PDFBox.
       </p>
     </div>
-    <a name="pdfbox"></a><div class="section"><h2 id="pdfbox">Apache PDFBox 1.2.1</h2>
+
+    <a name="pdfbox"></a><div class="section"><h2 id="pdfbox">Apache PDFBox 1.3.1</h2>
       <p>
-        PDFBox is an open source Java library for working with PDF documents.
+        Apache PDFBox is an open source Java library for working with
+        PDF documents.
       </p>
       <ul>
         <li>
-          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/pdfbox-1.2.1-src.zip">pdfbox-1.2.1-src.zip</a>
-          4.9MB, source archive,
-          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.2.1/pdfbox-1.2.1-src.zip.asc">PGP signature</a><br />
-          SHA1 checksum: <tt>01a70f0c6c502f7d86ed85b6b89723fc6d4b3c25</tt><br />
-          MD5 checksum: <tt>3c18d9f49527cf66c88ad7804a1b5d30</tt><br />
+          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/pdfbox-1.3.1-src.zip">pdfbox-1.3.1-src.zip</a>
+          7.1MB, source archive,
+          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.3.1/pdfbox-1.3.1-src.zip.asc">PGP signature</a><br />
+          SHA1 checksum: <tt>4222ee42657f3789bc3e15668db75cb485a93a84</tt><br />
+          MD5 checksum: <tt>ccfbf775bb6edb8e6e7564d1ae6785ab</tt><br />
         </li>
         <li>
-          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/pdfbox-app-1.2.1.jar">pdfbox-app-1.2.1.jar</a>
-          11MB, pre-built standalone binary,
-          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.2.1/pdfbox-app-1.2.1.jar.asc">PGP signature</a><br />
-          SHA1 checksum: <tt>98baab6b396ea3964100c2c693a63d39d2bb4fd1</tt><br />
-          MD5 checksum: <tt>6143328767d8fe2431d19b6185b5db2d</tt><br />
+          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/pdfbox-app-1.3.1.jar">pdfbox-app-1.3.1.jar</a>
+          9.5MB, pre-built standalone binary,
+          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.3.1/pdfbox-app-1.3.1.jar.asc">PGP signature</a><br />
+          SHA1 checksum: <tt>43c3c639f58cd3b1481c53d02bafa33ae5ddf7c5</tt><br />
+          MD5 checksum: <tt>ed3e2cca69a1b5486513c2b358865b71</tt><br />
         </li>
         <li>
-          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/pdfbox-1.2.1.jar">pdfbox-1.2.1.jar</a>
-          4.5MB, pre-built binary,
-          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.2.1/pdfbox-1.2.1.jar.asc">PGP signature</a><br />
-          SHA1 checksum: <tt>154bc15085656bec1cb9f6622878eacc0a75542b</tt><br />
-          MD5 checksum: <tt>5d34677b76b4b29baae5502ca8a2b403</tt><br />
+          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/pdfbox-1.3.1.jar">pdfbox-1.3.1.jar</a>
+          3.3MB, pre-built binary,
+          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.3.1/pdfbox-1.3.1.jar.asc">PGP signature</a><br />
+          SHA1 checksum: <tt>c718ed12a9b434a7c0ef642ea9742c3cfd6b4722</tt><br />
+          MD5 checksum: <tt>e7afe4b91b47f7ac86d4413fc874a141</tt><br />
         </li>
         <li>
-          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/fontbox-1.2.1.jar">fontbox-1.2.1.jar</a>
-          163KB, pre-built binary,
-          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.2.1/fontbox-1.2.1.jar.asc">PGP signature</a><br />
-          SHA1 checksum: <tt>caa0b9ce7b6cb7fc5968e120df8a78b92d42c481</tt><br />
-          MD5 checksum: <tt>481181cfa9eb821912d70dfe3aa1643a</tt><br />
+          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/fontbox-1.3.1.jar">fontbox-1.3.1.jar</a>
+          169KB, pre-built binary,
+          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.3.1/fontbox-1.3.1.jar.asc">PGP signature</a><br />
+          SHA1 checksum: <tt>cde946c7c6179c1bee297644d7580a1007e2af23</tt><br />
+          MD5 checksum: <tt>7445d0d6f995654aca42d1420f89af5e</tt><br />
         </li>
         <li>
-          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/jempbox-1.2.1.jar">jempbox-1.2.1.jar</a>
+          <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/jempbox-1.3.1.jar">jempbox-1.3.1.jar</a>
           50KB, pre-built binary,
-          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.2.1/jempbox-1.2.1.jar.asc">PGP signature</a><br />
-          SHA1 checksum: <tt>7bd9c094c9f0d00b16edf6c922bc025bccf6766b</tt><br />
-          MD5 checksum: <tt>71edc95dae44540155eb1fe9a4a45d6b</tt><br />
+          <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.3.1/jempbox-1.3.1.jar.asc">PGP signature</a><br />
+          SHA1 checksum: <tt>770aa0a1eb682dbf59d97d36477ad1df9ad6a08a</tt><br />
+          MD5 checksum: <tt>8a3fedb5eb761b5ec78b2805dcb5d093</tt><br />
         </li>
       </ul>
       <p>
-        PDFBox 1.2.1 is a patch release that fixes issues reported against
-        the earlier 1.2.0 release, most notably a performance regression
-        caused by repeated attempts to load missing font metrics
-        (<a class="externalLink" href="https://issues.apache.org/jira/browse/PDFBOX-765">PDFBOX-765</a>).
+        PDFBox 1.3 is an incremental feature release based on earlier
+        releases. This release contains many improvements and fixes
+        especially related to handling of fonts, colors and malformed PDFs.
+        Another notable change is the inclusion of updated CMap files
+        released by Adobe under a BSD license.
+      </p>
+      <p>
+        PDFBox 1.3.1 fixes a memory use regression detected in the 1.3.0
+        release candidate. This release also contains a fix for the handling
+        of indexed images in encrypted PDFs.
       </p>
       <p>
-        See the <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.2.1/RELEASE-NOTES.txt">
-        release notes</a> for more details.
+        See the
+        <a class="externalLink" href="http://www.apache.org/dist/pdfbox/1.3.1/RELEASE-NOTES.txt">release notes</a> for more details.
       </p>
     </div>
-    <!-- TODO Enable me when available
-    <section id="snapshot">
-      <title>Download a snapshot</title>
-    </section> -->
-    <a name="subversion"></a><div class="section"><h2 id="subversion">Subversion Repository</h2>
+
+    <a name="subversion"></a><div class="section"><h2 id="subversion">Get the latest source from version control</h2>
       <p>
-        To fetch the latest source code from the trunk in the Subversion repository,
-        just run the following command:
+        To fetch the latest source code from the trunk in the Subversion
+        repository, just run the following command:
       </p>
       <div class="source"><pre>svn checkout <a class="externalLink" href="http://svn.apache.org/repos/asf/pdfbox/trunk/">http://svn.apache.org/repos/asf/pdfbox/trunk/</a></pre></div>
-     
+
       <p>
         You can also browse the Subversion repository using ViewVC at
         <a class="externalLink" href="http://svn.apache.org/viewvc/pdfbox/">http://svn.apache.org/viewvc/pdfbox/</a>.
       </p>
+
+      <p>
+        A Git mirror of PDFBox is available at
+        <a class="externalLink" href="http://git.apache.org/">git.apache.org</a>.
+      </p>
     </div>
+
     <a name="old-releases"></a><div class="section"><h2 id="old-releases">Download old releases</h2>
       <p>
         Past Apache releases (starting with version 0.8.0-incubating) are
@@ -286,6 +290,7 @@
         <a class="externalLink" href="http://sourceforge.net/project/showfiles.php?group_id=78314">http://sourceforge.net/project/showfiles.php?group_id=78314</a>
       </p>
     </div>
+
     <a name="export"></a><div class="section"><h2 id="export">Export control information</h2>
       <p>
         This distribution includes cryptographic software. The country in

Modified: pdfbox/site/publish/index.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/index.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/index.html (original)
+++ pdfbox/site/publish/index.html Tue Oct 26 09:27:52 2010
@@ -154,32 +154,6 @@
                           <a href="userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                        <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-            <strong>About</strong>
-          </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
-            </li>
-                      <li class="none">
-                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                      <li class="none">
-                          <a href="license.html" title="Project License">Project License</a>
-            </li>
-                      <li class="none">
-                          <a href="team-list.html" title="Project Team">Project Team</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Repository">Source Repository</a>
-            </li>
-              </ul>
-        </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/mail-lists.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/mail-lists.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/mail-lists.html (original)
+++ pdfbox/site/publish/mail-lists.html Tue Oct 26 09:27:52 2010
@@ -154,32 +154,6 @@
                           <a href="userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                                        <li class="expanded">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                    <ul>
-                      <li class="none">
-                          <a href="index.html" title="About">About</a>
-            </li>
-                      <li class="none">
-                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
-            </li>
-                      <li class="none">
-            <strong>Mailing Lists</strong>
-          </li>
-                      <li class="none">
-                          <a href="license.html" title="Project License">Project License</a>
-            </li>
-                      <li class="none">
-                          <a href="team-list.html" title="Project Team">Project Team</a>
-            </li>
-                      <li class="none">
-                          <a href="source-repository.html" title="Source Repository">Source Repository</a>
-            </li>
-              </ul>
-        </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/references.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/references.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/references.html (original)
+++ pdfbox/site/publish/references.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/bookmarks.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/bookmarks.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/bookmarks.html (original)
+++ pdfbox/site/publish/userguide/bookmarks.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/building_pdfbox.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/building_pdfbox.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/building_pdfbox.html (original)
+++ pdfbox/site/publish/userguide/building_pdfbox.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/cookbook.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/cookbook.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/cookbook.html (original)
+++ pdfbox/site/publish/userguide/cookbook.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/cookbook/creation.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/cookbook/creation.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/cookbook/creation.html (original)
+++ pdfbox/site/publish/userguide/cookbook/creation.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/dot_net.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/dot_net.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/dot_net.html (original)
+++ pdfbox/site/publish/userguide/dot_net.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/faq.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/faq.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/faq.html (original)
+++ pdfbox/site/publish/userguide/faq.html Tue Oct 26 09:27:52 2010
@@ -153,12 +153,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/file_references.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/file_references.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/file_references.html (original)
+++ pdfbox/site/publish/userguide/file_references.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/fonts.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/fonts.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/fonts.html (original)
+++ pdfbox/site/publish/userguide/fonts.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/highlighting.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/highlighting.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/highlighting.html (original)
+++ pdfbox/site/publish/userguide/highlighting.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/index.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/index.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/index.html (original)
+++ pdfbox/site/publish/userguide/index.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/metadata.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/metadata.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/metadata.html (original)
+++ pdfbox/site/publish/userguide/metadata.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/redistribution.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/redistribution.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/redistribution.html (original)
+++ pdfbox/site/publish/userguide/redistribution.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/text_extraction.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/text_extraction.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/text_extraction.html (original)
+++ pdfbox/site/publish/userguide/text_extraction.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
             <strong>Text Extraction</strong>
           </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/publish/userguide/tutorials.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/userguide/tutorials.html?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/publish/userguide/tutorials.html (original)
+++ pdfbox/site/publish/userguide/tutorials.html Tue Oct 26 09:27:52 2010
@@ -154,12 +154,6 @@
                           <a href="../userguide/text_extraction.html" title="Text Extraction">Text Extraction</a>
             </li>
           </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                                                                              <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
       </a>

Modified: pdfbox/site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/download.xml?rev=1027414&r1=1027413&r2=1027414&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/download.xml (original)
+++ pdfbox/site/src/site/xdoc/download.xml Tue Oct 26 09:27:52 2010
@@ -27,11 +27,8 @@
         There are several ways you can obtain the PDFBox binaries or sources:
       </p>
       <ul>
-        <li><a href="#pdfbox">Apache PDFBox 1.2.1</a></li>
-        <!--
-        <li><a href="#snapshot">Download a snapshot</a></li>
-        -->
-        <li><a href="#subversion">Get the source from the Subversion repository</a></li>
+        <li><a href="#pdfbox">Apache PDFBox 1.3.1</a></li>
+        <li><a href="#subversion">Get the latest source from version control</a></li>
         <li><a href="#old-releases">Download old releases</a></li>
         <li><a href="#export">Export control information</a></li>
       </ul>
@@ -40,84 +37,96 @@
         related to the encryption features included in Apache PDFBox.
       </p>
     </section>
-    <section id="pdfbox" name="Apache PDFBox 1.2.1">
+
+    <section id="pdfbox" name="Apache PDFBox 1.3.1">
       <p>
-        PDFBox is an open source Java library for working with PDF documents.
+        Apache PDFBox is an open source Java library for working with
+        PDF documents.
       </p>
       <ul>
         <li>
-          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/pdfbox-1.2.1-src.zip"
-            >pdfbox-1.2.1-src.zip</a>
-          4.9MB, source archive,
-          <a href="http://www.apache.org/dist/pdfbox/1.2.1/pdfbox-1.2.1-src.zip.asc"
+          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/pdfbox-1.3.1-src.zip"
+            >pdfbox-1.3.1-src.zip</a>
+          7.1MB, source archive,
+          <a href="http://www.apache.org/dist/pdfbox/1.3.1/pdfbox-1.3.1-src.zip.asc"
             >PGP signature</a><br/>
-          SHA1 checksum: <code>01a70f0c6c502f7d86ed85b6b89723fc6d4b3c25</code><br/>
-          MD5 checksum: <code>3c18d9f49527cf66c88ad7804a1b5d30</code><br/>
+          SHA1 checksum: <code>4222ee42657f3789bc3e15668db75cb485a93a84</code><br/>
+          MD5 checksum: <code>ccfbf775bb6edb8e6e7564d1ae6785ab</code><br/>
         </li>
         <li>
-          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/pdfbox-app-1.2.1.jar"
-            >pdfbox-app-1.2.1.jar</a>
-          11MB, pre-built standalone binary,
-          <a href="http://www.apache.org/dist/pdfbox/1.2.1/pdfbox-app-1.2.1.jar.asc"
+          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/pdfbox-app-1.3.1.jar"
+            >pdfbox-app-1.3.1.jar</a>
+          9.5MB, pre-built standalone binary,
+          <a href="http://www.apache.org/dist/pdfbox/1.3.1/pdfbox-app-1.3.1.jar.asc"
             >PGP signature</a><br/>
-          SHA1 checksum: <code>98baab6b396ea3964100c2c693a63d39d2bb4fd1</code><br/>
-          MD5 checksum: <code>6143328767d8fe2431d19b6185b5db2d</code><br/>
+          SHA1 checksum: <code>43c3c639f58cd3b1481c53d02bafa33ae5ddf7c5</code><br/>
+          MD5 checksum: <code>ed3e2cca69a1b5486513c2b358865b71</code><br/>
         </li>
         <li>
-          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/pdfbox-1.2.1.jar"
-            >pdfbox-1.2.1.jar</a>
-          4.5MB, pre-built binary,
-          <a href="http://www.apache.org/dist/pdfbox/1.2.1/pdfbox-1.2.1.jar.asc"
+          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/pdfbox-1.3.1.jar"
+            >pdfbox-1.3.1.jar</a>
+          3.3MB, pre-built binary,
+          <a href="http://www.apache.org/dist/pdfbox/1.3.1/pdfbox-1.3.1.jar.asc"
             >PGP signature</a><br/>
-          SHA1 checksum: <code>154bc15085656bec1cb9f6622878eacc0a75542b</code><br/>
-          MD5 checksum: <code>5d34677b76b4b29baae5502ca8a2b403</code><br/>
+          SHA1 checksum: <code>c718ed12a9b434a7c0ef642ea9742c3cfd6b4722</code><br/>
+          MD5 checksum: <code>e7afe4b91b47f7ac86d4413fc874a141</code><br/>
         </li>
         <li>
-          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/fontbox-1.2.1.jar"
-            >fontbox-1.2.1.jar</a>
-          163KB, pre-built binary,
-          <a href="http://www.apache.org/dist/pdfbox/1.2.1/fontbox-1.2.1.jar.asc"
+          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/fontbox-1.3.1.jar"
+            >fontbox-1.3.1.jar</a>
+          169KB, pre-built binary,
+          <a href="http://www.apache.org/dist/pdfbox/1.3.1/fontbox-1.3.1.jar.asc"
             >PGP signature</a><br/>
-          SHA1 checksum: <code>caa0b9ce7b6cb7fc5968e120df8a78b92d42c481</code><br/>
-          MD5 checksum: <code>481181cfa9eb821912d70dfe3aa1643a</code><br/>
+          SHA1 checksum: <code>cde946c7c6179c1bee297644d7580a1007e2af23</code><br/>
+          MD5 checksum: <code>7445d0d6f995654aca42d1420f89af5e</code><br/>
         </li>
         <li>
-          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.2.1/jempbox-1.2.1.jar"
-            >jempbox-1.2.1.jar</a>
+          <a href="http://www.apache.org/dyn/closer.cgi/pdfbox/1.3.1/jempbox-1.3.1.jar"
+            >jempbox-1.3.1.jar</a>
           50KB, pre-built binary,
-          <a href="http://www.apache.org/dist/pdfbox/1.2.1/jempbox-1.2.1.jar.asc"
+          <a href="http://www.apache.org/dist/pdfbox/1.3.1/jempbox-1.3.1.jar.asc"
             >PGP signature</a><br/>
-          SHA1 checksum: <code>7bd9c094c9f0d00b16edf6c922bc025bccf6766b</code><br/>
-          MD5 checksum: <code>71edc95dae44540155eb1fe9a4a45d6b</code><br/>
+          SHA1 checksum: <code>770aa0a1eb682dbf59d97d36477ad1df9ad6a08a</code><br/>
+          MD5 checksum: <code>8a3fedb5eb761b5ec78b2805dcb5d093</code><br/>
         </li>
       </ul>
       <p>
-        PDFBox 1.2.1 is a patch release that fixes issues reported against
-        the earlier 1.2.0 release, most notably a performance regression
-        caused by repeated attempts to load missing font metrics
-        (<a href="https://issues.apache.org/jira/browse/PDFBOX-765">PDFBOX-765</a>).
+        PDFBox 1.3 is an incremental feature release based on earlier
+        releases. This release contains many improvements and fixes
+        especially related to handling of fonts, colors and malformed PDFs.
+        Another notable change is the inclusion of updated CMap files
+        released by Adobe under a BSD license.
       </p>
       <p>
-        See the <a href="http://www.apache.org/dist/pdfbox/1.2.1/RELEASE-NOTES.txt">
-        release notes</a> for more details.
+        PDFBox 1.3.1 fixes a memory use regression detected in the 1.3.0
+        release candidate. This release also contains a fix for the handling
+        of indexed images in encrypted PDFs.
+      </p>
+      <p>
+        See the
+        <a href="http://www.apache.org/dist/pdfbox/1.3.1/RELEASE-NOTES.txt"
+          >release notes</a> for more details.
       </p>
     </section>
-    <!-- TODO Enable me when available
-    <section id="snapshot">
-      <title>Download a snapshot</title>
-    </section> -->
-    <section id="subversion" name="Subversion Repository">
+
+    <section id="subversion" name="Get the latest source from version control">
       <p>
-        To fetch the latest source code from the trunk in the Subversion repository,
-        just run the following command:
+        To fetch the latest source code from the trunk in the Subversion
+        repository, just run the following command:
       </p>
       <source>svn checkout <a href="http://svn.apache.org/repos/asf/pdfbox/trunk/">http://svn.apache.org/repos/asf/pdfbox/trunk/</a></source>
-     
+
       <p>
         You can also browse the Subversion repository using ViewVC at
         <a href="http://svn.apache.org/viewvc/pdfbox/">http://svn.apache.org/viewvc/pdfbox/</a>.
       </p>
+
+      <p>
+        A Git mirror of PDFBox is available at
+        <a href="http://git.apache.org/">git.apache.org</a>.
+      </p>
     </section>
+
     <section id="old-releases" name="Download old releases">
       <p>
         Past Apache releases (starting with version 0.8.0-incubating) are
@@ -136,6 +145,7 @@
         <a href="http://sourceforge.net/project/showfiles.php?group_id=78314">http://sourceforge.net/project/showfiles.php?group_id=78314</a>
       </p>
     </section>
+
     <section id="export" name="Export control information">
       <p>
         This distribution includes cryptographic software. The country in