Skip to content

Commit

Permalink
Documented additional known issue with PS Renderer that I didn't have…
Browse files Browse the repository at this point in the history
… time to fix.

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
  • Loading branch information
jmaerki committed Nov 21, 2005
1 parent 986e67f commit 1035d86
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 64 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 0 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand All @@ -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="**"/>
Expand Down
7 changes: 7 additions & 0 deletions src/documentation/content/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions src/documentation/content/latest/.htaccess

This file was deleted.

58 changes: 29 additions & 29 deletions src/documentation/content/xdocs/compliance.ihtml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@
</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>
Expand Down Expand Up @@ -611,7 +611,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>
[Latest] No known restrictions.
[0.90alpha1] No known restrictions.
</li>
</ul>
</td>
Expand Down Expand Up @@ -825,7 +825,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>
[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>
Expand Down Expand Up @@ -874,7 +874,7 @@
<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>
Expand Down Expand Up @@ -1284,7 +1284,7 @@
</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>
Expand Down Expand Up @@ -1398,10 +1398,10 @@
</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>
Expand Down Expand Up @@ -1476,7 +1476,7 @@
[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>
Expand Down Expand Up @@ -1970,7 +1970,7 @@
<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>
Expand All @@ -1994,7 +1994,7 @@
<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>
Expand Down Expand Up @@ -2951,7 +2951,7 @@
[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>
Expand Down Expand Up @@ -3224,7 +3224,7 @@
[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>
Expand All @@ -3251,7 +3251,7 @@
[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>
Expand Down Expand Up @@ -3460,7 +3460,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>
[Latest] TODO Check e-g, i-f-o.
[0.90alpha1] TODO Check e-g, i-f-o.
</li>
</ul>
</td>
Expand Down Expand Up @@ -3874,7 +3874,7 @@
<td align="left">
<ul>
<li>
[Latest] value "line-height" not supported
[0.90alpha1] value "line-height" not supported
</li>
</ul>
</td>
Expand All @@ -3898,7 +3898,7 @@
<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>
Expand All @@ -3922,7 +3922,7 @@
<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>
Expand Down Expand Up @@ -4034,7 +4034,7 @@
<td align="left">
<ul>
<li>
[Latest] Only supported on fo:block.
[0.90alpha1] Only supported on fo:block.
</li>
</ul>
</td>
Expand Down Expand Up @@ -4401,10 +4401,10 @@
[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>
Expand All @@ -4431,10 +4431,10 @@
[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>
Expand All @@ -4461,10 +4461,10 @@
[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>
Expand Down Expand Up @@ -4552,7 +4552,7 @@
</td>
<td align="center">
<ul>
<li>[Latest] TODO TBD</li>
<li>[0.90alpha1] TODO TBD</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -4630,7 +4630,7 @@
[0.20.5] not value "page"
</li>
<li>
[Latest] Not uspported
[0.90alpha1] Not uspported
</li>
</ul>
</td>
Expand All @@ -4657,7 +4657,7 @@
[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>
Expand Down Expand Up @@ -6111,7 +6111,7 @@
</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>
Expand Down
21 changes: 20 additions & 1 deletion src/documentation/content/xdocs/download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -109,6 +109,25 @@
</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>
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/content/xdocs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
Expand Down
Loading

0 comments on commit 1035d86

Please sign in to comment.