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 je...@apache.org on 2005/12/23 15:39:56 UTC

svn commit: r358813 - in /xmlgraphics/fop/branches/fop-0_91/src/documentation/content: ./ xdocs/ xdocs/0.90/ xdocs/0.91/

Author: jeremias
Date: Fri Dec 23 06:39:44 2005
New Revision: 358813

URL: http://svn.apache.org/viewcvs?rev=358813&view=rev
Log:
Added 0.91 beta documentation.
Updated compliance page.

Added:
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/
      - copied from r357946, xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/trunk/
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/fonts.xml
      - copied unchanged from r358397, xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/trunk/fonts.xml
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/upgrading.xml
      - copied unchanged from r358791, xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/trunk/upgrading.xml
Removed:
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.90/
Modified:
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/.htaccess
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/index.xml
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/compliance.ihtml
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/index.xml
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/site.xml
    xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/tabs.xml

Modified: xmlgraphics/fop/branches/fop-0_91/src/documentation/content/.htaccess
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_91/src/documentation/content/.htaccess?rev=358813&r1=358812&r2=358813&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_91/src/documentation/content/.htaccess (original)
+++ xmlgraphics/fop/branches/fop-0_91/src/documentation/content/.htaccess Fri Dec 23 06:39:44 2005
@@ -15,6 +15,7 @@
 # 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
+Redirect Temp /fop/0.90alpha1 http://xmlgraphics.apache.org/fop/0.91
+Redirect Temp /fop/0.91beta http://xmlgraphics.apache.org/fop/0.91
+Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/0.91
+Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/0.91

Modified: xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/index.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/index.xml?rev=358813&r1=357946&r2=358813&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/index.xml (original)
+++ xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/0.91/index.xml Fri Dec 23 06:39:44 2005
@@ -18,18 +18,13 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP Trunk (Development code)</title>
+    <title>Apache FOP 0.91 beta</title>
     <version>$Revision: 201586 $</version>
   </header>
   <body>
     <section id="intro">
       <title>Introduction</title>
       <p>
-        <strong>FOP Trunk</strong> is the name for the current development code as found in the 
-        <a href="ext:svn-repo/trunk">Subversion repository</a>. This section of the FOP provides
-        the documentation for this version.
-      </p>
-      <p>
         The Apache FOP team is proud to present to you the largely rewritten codebase which is 
         finally in a state where you can start to use it. It has taken over three years to get this
         far and over two years without a new release from the FOP project. We would like to encourage 
@@ -37,12 +32,23 @@
         features and stabilizing the code. We welcome any feedback you might have and even more, any
         other form of help to get the project forward.
       </p>
+      <p>
+        This second release is mostly a bug fix release but also contains a few new features compared
+        to 0.90alpha1. To see what has changed since the last release, please visit the 
+        <a href="../changes.html">Changes Page</a> and the <a href="../relnotes.html">Release Notes</a>.
+      </p>
     </section>
     <section id="upgrading">
       <title>Upgrading from an earlier version</title>
       <p>
         If you're upgrading to this version from an earlier version of FOP, please read the 
         information contained on the <a href="upgrading.html">Upgrading page</a>!
+      </p>
+    </section>
+    <section id="download">
+      <title>Download</title>
+      <p>
+        To download this version, please visit the <a href="../download.html">download page</a>.
       </p>
     </section>
   </body>

Modified: xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/compliance.ihtml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/compliance.ihtml?rev=358813&r1=358812&r2=358813&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/compliance.ihtml (original)
+++ xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/compliance.ihtml Fri Dec 23 06:39:44 2005
@@ -176,7 +176,7 @@
         0.20.5 (current stable)
       </th>
       <th align="center">
-        0.90alpha1 (unstable)
+        0.91 beta (unstable)
       </th>
     </tr>
     <tr>
@@ -614,7 +614,7 @@
             [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>
-            [0.90alpha1] No known restrictions.
+            [0.91 beta] No known restrictions.
           </li>
         </ul>
       </td>
@@ -828,7 +828,7 @@
             [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>
-            [0.90alpha1] After the page number is known, no relayout is performed. The appearance may be suboptimal depending on the use case.
+            [0.91 beta] After the page number is known, no relayout is performed. The appearance may be suboptimal depending on the use case.
           </li>
         </ul>
       </td>
@@ -877,7 +877,7 @@
       <td align="left">
         <ul>
           <li>
-            [0.90alpha1] Only border-collapse="separate" is supported and there's no support for automatic column widths.
+            [0.91 beta] Only border-collapse="separate" is supported and there's no support for automatic column widths.
           </li>
         </ul>
       </td>
@@ -1358,7 +1358,7 @@
       </td>
       <td align="left">
         <ul>
-          <li>[0.90alpha1] Restrictions with multi-column documents.</li>
+          <li>[0.91 beta] Restrictions with multi-column documents.</li>
         </ul>
       </td>
     </tr>
@@ -1475,7 +1475,7 @@
         0.20.5 (current stable)
       </th>
       <th align="center">
-        0.90alpha1 (unstable)
+        0.91 beta (unstable)
       </th>
     </tr>
     <tr>
@@ -1550,7 +1550,7 @@
             [0.20.5] Use shorthand position="absolute" as a workaround.
           </li>
           <li>
-            [0.90alpha1] No restrictions. The 0.20.5 work-around is not supported.
+            [0.91 beta] No restrictions. The 0.20.5 work-around is not supported.
           </li>
         </ul>
       </td>
@@ -2044,7 +2044,7 @@
       <td align="left">
         <ul>
           <li>
-            [0.90alpha1] not yet implemented on table-body, table-header and table-footer.
+            [0.91 beta] not yet implemented on table-body, table-header and table-footer.
           </li>
         </ul>
       </td>
@@ -2068,7 +2068,7 @@
       <td align="partial">
         <ul>
           <li>
-            [0.90alpha1] not yet implemented on table-body, table-header and table-footer.
+            [0.91 beta] not yet implemented on table-body, table-header and table-footer.
           </li>
         </ul>
       </td>
@@ -3025,7 +3025,7 @@
             [0.20.5] "normal", "bolder" and "lighter" are not supported
           </li>
           <li>
-            [0.90alpha1] TODO &lt;relative&gt; font weights
+            [0.91 beta] TODO &lt;relative&gt; font weights
           </li>
         </ul>
       </td>
@@ -3298,7 +3298,7 @@
             [0.20.5] space-before.optimum supported
           </li>
           <li>
-            [0.90alpha1] Space adjustment may not fully work everywhere, yet.
+            [0.91 beta] Space adjustment may not fully work everywhere, yet.
           </li>
         </ul>
       </td>
@@ -3325,7 +3325,7 @@
             [0.20.5] space-after.optimum supported
           </li>
           <li>
-            [0.90alpha1] Space adjustment may not fully work everywhere, yet.
+            [0.91 beta] Space adjustment may not fully work everywhere, yet.
           </li>
         </ul>
       </td>
@@ -3534,7 +3534,7 @@
             [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>
-            [0.90alpha1] TODO Check e-g, i-f-o.
+            [0.91 beta] TODO Check e-g, i-f-o.
           </li>
         </ul>
       </td>
@@ -3948,7 +3948,7 @@
       <td align="left">
         <ul>
           <li>
-            [0.90alpha1] value "line-height" not supported
+            [0.91 beta] value "line-height" not supported
           </li>
         </ul>
       </td>
@@ -3972,7 +3972,7 @@
       <td align="left">
         <ul>
           <li>
-            [0.90alpha1] Value "treat-as-zero-width-space" not supported
+            [0.91 beta] Value "treat-as-zero-width-space" not supported
           </li>
         </ul>
       </td>
@@ -3996,7 +3996,7 @@
       <td align="left">
         <ul>
           <li>
-            [0.90alpha1] Only the values "ignore" and "ignore-if-surrounding-linefeed" work reliably
+            [0.91 beta] Only the values "ignore" and "ignore-if-surrounding-linefeed" work reliably
           </li>
         </ul>
       </td>
@@ -4108,7 +4108,7 @@
       <td align="left">
         <ul>
           <li>
-            [0.90alpha1] Only supported on fo:block.
+            [0.91 beta] Only supported on fo:block.
           </li>
         </ul>
       </td>
@@ -4475,10 +4475,10 @@
             [0.20.5] works only in table rows
           </li>
           <li>
-            [0.90alpha1] works on all implemented FOs.
+            [0.91 beta] works on all implemented FOs.
           </li>
           <li>
-            [0.90alpha1] &lt;integer&gt; values are not supported.
+            [0.91 beta] &lt;integer&gt; values are not supported.
           </li>
         </ul>
       </td>
@@ -4505,10 +4505,10 @@
             [0.20.5] works only in table rows
           </li>
           <li>
-            [0.90alpha1] works on all implemented FOs.
+            [0.91 beta] works on all implemented FOs.
           </li>
           <li>
-            [0.90alpha1] &lt;integer&gt; values are not supported.
+            [0.91 beta] &lt;integer&gt; values are not supported.
           </li>
         </ul>
       </td>
@@ -4535,10 +4535,10 @@
             [0.20.5] works only in table rows
           </li>
           <li>
-            [0.90alpha1] works on all implemented FOs, except list- and table-related FOs.
+            [0.91 beta] works on all implemented FOs, except list- and table-related FOs.
           </li>
           <li>
-            [0.90alpha1] &lt;integer&gt; values are not supported.
+            [0.91 beta] &lt;integer&gt; values are not supported.
           </li>
         </ul>
       </td>
@@ -4621,13 +4621,11 @@
       <td class="no">
         no
       </td>
-      <td class="partial">
-        partial
+      <td class="yes">
+        yes
       </td>
       <td align="center">
-        <ul>  
-          <li>[0.90alpha1] TODO TBD</li>
-        </ul>
+        &nbsp;
       </td>
     </tr>
     <tr>
@@ -4704,7 +4702,7 @@
             [0.20.5] not value "page"
           </li>
           <li>
-            [0.90alpha1] Not uspported
+            [0.91 beta] Not uspported
           </li>
         </ul>
       </td>
@@ -4731,7 +4729,7 @@
             [0.20.5] not value "use-content"
           </li>
           <li>
-            [0.90alpha1] Value "use-content" does not work in all circumstances.
+            [0.91 beta] Value "use-content" does not work in all circumstances.
           </li>
         </ul>
       </td>
@@ -6185,7 +6183,7 @@
       </td>
       <td align="left">
         <ul>
-          <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>
+          <li>[0.91 beta] 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>

Modified: xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/index.xml?rev=358813&r1=358812&r2=358813&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/index.xml (original)
+++ xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/index.xml Fri Dec 23 06:39:44 2005
@@ -41,7 +41,7 @@
       W3C Recommendation</link>.
     </p>
     <p>
-      The latest unstable version 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.91/">0.91 beta</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>.

Modified: xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/site.xml?rev=358813&r1=358812&r2=358813&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/site.xml (original)
+++ xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/site.xml Fri Dec 23 06:39:44 2005
@@ -85,9 +85,9 @@
   -->
   
   <!--
-  BEGIN Version 0.90 documentation tab
+  BEGIN Version 0.91 documentation tab
   -->
-  <trunk label="FOP 0.90 alpha 1" href="0.90/" tab="currentversion">
+  <trunk label="FOP 0.91 beta" href="0.91/" tab="currentversion">
     <about label="About" href="index.html"/>
     <upgrading label="Upgrading" href="upgrading.html"/>
     
@@ -111,7 +111,7 @@
     
   </trunk>
   <!--
-  END Version 0.90 documentation tab
+  END Version 0.91 documentation tab
   -->
   
   <!--

Modified: xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/tabs.xml?rev=358813&r1=358812&r2=358813&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/tabs.xml (original)
+++ xmlgraphics/fop/branches/fop-0_91/src/documentation/content/xdocs/tabs.xml Fri Dec 23 06:39:44 2005
@@ -21,7 +21,7 @@
 <tabs software="FOP" title="FOP" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
   <tab label="Home" dir=""/>
   <tab label="Version 0.20.5" dir="0.20.5/"/>
-  <tab label="Version 0.90 alpha 1" dir="0.90/"/>
+  <tab label="Version 0.91 beta" dir="0.91/"/>
   <tab label="FOP Trunk" dir="trunk/"/>
   <tab label="Development" dir="dev/"/>
   <!--



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