You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2014/09/23 14:21:31 UTC

svn commit: r923227 - in /websites/staging/xmlgraphics/trunk/content: ./ commons/index.html commons/postscript.html fop/faq.html fop/fo.html fop/index.html fop/quickstartguide.html fop/trunk/running.html mail.html

Author: buildbot
Date: Tue Sep 23 12:21:30 2014
New Revision: 923227

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/commons/index.html
    websites/staging/xmlgraphics/trunk/content/commons/postscript.html
    websites/staging/xmlgraphics/trunk/content/fop/faq.html
    websites/staging/xmlgraphics/trunk/content/fop/fo.html
    websites/staging/xmlgraphics/trunk/content/fop/index.html
    websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html
    websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html
    websites/staging/xmlgraphics/trunk/content/mail.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 23 12:21:30 2014
@@ -1 +1 @@
-1620554
+1626983

Modified: websites/staging/xmlgraphics/trunk/content/commons/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/commons/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/commons/index.html Tue Sep 23 12:21:30 2014
@@ -211,7 +211,7 @@ $(document).ready(function () {
 <p>RSS Feed: <a href="subproject-news-feed.rss">subproject-news-feed.rss</a></p>
 <h3 id="news-2012-10-20">20 Oct 2012: Version 1.5 Released</h3>
 <p><item date="2012-10-20" title="Version 1.5 Released">
-This is a release consists primarily of bug fixes, improved code practices, and improved coverage of CCITTFax Group 3 image formats. For details, please see <a href="changes.html#version_1.5">Changes</a>.
+This release consists primarily of bug fixes, improved code practices, and improved coverage of CCITTFax Group 3 image formats. For details, please see <a href="changes.html#version_1.5">Changes</a>.
 </item></p>
 <h3 id="news-2012-07-02">2 Jul 2012: Version 1.5-RC1 Released</h3>
 <p><item date="2012-07-02" title="Version 1.5rc1 Available">

Modified: websites/staging/xmlgraphics/trunk/content/commons/postscript.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/commons/postscript.html (original)
+++ websites/staging/xmlgraphics/trunk/content/commons/postscript.html Tue Sep 23 12:21:30 2014
@@ -166,7 +166,7 @@ $(document).ready(function () {
 <p>The "PSGenerator" class can help writing PostScript files. It deals with things like escaping, saving/tracking/restoring graphics state, writing DSC comments and tracking of DSC resources.</p>
 <p>You will rarely interact with the PS generator itself, as it is probably more interesting to generate a PostScript file using Java2D which is described in the following section.</p>
 <h2 id="java2d">Java2D: Graphics2D implementation for generating PostScript and EPS</h2>
-<p>We provide two classes (PSDocumentGraphics2D and EPSDocumentGraphics2D) which you can use to generated complete PostScript files using normal Java2D means. The difference between the two classes is that the EPS variant creates a fully compliant Encapsulated PostScript file while the PS variant simply creates a normal DSC-compliant level 2 PostScript file. It depends on your requirement which variant you choose. The PS variant is mostly for printing purposes while the EPS variant is better suited for inclusion in other documents.</p>
+<p>We provide two classes (PSDocumentGraphics2D and EPSDocumentGraphics2D) which you can use to generate complete PostScript files using normal Java2D means. The difference between the two classes is that the EPS variant creates a fully compliant Encapsulated PostScript file while the PS variant simply creates a normal DSC-compliant level 2 PostScript file. It depends on your requirement which variant you choose. The PS variant is mostly for printing purposes while the EPS variant is better suited for inclusion in other documents.</p>
 <h3 id="creating-eps">Creating an EPS file</h3>
 <p>Creating an EPS file using the Graphics2D implementation is easy. Instantiate EPSDocumentGraphics2D, set a GraphicContext and set up the output document. Here's an example:</p>
 <div class="codehilite"><pre><span class="kn">import</span> <span class="nn">org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D</span><span class="o">;</span>

Modified: websites/staging/xmlgraphics/trunk/content/fop/faq.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/faq.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/faq.html Tue Sep 23 12:21:30 2014
@@ -365,7 +365,7 @@ $(document).ready(function () {
 <h3 id="fop-other-apache">1.4. How does FOP interact with other Apache Projects?</h3>
 <p>FOP is distributed with <a href="http://cocoon.apache.org/">Cocoon</a> as a PDF serializer for XSL (FO) documents.</p>
 <p><a href="http://xmlgraphics.apache.org/commons">XML Graphics Commons</a> is used with FOP to provide graphics functions that are common to a number of Apache projects.</p>
-<p><a href="http://xmlgraphics.apache.org/batik">Batik</a> is used with FOP to <a href="http://xmlgraphics.apache.org/batik/svgrasterizer.html">transcode an SVG image</a> into a PDF document.</p>
+<p><a href="http://xmlgraphics.apache.org/batik">Batik</a> is used with FOP to <a href="http://xmlgraphics.apache.org/batik/tools/svgrasterizer.html">transcode an SVG image</a> into a PDF document.</p>
 <p>FOP also makes use of the following Apache projects:</p>
 <ul>
 <li><a href="http://excalibur.apache.org/framework/">Avalon Framework</a></li>
@@ -386,26 +386,7 @@ $(document).ready(function () {
 <p>The short answer is "Don't ask." For more details, see <a href="gethelp.html#limitations">Understand FOP's Limitations</a>.</p>
 <h3 id="next-release">1.9. When is the next released planned?</h3>
 <p>Version 1.1 of FOP was released on 20 October 2012. Work on a new Version 1.2 of Apache FOP is underway at this time, with no fixed date set for its release. If you want to speed up the process, consider <a href="dev/index.html#involved">contributing</a> to FOP.</p>
-<h3 id="redesign">1.10. Why did you redesign FOP?</h3>
-<p>The code redesign of FOP was necessary in order to be able to adress following issues:</p>
-<ul>
-<li>
-<p>Keeps and Breaks</p>
-</li>
-<li>
-<p>XSL-FO Compliance in general</p>
-</li>
-<li>
-<p>Process Files of Arbitrary Size</p>
-</li>
-<li>
-<p>Minimize Memory Use</p>
-</li>
-<li>
-<p>Table Layout</p>
-</li>
-</ul>
-<h3 id="contribute">1.11. How can I contribute?</h3>
+<h3 id="contribute">1.10. How can I contribute?</h3>
 <p>There are numerous ways that you can help. They are outlined in the <a href="dev/index.html">Developer's Introduction</a> page.</p>
 <h2 id="part-running">2. Problems running FOP</h2>
 <h3 id="no-page-master">2.1. I get the error: [ERROR]: 'master-reference' for 'fo:page-sequence' matches no 'simple-page-master' or 'page-sequence-master'</h3>

Modified: websites/staging/xmlgraphics/trunk/content/fop/fo.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/fo.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/fo.html Tue Sep 23 12:21:30 2014
@@ -379,8 +379,8 @@ $(document).ready(function () {
 <div class="codehilite"><pre><span class="nt">&lt;xsl:stylesheet</span> <span class="na">version=</span><span class="s">&quot;1.0&quot;</span>
   <span class="err">...</span>
   <span class="na">xmlns:java=</span><span class="s">&quot;http://xml.apache.org/xslt/java&quot;</span> <span class="na">exclude-result-prefixes=</span><span class="s">&quot;java&quot;</span>
-  <span class="err">...</span>
-<span class="err">&lt;/xsl:stylesheet</span><span class="nt">&gt;</span>
+  <span class="err">...</span> <span class="nt">&gt;</span>
+<span class="nt">&lt;/xsl:stylesheet&gt;</span>
 </pre></div>
 
 

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 Tue Sep 23 12:21:30 2014
@@ -365,8 +365,7 @@ $(document).ready(function () {
 <p>FOP uses the standard XSL-FO file format as input, lays the content out into pages, then renders it to the requested output. One great advantage of using XSL-FO as input is that XSL-FO is itself an XML file, which means that it can be conveniently created from a variety of sources. The most common method is to convert semantic XML to XSL-FO, using an XSLT transformation.</p>
 <h2 id="objectives">FOP Objectives</h2>
 <p>The goals of the Apache FOP project are to deliver an XSL-FO to PDF formatter that is compliant to at least the Basic conformance level described in the W3C Recommendation from 05 December 2006, and that complies with the November 2001 Portable Document Format Specification (Version 1.4) from Adobe Systems.</p>
-<p>Conformance to the XML 1.0 and 1.1 Recommendations, XSLT 1.0 and 2.0 Recommendations and the XML Namespaces Recommendation is understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP Project will attempt to use the latest version of evolving specifications.</p>
-<p><note>The PDF files on this site are created using Apache FOP.</note></p></div>
+<p>Conformance to the XML 1.0 and 1.1 Recommendations, XSLT 1.0 and 2.0 Recommendations and the XML Namespaces Recommendation is understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP Project will attempt to use the latest version of evolving specifications.</p></div>
       </div>
       
       <div class="clear"></div>

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 Tue Sep 23 12:21:30 2014
@@ -395,7 +395,7 @@ $(document).ready(function () {
 </ul>
 <p>Once you've familiarized yourself with the basics, you can get more detailed information, in the detailed FOP <a href="1.1/index.html">product documentation</a>.</p>
 <h2 id="hello-world">Hello World with FOP</h2>
-<p>This section walks you through a "Hello World!" page with Apache FOP. We're assuming you download the binary distribution and that you have a Java Runtime Environment (version 1.4 or later) installed.</p>
+<p>This section walks you through a "Hello World!" page with Apache FOP. We're assuming you download the binary distribution and that you have a Java Runtime Environment (version 1.6 or later) installed.</p>
 <ol>
 <li>
 <p>Unpack the downloaded binary distribution to a directory of your choice (for example, <code>C:\FOP</code> if you're on Windows). Let's call that directory <fop-home>.</p>

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html Tue Sep 23 12:21:30 2014
@@ -356,7 +356,7 @@ $(document).ready(function () {
 <p>The following software must be installed:</p>
 <ul>
 <li>
-<p>Java 1.5.x or later Runtime Environment.</p>
+<p>Java 1.6 or later Runtime Environment.</p>
 </li>
 <li>
 <p>Apache&trade; FOP. The <a href="../download.html">FOP distribution</a> includes all libraries that you will need to run a basic FOP installation. These can be found in the [fop-root]/lib directory. These libraries include the following:</p>

Modified: websites/staging/xmlgraphics/trunk/content/mail.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/mail.html (original)
+++ websites/staging/xmlgraphics/trunk/content/mail.html Tue Sep 23 12:21:30 2014
@@ -181,10 +181,7 @@ If you want to unsubscribe from the XML 
 <p><a href="http://mail-archives.apache.org/mod_mbox/">http://mail-archives.apache.org/mod_mbox/</a> (mod_mbox archives)</p>
 </li>
 <li>
-<p><a href="http://xmlgraphics.apache.org/mail/">http://xmlgraphics.apache.org/mail/</a> (gzipped mbox files)</p>
-</li>
-<li>
-<p>Some lists are also available from <a href="http://marc.theaimsgroup.com/">http://marc.theaimsgroup.com/</a>, <a href="http://www.mail-archive.com/">The Mail Archive</a>, <a href="http://www.gmane.com/">GMANE</a>, <a href="http://www.nabble.com/Xml-Graphics-f307.html">Nabble</a> and <a href="http://xmlgraphics.markmail.org/">MarkMail</a>.</p>
+<p>Some lists are also available from <a href="http://www.mail-archive.com/">The Mail Archive</a>, <a href="http://www.gmane.com/">GMANE</a> and <a href="http://xmlgraphics.markmail.org/">MarkMail</a>.</p>
 </li>
 </ul>
 <h2 id="xmlgraphics-general">XML Graphics General Mailing List</h2>
@@ -192,97 +189,57 @@ If you want to unsubscribe from the XML 
 <p>This list is for issues that span across all xmlgraphics.apache.org projects, whether technical or organizational. Discussions about specific code bases should be redirected to one of the codebase-specific lists below, except for XML Graphics Commons which is discussed here.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/general/">http://xmlgraphics.apache.org/mail/general/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/</a> (mod_mbox archives)</li>
 </ul>
 <h2 id="xmlgraphics-commits">XML Graphics Commits Mailing List</h2>
 <p><em>Low Traffic</em>  <a href="mailto:commits-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:commits-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is a read-only list that sends out email with details of all commits to the Apache XML Graphics Commons subproject, the Apache XML Graphics project website repository and to its Wiki.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/commits/">http://xmlgraphics.apache.org/mail/commits/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/</a> (mod_mbox archives)</li>
 </ul>
 <h2 id="batik-users">Batik Users Mailing List</h2>
 <p><em>Medium Traffic</em>  <a href="mailto:batik-users-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:batik-users-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is the list for active users of the Batik project, where issues regarding installation and use of Batik are discussed. Also code changes and new releases are announced on this list.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/batik-users/">http://xmlgraphics.apache.org/mail/batik-users/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/</a> (mod_mbox archives)</li>
 </ul>
 <h2 id="batik-dev">Batik Developers Mailing List</h2>
 <p><em>Medium Traffic</em>  <a href="mailto:batik-dev-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:batik-dev-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is the list for everyone interested and involved with the active development of Batik.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-dev/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-dev/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/batik-dev/">http://xmlgraphics.apache.org/mail/batik-dev/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-dev/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-dev/</a> (mod_mbox archives)</li>
 </ul>
 <h2 id="batik-commits">Batik Commits Mailing List</h2>
 <p><em>Medium Traffic</em>  <a href="mailto:batik-commits-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:batik-commits-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is a read-only list that sends out email with details of all commits to the Apache Batik subproject code repository and to its Wiki.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-commits/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-commits/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/batik-commits/">http://xmlgraphics.apache.org/mail/batik-commits/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-commits/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-commits/</a> (mod_mbox archives)</li>
 </ul>
 <h2 id="fop-users">FOP Users Mailing List</h2>
 <p><em>Medium Traffic</em>  <a href="mailto:fop-users-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:fop-users-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is the list for active users of the FOP project, where issues regarding installation and use of FOP are discussed. Also code changes and new releases are announced on this list.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/fop-users/">http://xmlgraphics.apache.org/mail/fop-users/</a> (gzipped mbox files)
-It is usually a good idea to state the FOP &amp; JDK/JRE version and the operating system you are using. Also, if you are attaching large binary files (PDF, JPG, etc.), please consider attaching a minimal, appropriate B&amp;W GIF, JPG or PNG that conveys the necessary information instead. A good alternative is to put the files on a web server.</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</a> (mod_mbox archives)</li>
 </ul>
+<p>It is usually a good idea to state the FOP &amp; JDK/JRE version and the operating system you are using. Also, if you are attaching large binary files (PDF, JPG, etc.), please consider attaching a minimal, appropriate B&amp;W GIF, JPG or PNG that conveys the necessary information instead. A good alternative is to put the files on a web server.</p>
 <h1 id="fop-dev">FOP Developers Mailing List</h1>
 <p><em>Medium Traffic</em>  <a href="mailto:fop-dev-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:fop-dev-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is the list for everyone interested and involved with the active development of FOP.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/fop-dev/">http://xmlgraphics.apache.org/mail/fop-dev/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</a> (mod_mbox archives)</li>
 </ul>
 <h2 id="fop-commits">FOP Commits Mailing List</h2>
 <p><em>Medium Traffic</em>  <a href="mailto:fop-commits-subscribe@xmlgraphics.apache.org">Subscribe</a>  <a href="mailto:fop-commits-unsubscribe@xmlgraphics.apache.org">Unsubscribe</a></p>
 <p>This is a read-only list that sends out email with details of all commits to the Apache FOP subproject code repository and to its Wiki.</p>
 <p><strong>Archives:</strong></p>
 <ul>
-<li>
-<p><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</a> (mod_mbox archives)</p>
-</li>
-<li>
-<p><a href="http://xmlgraphics.apache.org/mail/fop-commits/">http://xmlgraphics.apache.org/mail/fop-commits/</a> (gzipped mbox files)</p>
-</li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/">http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</a> (mod_mbox archives)</li>
 </ul></div>
       </div>
       



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org