]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Documented additional known issue with PS Renderer that I didn't have time to fix. fop-0_90 fop-0_90
authorJeremias Maerki <jeremias@apache.org>
Mon, 21 Nov 2005 10:54:09 +0000 (10:54 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 21 Nov 2005 10:54:09 +0000 (10:54 +0000)
Redirects and release names cleaned up as per Simon's suggestions.
Reenabled javadocs on the binary dist. Agreed with Christian via IM to look at this for the next release (separate docs zip or whatever, remove XML JARs for 1.4 builds or not etc.).
Added link to latest release branch to download page.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_90@345890 13f79535-47bb-0310-9956-ffa450edef68

README
build.xml
src/documentation/content/.htaccess
src/documentation/content/latest/.htaccess [deleted file]
src/documentation/content/xdocs/compliance.ihtml
src/documentation/content/xdocs/download.xml
src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/relnotes.xml

diff --git a/README b/README
index b625c03aa5fcadb64948b6c22718d9a61aa97b5c..fd0b894573b00927dfdf0a8c9c9eab4648f4e9f7 100644 (file)
--- a/README
+++ b/README
@@ -147,3 +147,4 @@ Known issues:
     - Omitting fo:table-column or having fo:table-column without a column-width 
       and attempting to create columns implicitly from the first
       table row is not implemented, yet (Bugzilla #35656).
+    - Leaders with the "rule" pattern don't work for PostScript output.
index 0a1323c7d29f169c404048ea4f8571ed9c59d04f..882db69f7413f92ef243a4f4de206c083c001801 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1074,11 +1074,9 @@ NOTE:
     <copy todir="${dist.bin.result.dir}/docs">
       <fileset dir="${build.dir}/site"/>
     </copy>
-    <!--
     <copy todir="${dist.bin.result.dir}/javadocs">
       <fileset dir="${build.javadocs.dir}"/>
     </copy>
-    -->
     <mkdir dir="${dist.bin.result.dir}/build"/>
     <copy todir="${dist.bin.result.dir}/build" file="build/fop.jar"/>
     <chmod file="${dist.bin.result.dir}/fop" perm="ugo+rx"/>
@@ -1105,11 +1103,6 @@ NOTE:
     <copy todir="${dist.src.result.dir}">
       <fileset refid="dist.src"/>
     </copy>
-    <!--copy todir="${dist.src.result.dir}/javadocs">
-      <fileset dir="${build.javadocs.dir}"/>
-    </copy-->
-    <!--mkdir dir="${dist.src.result.dir}/build"/>
-    <copy todir="${dist.src.result.dir}/build" file="build/fop.jar"/-->
     <chmod file="${dist.src.result.dir}/fop" perm="ugo+rx"/>
 
     <zip zipfile="${name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
index 04e7d2e362c69c1c1eb4603bb172abff6cd76a64..5a01cf1349d99dcf37eaee6dd28ef4f8115521fa 100644 (file)
@@ -11,3 +11,10 @@ RedirectMatch Permanent ^/fop/output(.*) http://xmlgraphics.apache.org/fop/0.20.
 RedirectMatch Permanent ^/fop/pdfencryption(.*) http://xmlgraphics.apache.org/fop/0.20.5/pdfencryption$1
 RedirectMatch Permanent ^/fop/running(.*) http://xmlgraphics.apache.org/fop/0.20.5/running$1
 RedirectMatch Permanent ^/fop/servlets(.*) http://xmlgraphics.apache.org/fop/0.20.5/servlets$1
+
+# redirect to versioned documentation
+Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/0.20.5
+Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/0.20.5
+Redirect Temp /fop/0.90alpha1 http://xmlgraphics.apache.org/fop/0.90
+Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/0.90
+Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/0.90
diff --git a/src/documentation/content/latest/.htaccess b/src/documentation/content/latest/.htaccess
deleted file mode 100644 (file)
index 3b0df5f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# redirect to latest release documentation
-Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/0.20.5
index f67fee203ac251db0140904fa4b9efb0c895cdec..7dfd4770974df5b845c416d001da731a4be88f66 100644 (file)
     </tr>
     <tr>
       <th align="center">
-        &nbsp;0.20.5&nbsp;
+        0.20.5 (current stable)
       </th>
       <th align="center">
-        Latest Release
+        0.90alpha1 (unstable)
       </th>
     </tr>
     <tr>
             [0.20.5] For absolute positioning, use 'position="absolute"' (as 'absolute-position="absolute"' is not implemented), and specify all four of "left", "top", "width" and "height"
           </li>
           <li>
-            [Latest] No known restrictions.
+            [0.90alpha1] No known restrictions.
           </li>
         </ul>
       </td>
             [0.20.5] Only works for table of contents without any problems. The case where the page number doesn't fit on a line isn't handled, and any text on the same line and after the page-number might not appear exactly where you want it to.
           </li>
           <li>
-            [Latest] After the page number is known, no relayout is performed. The appearance may be suboptimal depending on the use case.
+            [0.90alpha1] After the page number is known, no relayout is performed. The appearance may be suboptimal depending on the use case.
           </li>
         </ul>
       </td>
       <td align="left">
         <ul>
           <li>
-            [Latest] Only border-collapse="separate" is supported and there's no support for automatic column widths.
+            [0.90alpha1] Only border-collapse="separate" is supported and there's no support for automatic column widths.
           </li>
         </ul>
       </td>
       </td>
       <td align="left">
         <ul>
-          <li>[Latest] Restrictions with multi-column documents.</li>
+          <li>[0.90alpha1] Restrictions with multi-column documents.</li>
         </ul>
       </td>
     </tr>
     </tr>
     <tr>
       <th align="center">
-        &nbsp;0.20.5&nbsp;
+        0.20.5 (current stable)
       </th>
       <th align="center">
-        Latest Release
+        0.90alpha1 (unstable)
       </th>
     </tr>
     <tr>
             [0.20.5] Use shorthand position="absolute" as a workaround.
           </li>
           <li>
-            [Latest] No restrictions. The 0.20.5 work-around is not supported.
+            [0.90alpha1] No restrictions. The 0.20.5 work-around is not supported.
           </li>
         </ul>
       </td>
       <td align="left">
         <ul>
           <li>
-            [Latest] not yet implemented on table-body, table-header and table-footer.
+            [0.90alpha1] not yet implemented on table-body, table-header and table-footer.
           </li>
         </ul>
       </td>
       <td align="partial">
         <ul>
           <li>
-            [Latest] not yet implemented on table-body, table-header and table-footer.
+            [0.90alpha1] not yet implemented on table-body, table-header and table-footer.
           </li>
         </ul>
       </td>
             [0.20.5] "normal", "bolder" and "lighter" are not supported
           </li>
           <li>
-            [Latest] TODO &lt;relative&gt; font weights
+            [0.90alpha1] TODO &lt;relative&gt; font weights
           </li>
         </ul>
       </td>
             [0.20.5] space-before.optimum supported
           </li>
           <li>
-            [Latest] Space adjustment may not fully work everywhere, yet.
+            [0.90alpha1] Space adjustment may not fully work everywhere, yet.
           </li>
         </ul>
       </td>
             [0.20.5] space-after.optimum supported
           </li>
           <li>
-            [Latest] Space adjustment may not fully work everywhere, yet.
+            [0.90alpha1] Space adjustment may not fully work everywhere, yet.
           </li>
         </ul>
       </td>
             [0.20.5] For table-cell, the "height" attribute must be set for the parent table-row; setting the height of the table or the table-cell results in vertical centering having no effect. 
           </li>
           <li>
-            [Latest] TODO Check e-g, i-f-o.
+            [0.90alpha1] TODO Check e-g, i-f-o.
           </li>
         </ul>
       </td>
       <td align="left">
         <ul>
           <li>
-            [Latest] value "line-height" not supported
+            [0.90alpha1] value "line-height" not supported
           </li>
         </ul>
       </td>
       <td align="left">
         <ul>
           <li>
-            [Latest] Value "treat-as-zero-width-space" not supported
+            [0.90alpha1] Value "treat-as-zero-width-space" not supported
           </li>
         </ul>
       </td>
       <td align="left">
         <ul>
           <li>
-            [Latest] Only the values "ignore" and "ignore-if-surrounding-linefeed" work reliably
+            [0.90alpha1] Only the values "ignore" and "ignore-if-surrounding-linefeed" work reliably
           </li>
         </ul>
       </td>
       <td align="left">
         <ul>
           <li>
-            [Latest] Only supported on fo:block.
+            [0.90alpha1] Only supported on fo:block.
           </li>
         </ul>
       </td>
             [0.20.5] works only in table rows
           </li>
           <li>
-            [Latest] works on all implemented FOs.
+            [0.90alpha1] works on all implemented FOs.
           </li>
           <li>
-            [Latest] &lt;integer&gt; values are not supported.
+            [0.90alpha1] &lt;integer&gt; values are not supported.
           </li>
         </ul>
       </td>
             [0.20.5] works only in table rows
           </li>
           <li>
-            [Latest] works on all implemented FOs.
+            [0.90alpha1] works on all implemented FOs.
           </li>
           <li>
-            [Latest] &lt;integer&gt; values are not supported.
+            [0.90alpha1] &lt;integer&gt; values are not supported.
           </li>
         </ul>
       </td>
             [0.20.5] works only in table rows
           </li>
           <li>
-            [Latest] works on all implemented FOs, except list- and table-related FOs.
+            [0.90alpha1] works on all implemented FOs, except list- and table-related FOs.
           </li>
           <li>
-            [Latest] &lt;integer&gt; values are not supported.
+            [0.90alpha1] &lt;integer&gt; values are not supported.
           </li>
         </ul>
       </td>
       </td>
       <td align="center">
         <ul>  
-          <li>[Latest] TODO TBD</li>
+          <li>[0.90alpha1] TODO TBD</li>
         </ul>
       </td>
     </tr>
             [0.20.5] not value "page"
           </li>
           <li>
-            [Latest] Not uspported
+            [0.90alpha1] Not uspported
           </li>
         </ul>
       </td>
             [0.20.5] not value "use-content"
           </li>
           <li>
-            [Latest] Value "use-content" does not work in all circumstances.
+            [0.90alpha1] Value "use-content" does not work in all circumstances.
           </li>
         </ul>
       </td>
       </td>
       <td align="left">
         <ul>
-          <li>[Latest] IDs on table-header, table-footer, table-body, table-row, table-and-caption, table-caption, inline-container and bidi-override are not available, yet.</li>
+          <li>[0.90alpha1] IDs on table-header, table-footer, table-body, table-row, table-and-caption, table-caption, inline-container and bidi-override are not available, yet.</li>
         </ul>
       </td>
     </tr>
index d7784b6399e778827ad89dabdd1910a458f7ae6e..9f27e7d51b139e3ebfff737464f6e15043e9c95a 100644 (file)
@@ -91,7 +91,7 @@
       <p/>
       <table>
         <tr>
-          <th colspan="2">Maintenance Branch</th>
+          <th colspan="2">Old Maintenance Branch (for 0.20.5)</th>
         </tr>
         <tr>
           <td>Repository URL</td>
             </link>
           </td>
         </tr>
+        <tr>
+          <th colspan="2">Latest Release Branch</th>
+        </tr>
+        <tr>
+          <td>Repository URL</td>
+          <td>
+            <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_90/">
+              <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_90/</code>
+            </link>
+          </td>
+        </tr>
+        <tr>
+          <td>Web view</td>
+          <td>
+            <link href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_90/">
+              <code>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_90/</code>
+            </link>
+          </td>
+        </tr>
         <tr>
           <th colspan="2">Trunk</th>
         </tr>
index cf71f7d570b6fee73e13f22693a69918ec911326..3981729aeefbae97c48bf5c3332946f409ef8bba 100644 (file)
@@ -41,7 +41,7 @@
       W3C Recommendation</link>.
     </p>
     <p>
-      The latest release of FOP (<link href="0.90/">0.90 alpha 1</link>) is the first preview release 
+      The latest unstable version of FOP (<link href="0.90/">0.90 alpha 1</link>) is the first preview release 
       after a large redesign effort and implements a larger subset than 0.20.5 of the 
       <link href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0 W3C Recommendation</link>
       as well as some parts of the <link href="http://www.w3.org/TR/xsl11">XSL-FO Version 1.1 Working Draft</link>.
index a3c2346f2f851bf348419b935bf850920a5ae363..e7aafdd766a7914d26cf499400db54e722e07419 100644 (file)
@@ -15,9 +15,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
-
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
     <title>Release Notes</title>
@@ -39,7 +37,7 @@
   <p>Caveats:</p>
   <ul>
     <li>
-      This release is a preview release and not intended for use in a
+      This release is a (unstable) preview release and not intended for use in a
       production environment. Use at your own risk!
     </li>
     <li>
@@ -48,7 +46,7 @@
     </li>
     <li>
       You may experience different behaviour compared to version 0.20.5.
-      Please consult the <link href="0.90/upgrading.html">"Upgrading"</link> page indicated above for details.
+      Please consult the <a href="0.90/upgrading.html">"Upgrading"</a> page indicated above for details.
     </li>
   </ul>
   <p>Known Issues:</p>
@@ -79,7 +77,7 @@
     </li>
     <li>
       There's a problem involving nested block-containers and 
-      reference-orientation 180/-180 (<link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36391">Bugzilla #36391</link>)
+      reference-orientation 180/-180 (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36391">Bugzilla #36391</a>)
     </li>
     <li>
       block-containers with no height currently don't create a fence for
     </li>
     <li>
       Column balancing in multi-column documents may not work as expected
-      (<link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36356">Bugzilla #36356</link>)
+      (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36356">Bugzilla #36356</a>)
     </li>
     <li>
       Omitting fo:table-column or having fo:table-column without a column-width 
       and attempting to create columns implicitly from the first
-      table row is not implemented, yet (<link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35656">Bugzilla #35656</link>).
+      table row is not implemented, yet (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35656">Bugzilla #35656</a>).
+    </li>
+    <li>
+      Leaders with the "rule" pattern don't work for PostScript output.
     </li>
   </ul>
 </section>
       no, sk, tr) have been removed due to licensing reasons
       (en_GB hyphenation has been renamed to en).
       We're still working on this issue
-      (see <link href="http://wiki.apache.org/xmlgraphics-fop/FOPAudits/March2003">
-      Wiki</link> for details).
+      (see <a href="http://wiki.apache.org/xmlgraphics-fop/FOPAudits/March2003">
+      Wiki</a> for details).
     </li>
-    <li>Documentation is now built with <link href="http://xml.apache.org/forrest/">
-        Forrest</link> (version 0.4). You need to install Forrest if you want build the docs
+    <li>Documentation is now built with <a href="http://xml.apache.org/forrest/">
+        Forrest</a> (version 0.4). You need to install Forrest if you want build the docs
         yourself. (See
-        <link href="http://xml.apache.org/forrest/your-project.html">Using Forrest</link>)
+        <a href="http://xml.apache.org/forrest/your-project.html">Using Forrest</a>)
     </li>
     <li>The following JARs have been updated:
         Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
     </li>
     <li>FOP has been compiled with Jimi support, but Jimi is not included in the
         FOP distribution. To use it, first download
-        <link href="http://java.sun.com/products/jimi/">Jimi</link>, then extract
+        <a href="http://java.sun.com/products/jimi/">Jimi</a>, then extract
         the archive, then
         copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
     </li>
     <li>FOP has been compiled with JAI support, but JAI is not included in the
         FOP distribution. To use it, simply install
-        <link href="http://java.sun.com/products/java-media/jai">JAI</link>.
+        <a href="http://java.sun.com/products/java-media/jai">JAI</a>.
     </li>
     <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
         a problem you can set the system property "links.merge" to "no".
     </li>
-    <li>FOP has been compiled with cryptography support. See <link href="0.20.5/pdfencryption.html">
-      PDF encryption</link> for details about installation and usage.
+    <li>FOP has been compiled with cryptography support. See <a href="0.20.5/pdfencryption.html">
+      PDF encryption</a> for details about installation and usage.
     </li>
     <li>The behaviour of leader has changed. See
-      <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19341">bug #19341</link>,
-      <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19465">bug #19465</link>
+      <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19341">bug #19341</a>,
+      <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19465">bug #19465</a>
       and <code>leader.fo</code> (examples).
     </li>
     <li>
       </li>
       <li>FOP has been compiled with Jimi support this time
         but you still have to download
-        <link href="http://java.sun.com/products/jimi/">Jimi</link>
+        <a href="http://java.sun.com/products/jimi/">Jimi</a>
         and copy it to lib/ to get PNG support (no need to build FOP yourself though).
       </li>
       <li>Building FOP with JDK1.2 does not work. Running is ok except
         support for additional truetype fonts in AWT Viewer.
       </li>
       <li>Logging has been changed from LogKit to Avalon's Logger Interface.
-        (see <link href="0.20.5/embedding.html">Embedding</link> for details).
+        (see <a href="0.20.5/embedding.html">Embedding</a> for details).
       </li>
       <li>Building under JDK 1.4:
          You need to add a method in
   <p>Important Information:</p>
     <ul>
        <li>This version supports the
-         <link href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
-         W3C Recommendation</link> syntax. So don't forget to update your
+         <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
+         W3C Recommendation</a> syntax. So don't forget to update your
          Stylesheets:
          <br/>Just rename the <code>master-name</code> property to <code>master-reference</code>
          on <code>fo:page-sequence</code>, <code>fo:single-page-master-reference</code>,
        <li>JDK 1.2 (or later) is required</li>
        <li>Jimi has been removed for licensing reasons
          <br/>If you need PNG support you have to download
-           <link href="http://java.sun.com/products/jimi/">Jimi</link>,
+           <a href="http://java.sun.com/products/jimi/">Jimi</a>,
            copy it to lib/ and build FOP yourself</li>
       <li>Building under JDK 1.4:
         <br/>You need to add a method in