Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 074DB200D18 for ; Wed, 11 Oct 2017 12:18:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 05841160BE3; Wed, 11 Oct 2017 10:18:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EF4461609CA for ; Wed, 11 Oct 2017 12:18:50 +0200 (CEST) Received: (qmail 30223 invoked by uid 500); 11 Oct 2017 10:18:50 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 30213 invoked by uid 99); 11 Oct 2017 10:18:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2017 10:18:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E68AF5772; Wed, 11 Oct 2017 10:18:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Wed, 11 Oct 2017 10:18:50 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] pdfbox-docs git commit: Site checkin for project Apache PDFBox Website archived-at: Wed, 11 Oct 2017 10:18:52 -0000 Repository: pdfbox-docs Updated Branches: refs/heads/asf-site fb5e38bac -> c1368a4d4 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c1368a4d/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 7539081..a9028db 100644 --- a/content/index.html +++ b/content/index.html @@ -156,7 +156,7 @@ width="135" height="265">
-

Apache PDFBox® - A Java PDF Library

+

Apache PDFBox® - A Java PDF Library

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 @@ -175,7 +175,7 @@ Apache PDFBox version 2.0.7. It is available for download at:

Getting Help

-

To get help on using PDFBox, please Subscribe to the Users Mailing List and post your +

To get help on using PDFBox, please Subscribe to the Users Mailing List and post your questions there. We’re happy to help.

The project is a volunteer effort and we’re always looking for interested people to help @@ -186,38 +186,38 @@ skills. Subscribe to the Mailing Lists and find

-

Extract Text

+

Extract Text

Extract Unicode text from PDF files.

-

Split & Merge

+

Split & Merge

Split a single PDF into many files or merge multiple PDF files.

-

Fill Forms

+

Fill Forms

Extract data from PDF forms or fill a PDF form.

-

Preflight

+

Preflight

Validate PDF files against the PDF/A-1b standard.

-

Print

+

Print

Print a PDF file using the standard Java printing API.

-

Save as Image

+

Save as Image

Save PDFs as image files, such as PNG or JPEG.

-

Create PDFs

+

Create PDFs

Create a PDF from scratch, with embedded fonts and images.

-

Signing

+

Signing

Digitally sign PDF files.

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c1368a4d/content/mailinglists.html ---------------------------------------------------------------------- diff --git a/content/mailinglists.html b/content/mailinglists.html index d2cde2b..e34c6a6 100644 --- a/content/mailinglists.html +++ b/content/mailinglists.html @@ -190,27 +190,27 @@ to the Commit Mailing List.

Users users@pdfbox.apache.org - Subscribe - Unsubscribe - Help + Subscribe + Unsubscribe + Help Archive MarkMail Developers dev@pdfbox.apache.org - Subscribe - Unsubscribe - Help + Subscribe + Unsubscribe + Help Archive MarkMail Commits List commits@pdfbox.apache.org - Subscribe - Unsubscribe - Help + Subscribe + Unsubscribe + Help Archive MarkMail http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c1368a4d/content/siteupdate.html ---------------------------------------------------------------------- diff --git a/content/siteupdate.html b/content/siteupdate.html index 7d2a744..6fe4687 100644 --- a/content/siteupdate.html +++ b/content/siteupdate.html @@ -174,35 +174,31 @@

Checkout from the Git Repository

Before you can edit the site, you need to check it out from the Git repository:

-
git clone https://git-wip-us.apache.org/repos/asf/pdfbox-docs
-
-
+
git clone https://git-wip-us.apache.org/repos/asf/pdfbox-docs
+

Local Changes

You can now do the changes and additions to the sources of the PDFBox website. To test these locally use

-
jekyll serve
-
-
+
jekyll serve
+

which will compile the changes and run a local webserver at

-
http://localhost:4000
-
-
+
http://localhost:4000
+

Publish the Website (For Comitters Only)

After you have done the local changes follow these steps to publish the content:

Add the following server configuration in your ~/.m2/settings.xml file

-
<server>
+
<server>
   <id>pdfbox-site</id>
   <username>** USERNAME **</username>
   <password>** PASSWORD **</password>
 </server>
-
-
+

pdfbox-site is referenced from the PDFBox pom.xml file.

@@ -210,24 +206,21 @@

Ensure that the new website content can build locally

-
jekyll build
-
-
+
jekyll build
+

This will read the sources and generate the new content in the ./staging directory.

When you are happy with the new content update the source repository

-
git commit -m "..."
+
git commit -m "..."
 git push origin master
-
-
+

Upload the new content to the production site

-
mvn scm-publish:publish-scm
-
-
+
mvn scm-publish:publish-scm
+

This will checkout the current content into the ./targetdirectory, apply the changes from ./staging and publish the changes to the PDFBox production website.

@@ -237,9 +230,8 @@ the changes to the PDFBox production website.

Run

-
$ mvn clean javadoc:aggregate scm-publish:publish-scm
-
-
+
$ mvn clean javadoc:aggregate scm-publish:publish-scm
+

from the <SVN_ROOT>/../pdfbox directory.

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c1368a4d/content/team.html ---------------------------------------------------------------------- diff --git a/content/team.html b/content/team.html index a683dfe..7033df7 100644 --- a/content/team.html +++ b/content/team.html @@ -224,6 +224,11 @@ Get involved today. All contributions to the project are greatly appreciated.

PMC Member + hennejg + Jörg Henne + PMC Member + + kjackson Kevin Jackson PMC Member