diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-02 16:48:57 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-02 16:48:57 +0000 |
commit | 57f554c453e44d309ddba9ac748772c13b24cf38 (patch) | |
tree | 02baa7cb953046eefa4065872bdea7a27b102401 /src/documentation | |
parent | 1ad900d08ad58f356f1789813c18a0096c889d5b (diff) | |
download | xmlgraphics-fop-57f554c453e44d309ddba9ac748772c13b24cf38.tar.gz xmlgraphics-fop-57f554c453e44d309ddba9ac748772c13b24cf38.zip |
Merged revisions 652456,652465,652467,652520,652525,652565,652581-652582,652673-652674 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r652456 | adelmelle | 2008-05-01 10:16:05 +0100 (Thu, 01 May 2008) | 3 lines
Tweak: activate max-height/min-height and max-width/min-width
........
r652465 | adelmelle | 2008-05-01 10:52:24 +0100 (Thu, 01 May 2008) | 3 lines
Added enum "none" as a legitimate value for max-height/min-height (behavior to be checked)
Added small testcase to check the correspondence mapping.
........
r652467 | adelmelle | 2008-05-01 11:01:51 +0100 (Thu, 01 May 2008) | 3 lines
Minor cleanup: remove height/width members and unused getHeight()/getWidth() accessors
........
r652520 | acumiskey | 2008-05-01 14:46:21 +0100 (Thu, 01 May 2008) | 2 lines
Renamed variable
........
r652525 | acumiskey | 2008-05-01 15:01:54 +0100 (Thu, 01 May 2008) | 2 lines
Forgot about dependency on PrintRenderer, last commit broke the build - will commit this rename later.
........
r652565 | adelmelle | 2008-05-01 17:15:44 +0100 (Thu, 01 May 2008) | 2 lines
Javadoc corrections
........
r652581 | jeremias | 2008-05-01 18:15:49 +0100 (Thu, 01 May 2008) | 1 line
Website fixes.
........
r652582 | jeremias | 2008-05-01 18:16:57 +0100 (Thu, 01 May 2008) | 1 line
DSC = Document Structuring Conventions!
........
r652673 | adelmelle | 2008-05-01 22:34:19 +0100 (Thu, 01 May 2008) | 2 lines
First steps towards fo:retrieve-table-marker
........
r652674 | adelmelle | 2008-05-01 22:39:17 +0100 (Thu, 01 May 2008) | 1 line
Code style: single class imports only...
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@652813 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/0.95/graphics.xml | 12 | ||||
-rw-r--r-- | src/documentation/content/xdocs/compliance.ihtml | 8 | ||||
-rw-r--r-- | src/documentation/content/xdocs/news.xml | 30 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/graphics.xml | 12 |
4 files changed, 42 insertions, 20 deletions
diff --git a/src/documentation/content/xdocs/0.95/graphics.xml b/src/documentation/content/xdocs/0.95/graphics.xml index 31e54d8fd..dce05aa47 100644 --- a/src/documentation/content/xdocs/0.95/graphics.xml +++ b/src/documentation/content/xdocs/0.95/graphics.xml @@ -324,6 +324,18 @@ </li> </ul> </section> + <section id="imageio"> + <title>Image I/O</title> + <p> + The image loading framework in <a href="ext:xmlgraphics.apache.org/commons">XML Graphics Commons</a> + provides a wrapper to load images through the + <a class="fork" href="http://java.sun.com/j2se/1.4.2/docs/guide/imageio/index.html">JDK's Image I/O API</a> (JSR 015). + Image I/O allows to dynamically add additional image codecs. An example of such an + add-on library are the + <a class="fork" href="http://java.sun.com/products/java-media/jai/">JAI Image I/O Tools</a> + available from Sun. + </p> + </section> </section> <section id="image-formats"> <title>Details on image formats</title> diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index a704ee791..181f1fe1d 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -3995,7 +3995,7 @@ <td class="no">no</td> - <td class="no">no</td> + <td class="yes">yes</td> <td align="center"> </td> </tr> @@ -4014,7 +4014,7 @@ <td class="no">no</td> - <td class="no">no</td> + <td class="yes">yes</td> <td align="center"> </td> </tr> @@ -4033,7 +4033,7 @@ <td class="no">no</td> - <td class="no">no</td> + <td class="yes">yes</td> <td align="center"> </td> </tr> @@ -4052,7 +4052,7 @@ <td class="no">no</td> - <td class="no">no</td> + <td class="yes">yes</td> <td align="center"> </td> </tr> diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml index c72d76129..0a4467e66 100644 --- a/src/documentation/content/xdocs/news.xml +++ b/src/documentation/content/xdocs/news.xml @@ -16,9 +16,7 @@ limitations under the License. --> <!-- $Id$ --> -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" - "http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/dtd/document-v12.dtd?view=co"> - +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> <document> <header> <title>News</title> @@ -87,7 +85,7 @@ </p> <p> Please see also the - <link href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200511.mbox/%3c20051123002157.0EB0.JEREMIAS@apache.org%3e">announcement</link>. + <a href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200511.mbox/%3c20051123002157.0EB0.JEREMIAS@apache.org%3e">announcement</a>. <!-- TODO re-enable and the <link href="relnotes.html#FOP+0.90+alpha+1">release notes</link>.--> </p> </section> @@ -99,7 +97,7 @@ <title>20 October 2004 - Creation of the Apache XML Graphics project</title> <p> The Apache Board of Directors agreed to the creation of the - <link href="http://xmlgraphics.apache.org">Apache XML Graphics</link> + <a href="http://xmlgraphics.apache.org">Apache XML Graphics</a> project which will be comprised of Batik and FOP. Both former Apache XML subprojects are in this way complying with the Board's desire to improve project oversight. Both project teams also see additional @@ -152,8 +150,8 @@ </ul> <p> See also the full text of the - <link href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=fop-dev@xml.apache.org&msgNo=6067"> - announcement</link>. + <a href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=fop-dev@xml.apache.org&msgNo=6067"> + announcement</a>. <!-- TODO re-enable and the <link href="relnotes.html#FOP+0.20.5">release notes</link>.--> </p> </section> @@ -164,15 +162,15 @@ <section> <title>23 May 2003 - FOP 0.20.5 Release Candidate 3 available</title> <p> - See the full text of the <link - href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=fop-dev@xml.apache.org&msgNo=5429">announcement</link>. + See the full text of the <a + href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=fop-dev@xml.apache.org&msgNo=5429">announcement</a>. </p> </section> <section> <title>18 February 2003 - FOP 0.20.5 Release Candidate 2 available</title> <p> - See the full text of the <link - href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=fop-dev@xml.apache.org&msgNo=4509">announcement</link>. + See the full text of the <a + href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=fop-dev@xml.apache.org&msgNo=4509">announcement</a>. </p> </section> <section> @@ -189,16 +187,16 @@ <section> <title>23 December 2002 - Official FOP Wiki</title> <p> - See <link href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectPages" - >FOP project pages</link> at the ApacheWiki. + See <a href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectPages" + >FOP project pages</a> at the ApacheWiki. </p> </section> <section> <title>10 December 2002 - FOP 0.20.5 Release Candidate available</title> <p> - See the full text of the <link + See the full text of the <a href="http://marc.theaimsgroup.com/?l=fop-user&m=103954279712704&w=2" - >announcement</link>. + >announcement</a>. </p> </section> <section> @@ -206,7 +204,7 @@ <p> The EXSLFO project is a community effort to define functional extensions to thet XSL Formatting Objects specification. See the - <link href="http://exslfo.sourceforge.net">EXSLFO website</link> for details. + <a href="http://exslfo.sourceforge.net">EXSLFO website</a> for details. </p> </section> <section> diff --git a/src/documentation/content/xdocs/trunk/graphics.xml b/src/documentation/content/xdocs/trunk/graphics.xml index 31e54d8fd..dce05aa47 100644 --- a/src/documentation/content/xdocs/trunk/graphics.xml +++ b/src/documentation/content/xdocs/trunk/graphics.xml @@ -324,6 +324,18 @@ </li> </ul> </section> + <section id="imageio"> + <title>Image I/O</title> + <p> + The image loading framework in <a href="ext:xmlgraphics.apache.org/commons">XML Graphics Commons</a> + provides a wrapper to load images through the + <a class="fork" href="http://java.sun.com/j2se/1.4.2/docs/guide/imageio/index.html">JDK's Image I/O API</a> (JSR 015). + Image I/O allows to dynamically add additional image codecs. An example of such an + add-on library are the + <a class="fork" href="http://java.sun.com/products/java-media/jai/">JAI Image I/O Tools</a> + available from Sun. + </p> + </section> </section> <section id="image-formats"> <title>Details on image formats</title> |