You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2007/08/23 20:30:09 UTC

svn commit: r569104 [4/4] - in /xmlgraphics/fop/trunk: ./ src/documentation/ src/documentation/content/ src/documentation/content/xdocs/ src/documentation/content/xdocs/0.20.5/ src/documentation/content/xdocs/0.93/ src/documentation/content/xdocs/0.94/...

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/pdfencryption.xml?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/pdfencryption.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/pdfencryption.xml Thu Aug 23 11:30:05 2007
@@ -29,10 +29,6 @@
   <body>
     <section>
       <title>Overview</title>
-      <warning>
-        PDF Encryption is available in Release 0.20.5 and later. The comments on this page do 
-        not apply to releases earlier than 0.20.5.
-      </warning>
       <p>
         FOP supports encryption of PDF output, thanks to Patrick
         C. Lankswert. This feature is commonly used to prevent

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/running.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/running.xml?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/running.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/running.xml Thu Aug 23 11:30:05 2007
@@ -180,7 +180,7 @@
   Fop foo.fo -awt]]></source>
       <p>
         PDF encryption is only available if FOP was compiled with encryption support 
-        <strong>and</strong> if compatible encryption support is availabe at run time. 
+        <strong>and</strong> if compatible encryption support is available at run time. 
         Currently, only the JCE is supported. Check the <a href="pdfencryption.html">Details</a>.
       </p>
       </section>
@@ -214,37 +214,37 @@
       directory in a single directory. If you use hyphenation, you
       must also put <code>fop-hyph.jar</code> in that directory.</p>
 
-		<p>In both cases the arguments consist of the options and
+    <p>In both cases the arguments consist of the options and
         infile and outfile specifications as shown above for the
         standard scripts.</p>
       </section>
       <section id="dynamical-classpath">
-		<title>FOP's dynamical classpath construction</title>
+        <title>FOP's dynamical classpath construction</title>
 
-		<p>If FOP is started without a proper classpath, it tries to
-		add its dependencies dynamically. If the system property
-		<code>fop.home</code> contains the name of a directory, then
-		FOP uses that directory as the base directory for its
-		search. Otherwise the current working directory is the base
-		directory. If the base directory is called <code>build</code>,
-		then its parent directory becomes the base directory.</p>
+        <p>If FOP is started without a proper classpath, it tries to
+          add its dependencies dynamically. If the system property
+          <code>fop.home</code> contains the name of a directory, then
+          FOP uses that directory as the base directory for its
+          search. Otherwise the current working directory is the base
+          directory. If the base directory is called <code>build</code>,
+          then its parent directory becomes the base directory.</p>
 
         <p>FOP expects to find <code>fop.jar</code> in the
-		<code>build</code> subdirectory of the base directory, and
-		adds it to the classpath. Subsequently FOP adds all
-		<code>jar</code> files in the lib directory to the
-		classpath. The lib directory is either the <code>lib</code>
-		subdirectory of the base directory, or, if that does not
-		exist, the base directory itself.</p>
+          <code>build</code> subdirectory of the base directory, and
+          adds it to the classpath. Subsequently FOP adds all
+          <code>jar</code> files in the lib directory to the
+          classpath. The lib directory is either the <code>lib</code>
+          subdirectory of the base directory, or, if that does not
+          exist, the base directory itself.</p>
 
         <p>If the system property <code>fop.optional.lib</code>
-		contains the name of a directory, then all <code>jar</code>
-		files in that directory are also added to the classpath. See
-		the methods <code>getJARList</code> and
-		<code>checkDependencies</code> in
-		<code>org.apache.fop.cli.Main</code>.</p>
+          contains the name of a directory, then all <code>jar</code>
+          files in that directory are also added to the classpath. See
+          the methods <code>getJARList</code> and
+          <code>checkDependencies</code> in
+          <code>org.apache.fop.cli.Main</code>.</p>
 
-	  </section>
+      </section>
     </section>
     <section id="check-input">
       <title>Using Xalan to Check XSL-FO Input</title>
@@ -339,11 +339,6 @@
           This can be substantial if the page sequence contains lots of FO elements.
         </li>
       </ul>
-      <p>
-        One of FOP's stated design goals is to be able to process input of arbitrary size.
-        Addressing this goal is one of the prime motivations behind the 
-        <a href="../dev/index.html">FOP Redesign</a>.
-      </p>
     </section>
     <section id="problems">
       <title>Problems</title>

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml Thu Aug 23 11:30:05 2007
@@ -31,7 +31,10 @@
       </p>
       <ul>
         <li>
-          More than half of the codebase has been rewritten over the last three years. With version 0.93 the code has reached <strong>production level</strong>.
+          More than half of the codebase has been rewritten over the
+          last three years. With version 0.93 the code has reached
+          <strong>production level</strong>, and continues to improve with
+          version 0.94.
         </li>
         <li>
           The API of FOP has changed considerably and is not
@@ -51,7 +54,7 @@
           an example configuration file. A XML Schema file can be found under
           src/foschema/fop-configuration.xsd.
         </li>
-		<li>
+        <li>
           If you are using font metrics files for version 0.20.5 or
           0.92 or earlier, you have to regenerate them in the new
           format. The new format is characterized by a version
@@ -76,17 +79,12 @@
         </li>
         <li>
           Extensions and Renderers written for version 0.20.5 will not work with the new code! The new FOP 
-          extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> will be available in 
+          extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> is available since 
           January 2007.
         </li>
         <li>
-          The PCL Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional
+          The SVG Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional
           and hope for someone to step up and reimplement them.
-        </li>
-        <li>
-          By looking at the <a href="../compliance.html">Compliance page</a> you might get the impression
-          that the new code is much more advanced than version 0.20.5. That's true but there may still
-          be a few things that may not be handled as gracefully by the new code as by version 0.20.5.
         </li>
       </ul>
     </section>

Modified: xmlgraphics/fop/trunk/src/documentation/resources/stylesheets/releaseNotes2document.xsl
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/resources/stylesheets/releaseNotes2document.xsl?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/resources/stylesheets/releaseNotes2document.xsl (original)
+++ xmlgraphics/fop/trunk/src/documentation/resources/stylesheets/releaseNotes2document.xsl Thu Aug 23 11:30:05 2007
@@ -48,7 +48,7 @@
        <xsl:value-of select="@title"/>
      </xsl:when>
      <xsl:otherwise>
-       <xsl:text>Release Notes for Apache Forrest </xsl:text><xsl:value-of select="$versionNumber"/>
+       <xsl:text>Release Notes for Apache FOP </xsl:text><xsl:value-of select="$versionNumber"/>
      </xsl:otherwise>
     </xsl:choose>
    </title>

Modified: xmlgraphics/fop/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/skinconf.xml?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/skinconf.xml Thu Aug 23 11:30:05 2007
@@ -42,14 +42,14 @@
   <disable-txt-link>true</disable-txt-link>
   <!-- Disable the xml source link? -->
   <!-- The xml source link makes it possible to access the xml rendition
-    of the source frim the html page, and to have it generated statically.
+    of the source from the html page, and to have it generated statically.
     This can be used to enable other sites and services to reuse the
     xml format for their uses. Keep this disabled if you don't want other
     sites to easily reuse your pages.-->
-  <disable-xml-link>true</disable-xml-link>
+  <disable-xml-link>false</disable-xml-link>
 
   <!-- Disable navigation icons on all external links? -->
-  <disable-external-link-image>true</disable-external-link-image>
+  <disable-external-link-image>false</disable-external-link-image>
 
   <!-- Disable w3c compliance links? 
     Use e.g. align="center" to move the compliance links logos to 
@@ -62,7 +62,7 @@
   <obfuscate-mail-value>.at.</obfuscate-mail-value>
 
   <!-- Disable the javascript facility to change the font size -->
-  <disable-font-script>true</disable-font-script>
+  <disable-font-script>false</disable-font-script>
 
   <!-- mandatory project logo
        default skin: renders it at the top -->
@@ -145,6 +145,10 @@
         in the class attribute of a <p> node. 
         e.g. <p class="quote"/>
     -->
+
+    <!-- The normal content should be at natural size -->
+    #content { font-size: 100%; }
+
     p.quote {
       margin-left: 2em;
       padding: .5em;

Modified: xmlgraphics/fop/trunk/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Thu Aug 23 11:30:05 2007
@@ -28,6 +28,8 @@
 
   <changes>
     <release version="FOP Trunk">
+    </release>    
+    <release version="0.94" date="XX August 2007">
       <action context="Code" dev="JM" type="fix">
         AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8.
       </action>

Modified: xmlgraphics/fop/trunk/xmlgraphics-fop-pom-template.pom
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/xmlgraphics-fop-pom-template.pom?rev=569104&r1=569103&r2=569104&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/xmlgraphics-fop-pom-template.pom (original)
+++ xmlgraphics/fop/trunk/xmlgraphics-fop-pom-template.pom Thu Aug 23 11:30:05 2007
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>xmlgraphics-commons</artifactId>
-      <version>1.1</version>
+      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>batik</groupId>



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