You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by sp...@apache.org on 2010/07/21 09:25:30 UTC

svn commit: r966121 [13/14] - in /xmlgraphics/site/deploy/fop: ./ 0.94/ 0.95/ dev/ dev/design/ dev/svg/ skin/ trunk/

Modified: xmlgraphics/site/deploy/fop/trunk/embedding.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/embedding.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/embedding.pdf (original) and xmlgraphics/site/deploy/fop/trunk/embedding.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/embedding.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/embedding.xml?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/embedding.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/embedding.xml Wed Jul 21 07:25:21 2010
@@ -694,4 +694,4 @@ mailing list.
   </section>
 </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/trunk/events.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/events.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/events.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/events.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Events/Processing Feedback</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Events/Processing Feedback</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -246,7 +243,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10011"></a><a name="introduction"></a>
 <h2 class="underlined_10">Introduction</h2>
@@ -388,7 +384,7 @@ foUserAgent.getEventBroadcaster().addEve
 <pre class="code">public class MyEventListener implements EventListener {
 
     public void processEvent(Event event) {
-        if ("org.apache.fop.events.ResourceEventProducer".equals(
+        if ("org.apache.fop.ResourceEventProducer".equals(
                 event.getEventGroupID())) {
             event.setSeverity(EventSeverity.FATAL);
         } else {
@@ -409,7 +405,7 @@ foUserAgent.getEventBroadcaster().addEve
 <pre class="code">public class MyEventListener implements EventListener {
 
     public void processEvent(Event event) {
-        if ("org.apache.fop.events.ResourceEventProducer.imageNotFound"
+        if ("org.apache.fop.ResourceEventProducer.imageNotFound"
                 .equals(event.getEventID())) {
             
             //Get the FileNotFoundException that's part of the event's parameters
@@ -686,7 +682,7 @@ producer.complain(this, "I'm tired", 23)
 </div>
   
 <span class="version">
-          version 815383</span>
+          version 932497</span>
 </div>
 <!--+
     |end content

Modified: xmlgraphics/site/deploy/fop/trunk/events.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/events.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/trunk/events.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/events.xml?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/events.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/events.xml Wed Jul 21 07:25:21 2010
@@ -17,7 +17,7 @@
 <document>
   <header>
     <title>Events/Processing Feedback</title>
-    <version>$Revision: 815383 $</version>
+    <version>$Revision: 932497 $</version>
   </header>
   <body>
     <section id="introduction">
@@ -154,7 +154,7 @@ foUserAgent.getEventBroadcaster().addEve
         <source xml:space="preserve"><![CDATA[public class MyEventListener implements EventListener {
 
     public void processEvent(Event event) {
-        if ("org.apache.fop.events.ResourceEventProducer".equals(
+        if ("org.apache.fop.ResourceEventProducer".equals(
                 event.getEventGroupID())) {
             event.setSeverity(EventSeverity.FATAL);
         } else {
@@ -175,7 +175,7 @@ foUserAgent.getEventBroadcaster().addEve
         <source xml:space="preserve"><![CDATA[public class MyEventListener implements EventListener {
 
     public void processEvent(Event event) {
-        if ("org.apache.fop.events.ResourceEventProducer.imageNotFound"
+        if ("org.apache.fop.ResourceEventProducer.imageNotFound"
                 .equals(event.getEventID())) {
             
             //Get the FileNotFoundException that's part of the event's parameters

Modified: xmlgraphics/site/deploy/fop/trunk/extensions.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/extensions.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/extensions.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/extensions.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Standard FOP Extensions</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Standard FOP Extensions</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -268,7 +265,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <p>
       By "extension", we mean any data that can be placed in the input XML document that 

Modified: xmlgraphics/site/deploy/fop/trunk/extensions.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/extensions.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/extensions.pdf (original) and xmlgraphics/site/deploy/fop/trunk/extensions.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/fonts.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/fonts.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/fonts.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/fonts.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Apache FOP: Fonts</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache FOP: Fonts</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -259,7 +256,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10024"></a><a name="intro"></a>
 <h2 class="underlined_10">Summary</h2>
@@ -508,7 +504,7 @@ document.write("Last Published: " + docu
         in this case can be found on the page about <a href="output.html">output formats</a>.
       </p>
 <p>
-        Prior to FOP version 0.94, it was always necessary to create an XML font metrics file
+        In earlier FOP versions, it was always necessary to create an XML font metrics file
         if you wanted to add a custom font. This unconvenient step has been removed and in
         addition to that, FOP supports auto-registration of fonts, i.e. FOP can find fonts
         installed in your operating system or can scan user-specified directories for fonts.
@@ -910,7 +906,7 @@ document.write("Last Published: " + docu
 <font size="-2">by&nbsp;Jeremias M&auml;rki,&nbsp;Tore Engvig,&nbsp;Adrian Cumiskey,&nbsp;Max Berger</font>
 </p>
 <span class="version">
-          version 821058</span>
+          version 964711</span>
 </div>
 <!--+
     |end content

Modified: xmlgraphics/site/deploy/fop/trunk/fonts.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/fonts.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/fonts.pdf (original) and xmlgraphics/site/deploy/fop/trunk/fonts.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/fonts.xml?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/fonts.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/fonts.xml Wed Jul 21 07:25:21 2010
@@ -17,7 +17,7 @@
 <document>
   <header>
     <title>Apache FOP: Fonts</title>
-    <version>$Revision: 821058 $</version>
+    <version>$Revision: 964711 $</version>
     <authors>
       <person name="Jeremias Märki" email=""/>
       <person name="Tore Engvig" email=""/>
@@ -212,7 +212,7 @@
         in this case can be found on the page about <link href="output.html">output formats</link>.
       </p>
       <p>
-        Prior to FOP version 0.94, it was always necessary to create an XML font metrics file
+        In earlier FOP versions, it was always necessary to create an XML font metrics file
         if you wanted to add a custom font. This unconvenient step has been removed and in
         addition to that, FOP supports auto-registration of fonts, i.e. FOP can find fonts
         installed in your operating system or can scan user-specified directories for fonts.

Modified: xmlgraphics/site/deploy/fop/trunk/graphics.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/graphics.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/graphics.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/graphics.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Apache FOP: Graphics Formats</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache FOP: Graphics Formats</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -295,27 +292,22 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10011"></a><a name="introduction"></a>
 <h2 class="underlined_10">Introduction</h2>
 <div class="section">
 <p>
-        After the Apache FOP 0.94 release, the image handling subsystem has been rewritten in
-        order to improve the range of supported images and image subtypes, to lower the
-        overall memory consumption when handling images, to produce smaller output files and to
-        increase the performance in certain areas. Of course, this causes a few changes most of
-        which the user will probably not notice. The most important changes are:
+        Some noteworthy features of the image handling subsystem are:
       </p>
 <ul>
         
 <li>
-          The image libraries Jimi and JAI are no longer supported. Instead, Apache FOP uses the
+          The image libraries Jimi and JAI are not supported. Instead, Apache FOP uses the
           Image I/O API that was introduced with Java 1.4 for all bitmap codecs.
         </li>
         
 <li>
-          Some bitmap images are no longer converted to a standardized 24 bit RGB image but are
+          Some bitmap images are not converted to a standardized 24 bit RGB image but are
           instead handled in their native format.
         </li>
         
@@ -327,7 +319,7 @@ document.write("Last Published: " + docu
 </ul>
 <p>
         The actual <a href="http://xmlgraphics.apache.org/commons/image-loader.html">image loading framework</a>
-        no longer resides in Apache FOP, but was instead placed in
+        does not reside in Apache FOP, but in
         <a href="http://xmlgraphics.apache.org/commons/">XML Graphics Commons</a>.
       </p>
 </div>
@@ -956,7 +948,7 @@ document.write("Last Published: " + docu
 </div>
   
 <span class="version">
-          version 732299</span>
+          version 964711</span>
 </div>
 <!--+
     |end content

Modified: xmlgraphics/site/deploy/fop/trunk/graphics.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/graphics.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/graphics.pdf (original) and xmlgraphics/site/deploy/fop/trunk/graphics.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/graphics.xml?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/graphics.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/graphics.xml Wed Jul 21 07:25:21 2010
@@ -17,25 +17,21 @@
 <document>
   <header>
     <title>Apache FOP: Graphics Formats</title>
-    <version>$Revision: 732299 $</version>
+    <version>$Revision: 964711 $</version>
   </header>
   <body>
     <section id="introduction">
       <title>Introduction</title>
       <p>
-        After the Apache FOP 0.94 release, the image handling subsystem has been rewritten in
-        order to improve the range of supported images and image subtypes, to lower the
-        overall memory consumption when handling images, to produce smaller output files and to
-        increase the performance in certain areas. Of course, this causes a few changes most of
-        which the user will probably not notice. The most important changes are:
+        Some noteworthy features of the image handling subsystem are:
       </p>
       <ul>
         <li>
-          The image libraries Jimi and JAI are no longer supported. Instead, Apache FOP uses the
+          The image libraries Jimi and JAI are not supported. Instead, Apache FOP uses the
           Image I/O API that was introduced with Java 1.4 for all bitmap codecs.
         </li>
         <li>
-          Some bitmap images are no longer converted to a standardized 24 bit RGB image but are
+          Some bitmap images are not converted to a standardized 24 bit RGB image but are
           instead handled in their native format.
         </li>
         <li>
@@ -45,7 +41,7 @@
       </ul>
       <p>
         The actual <link href="http://xmlgraphics.apache.org/commons/image-loader.html">image loading framework</link>
-        no longer resides in Apache FOP, but was instead placed in
+        does not reside in Apache FOP, but in
         <link href="ext:xmlgraphics.apache.org/commons/">XML Graphics Commons</link>.
       </p>
     </section>

Modified: xmlgraphics/site/deploy/fop/trunk/hyphenation.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/hyphenation.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/hyphenation.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/hyphenation.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Apache FOP: Hyphenation</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache FOP: Hyphenation</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -226,7 +223,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10011"></a><a name="support"></a>
 <h2 class="underlined_10">Hyphenation Support</h2>

Modified: xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf (original) and xmlgraphics/site/deploy/fop/trunk/hyphenation.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/index.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/index.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/index.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Apache FOP Trunk (Development code)</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -179,9 +179,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -204,7 +202,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache FOP Trunk (Development code)</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -215,7 +212,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10011"></a><a name="intro"></a>
 <h2 class="underlined_10">Introduction</h2>

Modified: xmlgraphics/site/deploy/fop/trunk/index.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/index.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/index.pdf (original) and xmlgraphics/site/deploy/fop/trunk/index.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/intermediate.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/intermediate.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/intermediate.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/intermediate.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Intermediate Format</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Intermediate Format</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -251,7 +248,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <div class="note">
 <div class="label">Note</div>

Modified: xmlgraphics/site/deploy/fop/trunk/intermediate.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/intermediate.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/intermediate.pdf (original) and xmlgraphics/site/deploy/fop/trunk/intermediate.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/metadata.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/metadata.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/metadata.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/metadata.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Metadata</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Metadata</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -228,7 +225,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N1000E"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>

Modified: xmlgraphics/site/deploy/fop/trunk/metadata.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/metadata.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/fop/trunk/output.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/output.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/output.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/output.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Apache FOP Output Formats</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache FOP Output Formats</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -386,7 +383,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <p>
       FOP supports multiple output formats by using a different renderer for each format.
@@ -954,9 +950,10 @@ out = proc.getOutputStream();</pre>
         latest features. We're trying to make AFP output work in as many environments as possible.
         However, to make AFP output work on older environments it is recommended to set to
         configuration to 1 bit per pixel (see below on how to do this). In this case, all images
-        are converted to bi-level images using IOCA function set 10 (FS10). If a higher number of
-        bits per pixel is configured, FOP has to switch to at least FS11 which may not work
-        everywhere.
+        are converted to bi-level images using IOCA function set 10 (FS10) and are enclosed in
+        page-segments since some implementation cannot deal with IOCA objects directly.
+        If a higher number of bits per pixel is configured, FOP has to switch to at least FS11
+        which may not work everywhere.
       </p>
 <a name="N10238"></a><a name="afp-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
@@ -1152,9 +1149,21 @@ Note that the value of the encoding attr
         colors. This will only have an effect if the color mode is set to "color". Example:
       </p>
 <pre class="code">
-      &lt;images mode="color" cmyk="true"/&gt;
-</pre>
-<a name="N102C9"></a><a name="afp-shading-config"></a>
+      &lt;images mode="color" cmyk="true"/&gt;</pre>
+<p>
+          When the color mode is set to 1 bit (bi-level), the "dithering-quality" attribute can
+          be used to select the level of quality to use when converting images to bi-level images.
+          Valid values for this attribute are floating point numbers from 0.0 (fastest) to
+          1.0 (best), or special values: "minimum" (=0.0), "maximum" (1.0),
+          "medium" (0.5, the default). For the higher settings to work as expected, JAI needs to
+          be present in the classpath. If JAI is present, 0.0 results in a minimal darkness-level
+          switching between white and black. 0.5 does bayer-based dithering and 1.0 will use
+          error-diffusion dithering. The higher the value, the higher the quality and the slower
+          the processing of the images.
+        </p>
+<pre class="code">
+      &lt;images mode="b+w" bits-per-pixel="1" dithering-quality="maximum"/&gt;</pre>
+<a name="N102D0"></a><a name="afp-shading-config"></a>
 <h4>Shading</h4>
 <p>
           By default, filled rectangles are painted using their given color using a PTOCA I-axis rule
@@ -1167,7 +1176,7 @@ Note that the value of the encoding attr
 <pre class="code">
       &lt;shading&gt;dithered&lt;/shading&gt;
 </pre>
-<a name="N102D7"></a><a name="afp-resource-group-file"></a>
+<a name="N102DE"></a><a name="afp-resource-group-file"></a>
 <h4>Resource Group File</h4>
 <p>By default the AFP Renderer will place all data resource objects such as images within
       the document of the main output datastream.  An external resource group file where document resources
@@ -1179,7 +1188,7 @@ Note that the value of the encoding attr
 <div class="label">Note</div>
 <div class="content">Be careful when using this option not to overwrite existing resource files from previous rendering runs.</div>
 </div>
-<a name="N102E8"></a><a name="afp-resource-level-defaults"></a>
+<a name="N102EF"></a><a name="afp-resource-level-defaults"></a>
 <h4>Resource Level Defaults</h4>
 <p>
           By default, bitmap image objects (or page segments derived from them) are put in the
@@ -1198,7 +1207,7 @@ Note that the value of the encoding attr
           for the attributes are "inline" and "print-file". In the future,
           additional possibilities may be added.
         </p>
-<a name="N10301"></a><a name="afp-extensions"></a>
+<a name="N10308"></a><a name="afp-extensions"></a>
 <h3 class="underlined_5">Extensions</h3>
 <p>The AFP Renderer supports some AFP specific extensions which can be embedded into the input 
       fo document. To use the extensions the appropriate namespace must be declared in the fo:root element like this:</p>
@@ -1206,7 +1215,7 @@ Note that the value of the encoding attr
       &lt;fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
                xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp"&gt;
 </pre>
-<a name="N1030E"></a><a name="afp-page-overlay"></a>
+<a name="N10315"></a><a name="afp-page-overlay"></a>
 <h4>Page Overlay (IPO) Extension</h4>
 <p>The include-page-overlay extension element allows to define on a per simple-page-master basis a page overlay resource. Example:</p>
 <pre class="code">
@@ -1220,7 +1229,7 @@ Note that the value of the encoding attr
 <p>The mandatory name attribute must refer to an 8 character (space padded) resource name that
         must be known in the AFP processing environment. Optional x and y attributes can be specified
 		to place the Overlay at an offset from the top left of the page.</p>
-<a name="N1031F"></a><a name="afp-page-segment"></a>
+<a name="N10326"></a><a name="afp-page-segment"></a>
 <h4>Page Segment (IPS) Extension</h4>
 <p>The include-page-segment extension element allows to define resource substitution for fo:external-graphics elements. 
           Example:</p>
@@ -1253,7 +1262,7 @@ Note that the value of the encoding attr
           segment in the generated file. Please also note that page segments cannot be scaled.
           They are always rendered in their intrinsic size.
         </p>
-<a name="N10333"></a><a name="afp-tag-logical-element"></a>
+<a name="N1033A"></a><a name="afp-tag-logical-element"></a>
 <h4>Tag Logical Element (TLE) Extension</h4>
 <p>The tag-logical-element extension element allows to injects TLEs into the AFP output stream. Example:</p>
 <pre class="code">
@@ -1277,7 +1286,7 @@ Note that the value of the encoding attr
           Multiple tag-logical-element extension elements within a simple-page-master or
           page-sequence are allowed. The name and value attributes are mandatory.
         </p>
-<a name="N10344"></a><a name="afp-no-operation"></a>
+<a name="N1034B"></a><a name="afp-no-operation"></a>
 <h4>No Operation (NOP) Extension</h4>
 <p>The no-operation extension provides the ability to carry up to 32K of comments or any other type
         of unarchitected data into the AFP output stream. Example:</p>
@@ -1294,7 +1303,7 @@ Note that the value of the encoding attr
         Multiple no-operation extension elements within a simple-page-master are allowed.
         The name attribute is mandatory.
         </p>
-<a name="N10355"></a><a name="afp-invoke-medium-map"></a>
+<a name="N1035C"></a><a name="afp-invoke-medium-map"></a>
 <h4>Invoke Medium Map (IMM) Extension</h4>
 <p>
           The invoke-medium-map extension allows to generate IMM fields (Invoke Medium Map) in the
@@ -1316,7 +1325,7 @@ Note that the value of the encoding attr
           only reference an existing medium map by name. The medium map has to be constructed 
           through different means and available on the target platform.
         </p>
-<a name="N10366"></a><a name="afp-form-maps"></a>
+<a name="N1036D"></a><a name="afp-form-maps"></a>
 <h4>Form Maps/Defs</h4>
 <p>
           Apache FOP supports embedding an external form map resource in the
@@ -1347,9 +1356,9 @@ Note that the value of the encoding attr
           tool.
         </div>
 </div>
-<a name="N1038D"></a><a name="afp-foreign-attributes"></a>
+<a name="N10394"></a><a name="afp-foreign-attributes"></a>
 <h3 class="underlined_5">Foreign Attributes</h3>
-<a name="N10393"></a><a name="afp-foreign-attributes-resource"></a>
+<a name="N1039A"></a><a name="afp-foreign-attributes-resource"></a>
 <h4>Resource</h4>
 <p>The resource foreign attributes provides the ability to name and control where data object resources
         (e.g. images/scalable vector graphics) will reside in the AFP output.
@@ -1386,7 +1395,7 @@ Note that the value of the encoding attr
 <p></p>
 </div>
 
-<a name="N103AC"></a><a name="rtf"></a>
+<a name="N103B3"></a><a name="rtf"></a>
 <h2 class="underlined_10">RTF</h2>
 <div class="section">
 <p>
@@ -1440,7 +1449,7 @@ Note that the value of the encoding attr
 </ul>
 </div>
 
-<a name="N103E0"></a><a name="xml"></a>
+<a name="N103E7"></a><a name="xml"></a>
 <h2 class="underlined_10">XML (Area Tree XML)</h2>
 <div class="section">
 <p>
@@ -1454,7 +1463,7 @@ Note that the value of the encoding attr
   </p>
 </div>
 
-<a name="N103F1"></a><a name="awt"></a>
+<a name="N103F8"></a><a name="awt"></a>
 <h2 class="underlined_10">Java2D/AWT</h2>
 <div class="section">
 <p>
@@ -1469,14 +1478,14 @@ Note that the value of the encoding attr
     </p>
 </div>
 
-<a name="N103FE"></a><a name="print"></a>
+<a name="N10405"></a><a name="print"></a>
 <h2 class="underlined_10">Print</h2>
 <div class="section">
 <p>
     It is possible to directly print the document from the command line.
     This is done with the same code that renders to the Java2D/AWT renderer.
   </p>
-<a name="N10407"></a><a name="print-issues"></a>
+<a name="N1040E"></a><a name="print-issues"></a>
 <h3 class="underlined_5">Known issues</h3>
 <p>
       If you run into the problem that the printed output is incomplete on Windows:
@@ -1487,7 +1496,7 @@ Note that the value of the encoding attr
     </p>
 </div>
 
-<a name="N10412"></a><a name="bitmap"></a>
+<a name="N10419"></a><a name="bitmap"></a>
 <h2 class="underlined_10">Bitmap (TIFF/PNG)</h2>
 <div class="section">
 <p>
@@ -1506,7 +1515,7 @@ Note that the value of the encoding attr
     The quality of the bitmap depends on the target resolution setting 
     on the FOUserAgent and on further settings described below.
   </p>
-<a name="N10427"></a><a name="bitmap-configuration"></a>
+<a name="N1042E"></a><a name="bitmap-configuration"></a>
 <h3 class="underlined_5">Configuration</h3>
 <p>
         The TIFF and PNG renderer configuration currently allows the following settings:
@@ -1567,7 +1576,7 @@ Note that the value of the encoding attr
         at the loss of some image quality. If this setting has an actual effect depends
         on the JVM's Java2D backend.
       </p>
-<a name="N1048E"></a><a name="tiff-configuration"></a>
+<a name="N10495"></a><a name="tiff-configuration"></a>
 <h3 class="underlined_5">TIFF-specific Configuration</h3>
 <p>
         In addition to the above values the TIFF renderer configuration allows some additional
@@ -1633,7 +1642,7 @@ Note that the value of the encoding attr
         Deflate and JPEG compression for writing.
       </div>
 </div>
-<a name="N104D9"></a><a name="bitmap-rendering-options"></a>
+<a name="N104E0"></a><a name="bitmap-rendering-options"></a>
 <h3 class="underlined_5">Runtime Rendering Options</h3>
 <p>
         The IF-based bitmap output implementations support a rendering option with the key
@@ -1645,7 +1654,7 @@ Note that the value of the encoding attr
     "target-bitmap-size", new Dimension(320, 200));</pre>
 </div>
 
-<a name="N104E8"></a><a name="txt"></a>
+<a name="N104EF"></a><a name="txt"></a>
 <h2 class="underlined_10">TXT</h2>
 <div class="section">
 <p>
@@ -1683,7 +1692,7 @@ Note that the value of the encoding attr
 </ul>
 </div>
 
-<a name="N10504"></a><a name="sandbox"></a>
+<a name="N1050B"></a><a name="sandbox"></a>
 <h2 class="underlined_10">Output Formats in the Sandbox</h2>
 <div class="section">
 <p>
@@ -1692,7 +1701,7 @@ Note that the value of the encoding attr
     can be found under src/sandbox and are compiled into build/fop-sandbox.jar during the
     main build. The output formats in the sandbox are marked as such below.
   </p>
-<a name="N1050D"></a><a name="mif"></a>
+<a name="N10514"></a><a name="mif"></a>
 <h3 class="underlined_5">MIF</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -1702,7 +1711,7 @@ Note that the value of the encoding attr
       This format is the Maker Interchange Format which is used by
       Adobe Framemaker.
     </p>
-<a name="N1051A"></a><a name="svg"></a>
+<a name="N10521"></a><a name="svg"></a>
 <h3 class="underlined_5">SVG</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -1721,7 +1730,7 @@ Note that the value of the encoding attr
      </p>
 </div>
 
-<a name="N10528"></a><a name="wishlist"></a>
+<a name="N1052F"></a><a name="wishlist"></a>
 <h2 class="underlined_10">Wish list</h2>
 <div class="section">
 <p>
@@ -1744,7 +1753,7 @@ Note that the value of the encoding attr
 <font size="-2">by&nbsp;Keiron Liddle,&nbsp;Art Welch</font>
 </p>
 <span class="version">
-          version 901793</span>
+          version 953952</span>
 </div>
 <!--+
     |end content

Modified: xmlgraphics/site/deploy/fop/trunk/output.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/output.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/output.pdf (original) and xmlgraphics/site/deploy/fop/trunk/output.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/output.xml?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/output.xml (original)
+++ xmlgraphics/site/deploy/fop/trunk/output.xml Wed Jul 21 07:25:21 2010
@@ -17,7 +17,7 @@
 <document>
   <header>
     <title>Apache FOP Output Formats</title>
-    <version>$Revision: 901793 $</version>
+    <version>$Revision: 953952 $</version>
     <authors>
       <person name="Keiron Liddle" email="keiron@aftexsw.com"/>
       <person name="Art Welch" email=""/>
@@ -526,9 +526,10 @@ out = proc.getOutputStream();]]></source
         latest features. We're trying to make AFP output work in as many environments as possible.
         However, to make AFP output work on older environments it is recommended to set to
         configuration to 1 bit per pixel (see below on how to do this). In this case, all images
-        are converted to bi-level images using IOCA function set 10 (FS10). If a higher number of
-        bits per pixel is configured, FOP has to switch to at least FS11 which may not work
-        everywhere.
+        are converted to bi-level images using IOCA function set 10 (FS10) and are enclosed in
+        page-segments since some implementation cannot deal with IOCA objects directly.
+        If a higher number of bits per pixel is configured, FOP has to switch to at least FS11
+        which may not work everywhere.
       </p>
     </section>
     <section id="afp-configuration">
@@ -719,8 +720,20 @@ Note that the value of the encoding attr
         colors. This will only have an effect if the color mode is set to "color". Example:
       </p>
       <source xml:space="preserve"><![CDATA[
-      <images mode="color" cmyk="true"/>
-]]></source>
+      <images mode="color" cmyk="true"/>]]></source>
+        <p>
+          When the color mode is set to 1 bit (bi-level), the "dithering-quality" attribute can
+          be used to select the level of quality to use when converting images to bi-level images.
+          Valid values for this attribute are floating point numbers from 0.0 (fastest) to
+          1.0 (best), or special values: "minimum" (=0.0), "maximum" (1.0),
+          "medium" (0.5, the default). For the higher settings to work as expected, JAI needs to
+          be present in the classpath. If JAI is present, 0.0 results in a minimal darkness-level
+          switching between white and black. 0.5 does bayer-based dithering and 1.0 will use
+          error-diffusion dithering. The higher the value, the higher the quality and the slower
+          the processing of the images.
+        </p>
+        <source xml:space="preserve"><![CDATA[
+      <images mode="b+w" bits-per-pixel="1" dithering-quality="maximum"/>]]></source>
       </section>
       <section id="afp-shading-config">
         <title>Shading</title>

Modified: xmlgraphics/site/deploy/fop/trunk/pdfa.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfa.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfa.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfa.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>PDF/A (ISO 19005)</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>PDF/A (ISO 19005)</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -227,7 +224,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10018"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>

Modified: xmlgraphics/site/deploy/fop/trunk/pdfa.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfa.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfa.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfa.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/pdfencryption.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfencryption.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfencryption.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfencryption.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>PDF encryption.</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>PDF encryption.</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -221,7 +218,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N1001C"></a><a name="Overview"></a>
 <h2 class="underlined_10">Overview</h2>

Modified: xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfencryption.pdf Wed Jul 21 07:25:21 2010 differ

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.html?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/trunk/pdfx.html (original)
+++ xmlgraphics/site/deploy/fop/trunk/pdfx.html Wed Jul 21 07:25:21 2010
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9-dev">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>PDF/X (ISO 15930)</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -58,10 +58,10 @@
 <a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="unselected" href="../0.94/index.html">Version 0.94</a>
+<a class="unselected" href="../0.95/index.html">Version 0.95</a>
 </li>
 <li>
-<a class="unselected" href="../0.95/index.html">Version 0.95</a>
+<a class="unselected" href="../1.0/index.html">Version 1.0</a>
 </li>
 <li class="current">
 <a class="selected" href="../trunk/index.html">FOP Trunk</a>
@@ -176,9 +176,7 @@ document.write("Last Published: " + docu
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -201,7 +199,6 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>PDF/X (ISO 15930)</h1>
-<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -224,7 +221,6 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-</div>
     
 <a name="N10018"></a><a name="overview"></a>
 <h2 class="underlined_10">Overview</h2>

Modified: xmlgraphics/site/deploy/fop/trunk/pdfx.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/pdfx.pdf?rev=966121&r1=966120&r2=966121&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/trunk/pdfx.pdf (original) and xmlgraphics/site/deploy/fop/trunk/pdfx.pdf Wed Jul 21 07:25:21 2010 differ



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