Repository: pdfbox-docs
Updated Branches:
  refs/heads/asf-site f0de2c77a -> a6d404325


Site checkin for project Apache PDFBox Website


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/a6d40432
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/a6d40432
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/a6d40432

Branch: refs/heads/asf-site
Commit: a6d4043252c2cde334e2463924cc4ea8045c878f
Parents: f0de2c7
Author: Andreas Lehmkühler <andr...@lehmi.de>
Authored: Fri Jun 22 19:35:12 2018 +0200
Committer: Andreas Lehmkühler <andr...@lehmi.de>
Committed: Fri Jun 22 19:35:12 2018 +0200

----------------------------------------------------------------------
 content/building.html |  6 +++++-
 content/download.html | 33 ++-------------------------------
 2 files changed, 7 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a6d40432/content/building.html
----------------------------------------------------------------------
diff --git a/content/building.html b/content/building.html
index ad41a09..8142e90 100644
--- a/content/building.html
+++ b/content/building.html
@@ -163,13 +163,17 @@
 
 <h2 id="obtaining-the-source">Obtaining the Source</h2>
 
-<p>You can obtain the latest source of PDFBox from our <a 
href="http://pdfbox.apache.org/download.cgi";>SVN repo</a> The current trunk is 
v3.0.0-SNAPSHOT. There is a seperate branch for the 1.8.x series. You can fetch 
the latest 2.0 trunk using Subversion:</p>
+<p>You can obtain the latest source of PDFBox from our <a 
href="http://svn.apache.org/repos/asf/pdfbox/";>SVN repo</a>. The current trunk 
is 3.0.0-SNAPSHOT. There is a separate branch for the 1.8.x and the 2.0.x 
series. You can fetch the latest trunk version using Subversion:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>svn checkout 
http://svn.apache.org/repos/asf/pdfbox/trunk/
 cd trunk
 </code></pre>
 </div>
 
+<p>You can also browse the Subversion repository using <a 
href="https://svn.apache.org/viewvc/pdfbox/";>ViewVC</a>.</p>
+
+<p>We also have a read-only <a href="https://git.apache.org/";>Git mirror</a> 
which is further mirrored to GitHub as <a 
href="https://github.com/apache/pdfbox";>apache/pdfbox</a>.</p>
+
 <h2 id="build-dependencies">Build dependencies</h2>
 
 <h3 id="pdfbox-18">PDFBox 1.8</h3>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a6d40432/content/download.html
----------------------------------------------------------------------
diff --git a/content/download.html b/content/download.html
index bfd3d15..9bcd9f1 100644
--- a/content/download.html
+++ b/content/download.html
@@ -166,8 +166,6 @@
     <li><a href="#18x">PDFBox 1.8.14 release</a></li>
     <li><a href="#JBIG2">JBIG2 ImageIO plugin 3.0.1 release</a></li>
     <li><a href="#oldreleases">Previous releases</a></li>
-    <li><a href="#scm">Latest source from version control</a></li>
-    <li><a href="#snapshot">Latest development snapshot build</a></li>
 </ul>
 
 <p>See also the <a href="#exportcontrol">export control</a> information 
related to the encryption features included in Apache PDFBox.</p>
@@ -345,7 +343,7 @@ Alternatively, <a 
href="https://www.apache.org/mirrors/";>view the complete list
 
 <p>
     It is essential that you verify the integrity of the downloaded files 
using the PGP signatures or
-    MD5 and SHA1/SHA512 checksums. Please read <a 
href="https://httpd.apache.org/dev/verification.html";>Verifying Apache HTTP 
Server Releases</a>
+    SHA512 checksums. Please read <a 
href="https://httpd.apache.org/dev/verification.html";>Verifying Apache HTTP 
Server Releases</a>
     for more information on why you should verify our releases.
 </p>
 
@@ -373,7 +371,7 @@ or
 
 <pre>
 % gpg --import KEYS
-% gpg --verify pdfbox-X.Y.Z-src.zip.asc
+% gpg --verify pdfbox-X.Y.Z-src.zip.asc pdfbox-X.Y.Z-src.zip
 </pre>
 
 <a name="oldreleases"></a>
@@ -385,33 +383,6 @@ or
     <a 
href="https://sourceforge.net/projects/pdfbox/files/PDFBox/";>SourceForge 
Files</a>.
 </p>
 
-<a name="scm"></a>
-<h2>Latest source from version control</h2>
-
-To fetch the latest source code from the trunk in the Subversion repository, 
just run the following command:
-
-<pre>
-svn checkout https://svn.apache.org/repos/asf/pdfbox/trunk/
-</pre>
-
-<p>
-    You can also browse the Subversion repository using <a 
href="https://svn.apache.org/viewvc/pdfbox/";>ViewVC</a>;
-</p>
-
-<p>
-    We also have a read-only <a href="https://git.apache.org/";>Git mirror</a> 
which is further mirrored to GitHub as <a 
href="https://github.com/apache/pdfbox";>apache/pdfbox</a>.
-</p>
-
-<a name="snapshot"></a>
-<h2>Latest development snapshot</h2>
-
-<p>
-    Development snapshots are built automatically from the latest SVN trunk. 
<strong>Snapshots are unreleased development previews and may change without 
notice.</strong>
-    Snapshots do not have their own version numbers and there is no guarantee 
of API stability between snapshots.
-</p>
-
-<a 
href="https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/";>Download
 a snapshot build</a>
-
 <a name="exportcontrol"></a>
 <h2>Export control information</h2>
 

Reply via email to