You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2015/07/07 15:18:21 UTC

svn commit: r957353 - in /websites/staging/pdfbox/trunk/content: ./ 2.0/getting-started.html

Author: buildbot
Date: Tue Jul  7 13:18:21 2015
New Revision: 957353

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/2.0/getting-started.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  7 13:18:21 2015
@@ -1 +1 @@
-1687678
+1689656

Modified: websites/staging/pdfbox/trunk/content/2.0/getting-started.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/2.0/getting-started.html (original)
+++ websites/staging/pdfbox/trunk/content/2.0/getting-started.html Tue Jul  7 13:18:21 2015
@@ -145,15 +145,26 @@
                 </ul>
             </div>
             <div class="col-xs-9">
-                 <p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
+                 <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>
+<p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
 
-<h1 id="getting-started">Getting Started</h1>
+<h1 id="getting-started">Getting Started<a class="headerlink" href="#getting-started" title="Permanent link">&para;</a></h1>
 <p>This content is under construction.</p>
-<h2 id="maven">Maven</h2>
+<h2 id="maven">Maven<a class="headerlink" href="#maven" title="Permanent link">&para;</a></h2>
 <p>To use the latest 2.0 snapshot release from the SVN trunk, you'll need to add the following dependency:</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.pdfbox<span class="nt">&lt;/groupId&gt;</span>
-  <span class="nt">&lt;artifactId&gt;</span>pdfbox-app<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>pdfbox<span class="nt">&lt;/artifactId&gt;</span>
   <span class="nt">&lt;version&gt;</span>2.0.0-SNAPSHOT<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>