diff options
author | Peter Hancock <phancock@apache.org> | 2012-10-04 14:46:01 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2012-10-04 14:46:01 +0000 |
commit | af57408966c6e9a525475f52bdc96add31cb0e51 (patch) | |
tree | 7aec6fd97d2d6c501be6b2473aa399b236e37a51 /src/documentation | |
parent | 118f9d4f0f6aeed4971ea9cc61fd4d63198c9a84 (diff) | |
parent | d261730a4f7be752ae12a5ec52e6bad8ee4fa5c1 (diff) | |
download | xmlgraphics-fop-af57408966c6e9a525475f52bdc96add31cb0e51.tar.gz xmlgraphics-fop-af57408966c6e9a525475f52bdc96add31cb0e51.zip |
Merged trunk@1391502
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1394098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/dev/index.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/maillist.xml | 6 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml index 357402026..27f1b2cd9 100644 --- a/src/documentation/content/xdocs/dev/index.xml +++ b/src/documentation/content/xdocs/dev/index.xml @@ -97,7 +97,7 @@ To review the archives, you have several options: <li>The <link href="http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2">Mailing list ARChives</link> (MARC) at the AIMS group (search).</li> <li><link href="http://www.mail-archive.com/fop-dev%40xmlgraphics.apache.org/">The Mail Archive</link>.</li> <li>The <link href="http://dir.gmane.org/gmane.text.xml.fop.devel">GMANE</link> archive.</li> - <li>The <link href="http://www.nabble.com/FOP---Dev-f352.html">Nabble</link> archive.</li> + <li>The <link href="http://apache-fop.1065347.n5.nabble.com/">Nabble</link> archive.</li> <li>The <link href="http://fop-dev.markmail.org">MarkMail</link> archive.</li> </ul> </li> diff --git a/src/documentation/content/xdocs/maillist.xml b/src/documentation/content/xdocs/maillist.xml index b24166462..406ccf3c0 100644 --- a/src/documentation/content/xdocs/maillist.xml +++ b/src/documentation/content/xdocs/maillist.xml @@ -43,17 +43,17 @@ If you are using Microsoft Outlook, this setting can be found at the "Mail Forma <title>Archives</title> <p>To review the archives, you have several options:</p> <ul> - + <li>The <link href="http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/">Apache Mailing List archive</link> (mod_mbox archive, no full-text search, yet).</li> <li>The <link href="http://xmlgraphics.apache.org/mail/fop-users/">Apache Mailing List archive</link> (gzipped mbox files).</li> <li>The <jump href="http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2">Mailing list ARChives </jump> (MARC) at the AIMS group.</li> <li><jump href="http://www.mail-archive.com/fop-users%40xmlgraphics.apache.org/">The Mail Archive</jump>.</li> <li>The <jump href="http://dir.gmane.org/gmane.text.xml.fop.user">GMANE archive</jump>.</li> - <li>The <jump href="http://www.nabble.com/FOP---Users-f353.html">Nabble archive</jump> (only posts after May 2005).</li> + <li>The <jump href="http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html">Nabble archive</jump> (only posts after May 2005).</li> <li>The <jump href="http://fop-users.markmail.org/">MarkMail archive</jump>.</li> </ul> <note> - If you don't like mailing lists and prefer a forum-like system, have a look at + If you don't like mailing lists and prefer a forum-like system, have a look at <jump href="http://dir.gmane.org/gmane.text.xml.fop.user">GMANE</jump> or <jump href="http://www.nabble.com/FOP---Users-f353.html">Nabble</jump>. They allow you to post to the mailing list without having to subscribe. diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 7c4ace72e..5de820c18 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -971,7 +971,8 @@ Note that the value of the encoding attribute in the example is the double-byte xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp"> <fo:layout-master-set> <fo:simple-page-master master-name="simple"> - <afp:tag-logical-element name="The TLE Name" value="The TLE Value" /> + <afp:tag-logical-element name="The TLE Name" value="The TLE Value" + encoding="500" /> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> @@ -985,7 +986,7 @@ Note that the value of the encoding attribute in the example is the double-byte The tag-logical-element extension element can appear within a simple-page-master (page level) or it can appear as child of page-sequence (page group level). Multiple tag-logical-element extension elements within a simple-page-master or - page-sequence are allowed. The name and value attributes are mandatory. + page-sequence are allowed. The name and value attributes are mandatory. The encoding attribute specifying a CCSID encoding is optional. </p> </section> <section id="afp-no-operation"> @@ -1269,6 +1270,7 @@ Note that the value of the encoding attribute in the example is the double-byte <source><![CDATA[<renderer mime="image/tiff"> <transparent-page-background>true</transparent-page-background> <compression>CCITT T.6</compression> + <single-strip>true</single-strip> <fonts><!-- described elsewhere --></fonts> </renderer>]]></source> <p> @@ -1302,6 +1304,10 @@ Note that the value of the encoding attribute in the example is the double-byte added separately. The internal TIFF codec from XML Graphics Commons only supports PackBits, Deflate and JPEG compression for writing. </note> + <p> + The default value for the <code>"single-strip"</code> is <code>"false"</code> resulting in the RowsPerStrip Tiff Tag equal to the number of rows. + If set to <code>true</code> RowsPerStrip is set to 1. + </p> </section> <section id="bitmap-rendering-options"> <title>Runtime Rendering Options</title> |