You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2009/09/22 17:50:22 UTC

svn commit: r817704 - /incubator/pdfbox/trunk/website/src/documentation/content/xdocs/download.xml

Author: lehmi
Date: Tue Sep 22 15:50:22 2009
New Revision: 817704

URL: http://svn.apache.org/viewvc?rev=817704&view=rev
Log:
adding pdfbox download to website

Modified:
    incubator/pdfbox/trunk/website/src/documentation/content/xdocs/download.xml

Modified: incubator/pdfbox/trunk/website/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/website/src/documentation/content/xdocs/download.xml?rev=817704&r1=817703&r2=817704&view=diff
==============================================================================
--- incubator/pdfbox/trunk/website/src/documentation/content/xdocs/download.xml (original)
+++ incubator/pdfbox/trunk/website/src/documentation/content/xdocs/download.xml Tue Sep 22 15:50:22 2009
@@ -43,10 +43,61 @@
     <section id="pdfbox">
       <title>Download Apache PDFBox</title>
       <p>
-        No releases of Apache PDFBox are yet available. You can build the
-        latest sources from <a href="#subversion">Subversion</a> or download
-        one of the <a href="#old-releases">old releases</a> available on
-        SourceForge.
+        PDFBox is an open source Java library for working with PDF documents.
+      </p>
+      <table>
+        <tr>
+          <th>Download</th>
+          <th>Size</th>
+          <th>Verify</th>
+        </tr>
+        <tr>
+          <td>
+            <a href="http://www.apache.org/dyn/closer.cgi/incubator/pdfbox/pdfbox/source/pdfbox-0.8.0-incubating-src.jar"
+              >pdfbox-0.8.0-incubating-src.jar</a> (source archive)</td>
+          <td>4.7MB</td>
+          <td>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/source/pdfbox-0.8.0-incubating-src.jar.asc">PGP</a>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/source/pdfbox-0.8.0-incubating-src.jar.md5">MD5</a>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/source/pdfbox-0.8.0-incubating-src.jar.sha">SHA1</a>
+          </td>
+        </tr>
+        <tr>
+          <td>
+            <a href="http://www.apache.org/dyn/closer.cgi/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating.jar"
+              >pdfbox-0.8.0-incubating.jar</a> (pre-built binary)</td>
+          <td>4.4MB</td>
+          <td>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating.jar.asc">PGP</a>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating.jar.md5">MD5</a>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating.jar.sha">SHA1</a>
+          </td>
+        </tr>
+        <tr>
+          <td>
+            <a href="http://www.apache.org/dyn/closer.cgi/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating-standalone.jar"
+              >pdfbox-0.8.0-incubating-standalone.jar</a> (pre-built standalone binary)</td>
+          <td>14.8MB</td>
+          <td>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating-standalone.jar.asc">PGP</a>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating-standalone.jar.md5">MD5</a>
+            <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/binaries/pdfbox-0.8.0-incubating-standalone.jar.sha">SHA1</a>
+          </td>
+        </tr>
+      </table>
+      <p>
+        This 0.8.0-incubating release is the first PDFBox release made at the
+        Apache Software Foundation. There are a lot of changes since the last 
+        version. See the release notes below for further details. If you've used
+        PDFBox before, you need to update all your client code to use the renamed 
+        PDFBox packages.
+      </p>
+      <p>
+        The -incubating label included in the version number reflects the incubation 
+        status of the project. See the disclaimer below for more about incubation.
+      </p>
+      <p>
+        See the <a href="http://www.apache.org/dist/incubator/pdfbox/pdfbox/RELEASE-NOTES-0.8.0-incubating.txt">release notes</a> for more details.
       </p>
     </section>
     <section id="fontbox">