Return-Path: X-Original-To: apmail-xmlgraphics-commits-archive@www.apache.org Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 294A0181CF for ; Fri, 15 Jan 2016 09:53:22 +0000 (UTC) Received: (qmail 69758 invoked by uid 500); 15 Jan 2016 09:53:22 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 69732 invoked by uid 99); 15 Jan 2016 09:53:22 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2016 09:53:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 77F49180488 for ; Fri, 15 Jan 2016 09:53:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.246 X-Spam-Level: * X-Spam-Status: No, score=1.246 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id oapc-v-YbLYy for ; Fri, 15 Jan 2016 09:53:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 9BD824293A for ; Fri, 15 Jan 2016 09:53:06 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B492AE0C20 for ; Fri, 15 Jan 2016 09:53:05 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A87203A027B for ; Fri, 15 Jan 2016 09:53:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r977756 [8/9] - in /websites/staging/xmlgraphics/trunk/content: ./ commons/ fop/ fop/0.95/ fop/1.0/ fop/1.1/ fop/2.0/ fop/2.1/ fop/dev/ fop/dev/design/ fop/trunk/ Date: Fri, 15 Jan 2016 09:53:03 -0000 To: commits@xmlgraphics.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160115095305.A87203A027B@svn01-us-west.apache.org> Modified: websites/staging/xmlgraphics/trunk/content/fop/gethelp.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/gethelp.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/gethelp.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/index.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/index.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/index.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • @@ -423,10 +464,10 @@ $(document).ready(function () { h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }

      Apache™ FOP

      Introduction

      -

      Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, XML (area tree representation), Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.

      +

      Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, XML (area tree representation), Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.

      The Apache™ FOP project is part of the Apache™ Software Foundation, which is a wider community of users and developers of open source projects.

      Render Diagram

      -

      The latest version of FOP is available at FOP 2.0.

      +

      The latest version of FOP is available at FOP 2.0.

      Support for each of the standard's objects and properties is detailed in FOP Compliance. Download options include a precompiled version, source code, and many example files to get you started. Resources include links to XSL-FO introductions and many other useful references. A checklist for Getting Help will guide you toward maximizing the usefulness of FOP.

      FOP is proud to be part of Apache's XML Graphics project.

      Demonstration

      Modified: websites/staging/xmlgraphics/trunk/content/fop/knownissues.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/knownissues.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/knownissues.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/license.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/license.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/license.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/maillist.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/maillist.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/maillist.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/news.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/news.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/news.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • @@ -423,6 +464,10 @@ $(document).ready(function () { h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }

      Apache™ FOP News

      RSS Feed: Render Diagram

      +

      14 Jan 2016: Apache™ FOP 2.1 Released

      +

      +Apache™ FOP 2.1 contains bug fixes and a number of new features. See Release Notes for a list of the most important changes. +

      3 Jun 2015: Apache™ FOP 2.0 Released

      Apache™ FOP 2.0 contains bug fixes and a number of new features. See Release Notes for a list of the most important changes. Modified: websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head

  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/resources.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/resources.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/resources.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/status.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/status.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/status.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/team.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/team.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/team.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html Fri Jan 15 09:52:58 2016 @@ -130,6 +130,47 @@ h2:hover > .headerlink, h3:hover > .head
  • +

    FOP 2.1

    + +
  • +
  • FOP 2.0

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

  • -

    Features

    +

    Features

    • Output Targets
    • Intermediate Format
    • --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org