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 ga...@apache.org on 2012/06/04 00:07:36 UTC

svn commit: r1345792 - in /xmlgraphics/fop/branches/fop-1_1rc1: ./ lib/ src/documentation/content/ src/documentation/content/xdocs/

Author: gadams
Date: Sun Jun  3 22:07:35 2012
New Revision: 1345792

URL: http://svn.apache.org/viewvc?rev=1345792&view=rev
Log:
(1) update xmlgraphics commons jar;
(2) xdocs validity fixups;
(3) xdocs 1.1rc1 updates;

Added:
    xmlgraphics/fop/branches/fop-1_1rc1/lib/xmlgraphics-commons-1.5rc1.jar
Removed:
    xmlgraphics/fop/branches/fop-1_1rc1/checkstyle-5.1.xml
    xmlgraphics/fop/branches/fop-1_1rc1/lib/xmlgraphics-commons-1.5svn.jar
Modified:
    xmlgraphics/fop/branches/fop-1_1rc1/build.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/doap.rdf
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/bugs.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/compliance.ihtml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/download.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/faq.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/fo.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/gethelp.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/index.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/knownissues.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/license.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/maillist.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news-data.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/quickstartguide.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/resources.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/site.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/status.xml
    xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/team.xml
    xmlgraphics/fop/branches/fop-1_1rc1/status.xml

Modified: xmlgraphics/fop/branches/fop-1_1rc1/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/build.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/build.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/build.xml Sun Jun  3 22:07:35 2012
@@ -1438,14 +1438,20 @@ NOTE:
     </delete>
   </target>
   <target name="validate-xdocs" description="Validate the xdocs. Point schemas.dir to Forrest's 'schemas' directory.">
-    <property name="schemas.dir" value="../xml-forrest/src/resources/schema"/>
+    <property name="schemas.dir" value="../xml-forrest/main/webapp/resources/schema"/>
     <xmlvalidate failonerror="no">
-      <fileset dir="${xdocs.dir}" includes="**.xml"/>
+      <fileset dir="${xdocs.dir}">
+        <include name="**.xml"/>
+        <exclude name="**/site.xml"/>
+        <exclude name="**/news-data.xml"/>
+      </fileset>
       <xmlcatalog>
         <entity publicId="-//APACHE//DTD Compliance V1.0//EN" location="src/documentation/resources/schema/dtd/compliance-v10.dtd"/>
         <entity publicId="-//APACHE//DTD Documentation V1.1//EN" location="${schemas.dir}/dtd/document-v11.dtd"/>
+        <entity publicId="-//APACHE//DTD Documentation V1.3//EN" location="${schemas.dir}/dtd/document-v13.dtd"/>
         <entity publicId="-//APACHE//DTD Specification V1.1//EN" location="${schemas.dir}/dtd/specification-v11.dtd"/>
         <entity publicId="-//APACHE//DTD FAQ V1.1//EN" location="${schemas.dir}/dtd/faq-v11.dtd"/>
+        <entity publicId="-//APACHE//DTD FAQ V1.3//EN" location="${schemas.dir}/dtd/faq-v13.dtd"/>
         <entity publicId="-//APACHE//DTD Changes V1.1//EN" location="${schemas.dir}/dtd/changes-v11.dtd"/>
         <entity publicId="-//APACHE//DTD Todo V1.1//EN" location="${schemas.dir}/dtd/todo-v11.dtd"/>
         <entity publicId="-//APACHE//DTD Cocoon Documentation Book V1.0//EN" location="${schemas.dir}/dtd/book-cocoon-v10.dtd"/>

Added: xmlgraphics/fop/branches/fop-1_1rc1/lib/xmlgraphics-commons-1.5rc1.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/lib/xmlgraphics-commons-1.5rc1.jar?rev=1345792&view=auto
==============================================================================
Files xmlgraphics/fop/branches/fop-1_1rc1/lib/xmlgraphics-commons-1.5rc1.jar (added) and xmlgraphics/fop/branches/fop-1_1rc1/lib/xmlgraphics-commons-1.5rc1.jar Sun Jun  3 22:07:35 2012 differ

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/doap.rdf
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/doap.rdf?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/doap.rdf (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/doap.rdf Sun Jun  3 22:07:35 2012
@@ -76,17 +76,24 @@
     </asfext:implements>
     <release>
       <Version>
-        <name>Previous stable release</name>
-        <created>2008-08-05</created>
-        <revision>0.95</revision>
+        <name>Upcoming release (candidate)</name>
+        <created>2012-06-03</created>
+        <revision>1.1rc1</revision>
       </Version>
-    </release>
+    </release
     <release>
       <Version>
-        <name>Latest stable release</name>
+        <name>Current release (stable)</name>
         <created>2010-07-21</created>
         <revision>1.0</revision>
       </Version>
+    </release
+    <release>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2008-08-05</created>
+        <revision>0.95</revision>
+      </Version>
     </release>
     <repository>
       <SVNRepository>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/bugs.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/bugs.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/bugs.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/bugs.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: Bugs and Other Trackable Issues</title>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/compliance.ihtml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/compliance.ihtml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/compliance.ihtml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/compliance.ihtml Sun Jun  3 22:07:35 2012
@@ -883,8 +883,8 @@
       <td><a name="fo-object-bidi-override" id="fo-object-bidi-override">bidi-override</a></td>
       <td class="extended">Extended</td>
       <td class="no">no</td>
-      <td class="no">no</td>
-      <td class="no">no</td>
+      <td class="yes">yes</td>
+      <td class="yes">yes</td>
       <td>&nbsp;</td>
     </tr>
     <tr>
@@ -2303,7 +2303,7 @@
       <td class="yes">yes</td>
       <td class="yes">yes</td>
       <td>For PDF output: Only 2-letter codes from ISO 639 are supported properly to
-          identify the natural language!</td>
+          identify the natural language! Also used with complex scripts features.</td>
     </tr>
     <tr>
       <td align="center"><a href=
@@ -2311,9 +2311,9 @@
       <td><a name="fo-property-script" id="fo-property-script">script</a></td>
       <td class="extended">Extended</td>
       <td class="no">no</td>
-      <td class="no">no</td>
-      <td class="no">no</td>
-      <td>&nbsp;</td>
+      <td class="no">yes</td>
+      <td class="no">yes</td>
+      <td>Used with complex scripts features to override default script heuristics.</td>
     </tr>
     <tr>
       <td align="center"><a href=
@@ -3647,9 +3647,9 @@
       <td><a name="fo-property-format" id="fo-property-format">format</a></td>
       <td class="basic">Basic</td>
       <td class="partial">partial</td>
-      <td class="partial">partial</td>
-      <td class="partial">partial</td>
-      <td>only values '0*1', 'a', 'A', 'i', 'I' supported</td>
+      <td class="yes">yes</td>
+      <td class="yes">yes</td>
+      <td>[1.0 and earlier] only values '0*1', 'a', 'A', 'i', 'I' supported</td>
     </tr>
     <tr>
       <td align="center"><a href=
@@ -3658,8 +3658,8 @@
       "fo-property-grouping-separator">grouping-separator</a></td>
       <td class="extended">Extended</td>
       <td class="no">no</td>
-      <td class="no">no</td>
-      <td class="no">no</td>
+      <td class="yes">yes</td>
+      <td class="yes">yes</td>
       <td>&nbsp;</td>
     </tr>
     <tr>
@@ -3668,8 +3668,8 @@
       <td><a name="fo-property-grouping-size" id="fo-property-grouping-size">grouping-size</a></td>
       <td class="extended">Extended</td>
       <td class="no">no</td>
-      <td class="no">no</td>
-      <td class="no">no</td>
+      <td class="yes">yes</td>
+      <td class="yes">yes</td>
       <td>&nbsp;</td>
     </tr>
     <tr>
@@ -3678,8 +3678,8 @@
       <td><a name="fo-property-letter-value" id="fo-property-letter-value">letter-value</a></td>
       <td class="basic">Basic</td>
       <td class="no">no</td>
-      <td class="no">no</td>
-      <td class="no">no</td>
+      <td class="yes">yes</td>
+      <td class="yes">yes</td>
       <td>&nbsp;</td>
     </tr>
 
@@ -4177,9 +4177,9 @@
       <td><a name="fo-property-writing-mode" id="fo-property-writing-mode">writing-mode</a></td>
       <td class="basic">Basic</td>
       <td class="no">no</td>
-      <td class="no">no</td>
-      <td class="no">no</td>
-      <td>&nbsp;</td>
+      <td class="yes">yes</td>
+      <td class="yes">yes</td>
+      <td>[1.1 and later] only horizontal left-to-right and right-to-left modes</td>
     </tr>
 
     <tr>
@@ -4644,9 +4644,8 @@
     <tr>
       <th align="center">1.0 (stable)</th>
       <th align="center">1.1 (rc1)</th>
-      <th align="center">develop- ment</th>
+      <th align="center">development</th>
     </tr>
-
     <tr>
       <td class="category" align="center"><a href=
       "http://www.w3.org/TR/xsl/#d0e5860">&sect;5.10.1</a></td>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/download.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/download.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/download.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: Downloading A Distribution</title>
@@ -117,8 +117,8 @@
         <tr>
           <td>Web view</td>
           <td>
-            <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/">
-              <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/</code>
+            <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/">
+              <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/</code>
             </link>
           </td>
         </tr>
@@ -128,16 +128,16 @@
         <tr>
           <td>Repository URL</td>
           <td>
-            <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/">
-              <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/</code>
+            <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tages/fop-0_95/">
+              <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95/</code>
             </link>
           </td>
         </tr>
         <tr>
           <td>Web view</td>
           <td>
-            <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/">
-              <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/</code>
+            <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/">
+              <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/</code>
             </link>
           </td>
         </tr>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/faq.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/faq.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/faq.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V2.0//EN" "http://forrest.apache.org/dtd/faq-v20.dtd">
+<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.3//EN" "http://forrest.apache.org/dtd/faq-v12.dtd">
 <faqs title="FOP FAQ">
   <part id="part-general">
     <title>Apache™ FOP: General questions</title>
@@ -146,7 +146,7 @@
         <p>
           When it's ready and the committers have enough time to go
           through the time-consuming process of creating a release. Version
-          1.1rc1 was released on [TBD - ADD DAY MONTH] 2012. A subsequent final
+          1.1rc1 was released on 3 June 2012. A subsequent final
           Version 1.1 is expected to be released within 1 to 3 months following
           this release candidate. If you want to speed up the process, consider <link
           href="dev/index.html#involved">contributing</link> to FOP.

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/fo.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/fo.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/fo.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/fo.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: XSL-FO Input</title>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/gethelp.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/gethelp.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/gethelp.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/gethelp.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: Getting Help</title>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/index.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/index.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/index.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP</title>
@@ -25,21 +25,22 @@
   <body>
     <section id="intro">
       <title>Introduction</title>
-      <p>Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL
+      <p>
+        Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL
         formatting objects (XSL-FO) and an output independent formatter. It is a Java
         application that reads a formatting object (FO) tree and renders the resulting
         pages to a specified output. <link href="1.1rc1/output.html">Output formats</link>
         currently supported include PDF, PS, PCL, AFP, XML (area tree representation),
         Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.
       </p>
-      <p>The Apache™ FOP project is part of the <a href="http://www.apache.org">Apache™</a>
-        Software Foundation, which is a wider community of users and developers of open
-		source projects.
+      <p>
+        The Apache™ FOP project is part of the <link href="http://www.apache.org">Apache™</link>
+        Software Foundation, which is a wider community of users and developers of open source projects.
+      </p>
+      <figure width="480" height="260" src="images/document.jpg" alt="Render Diagram" />
+      <p>
+        A release candidate (rc1) of the latest version of FOP is available at <link href="1.1rc1/">FOP 1.1rc1</link>.
       </p>
-        <figure width="480" height="260" src="images/document.jpg" alt="Render Diagram" />
-    <p>
-      A release candidate (rc1) of the latest version of FOP is available at <link href="1.1rc1/">FOP 1.1rc1</link>.
-    </p>
     <p>
       Support for each of the standard's objects and properties is detailed in <link href="compliance.html">FOP Compliance</link>.
       <link href="download.html">Download</link> options include a precompiled version, source code, and many example files to get you started. <link href="resources.html">Resources</link> include links to XSL-FO introductions and many other useful references. A checklist for <link href="gethelp.html">Getting Help</link> will guide you toward maximizing the usefulness of FOP.

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/knownissues.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/knownissues.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/knownissues.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/knownissues.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,14 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd" [
+<!ATTLIST document
+          xmlns:xi CDATA #IMPLIED>
+<!ELEMENT xi:include EMPTY>
+<!ATTLIST xi:include
+          href CDATA #IMPLIED>
+<!ENTITY % local.sections "|xi:include">
+]>
 <document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache™ FOP: Known Issues</title>
@@ -30,27 +37,25 @@
     from data in FOP's code repository (Trunk) and may not exactly represent the list of issues in
     the latest release.
   </p>
-  <note>
-    <p>
-      For additional information on known issues in Apache FOP, please have a look at the following pages, too:
-    </p>
-    <ul>
-      <li><a href="bugs.html">the bug list in Bugzilla</a></li>
-      <li><a href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</a></li>
-    </ul>
-  </note>
   <p>
     Apache™ FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several
     sets of test cases. When a test case is listed in disabled-testcases.xml it is disabled in the JUnit 
     tests during the normal build process. This indicates a problem in the current codebase. When a bug is 
     fixed or a missing feature is added the entry for the relevant test case(s) are removed.
   </p>
+  <p>
+    For additional information on known issues in Apache FOP, please have a look at the following pages, too:
+  </p>
+  <ul>
+    <li><link href="bugs.html">the bug list in Bugzilla</link></li>
+    <li><link href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</link></li>
+  </ul>
   <section>
     <title>FO Tree</title>
     <p>
       This section lists currently disabled test cases in the test suite for the FO tree tests.
       The data for this section comes from 
-      <a href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml">test/fotree/disabled-testcases.xml</a>.
+      <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml">test/fotree/disabled-testcases.xml</link>.
     </p>
     <xi:include href="cocoon://knownissues-raw-fotree.xml#xpointer(/document/body/*)"/>
   </section>
@@ -59,7 +64,7 @@
     <p>
       This section lists currently disabled test cases in the test suite for the layout engine tests.
       The data for this section comes from 
-      <a href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml">test/layoutengine/disabled-testcases.xml</a>.
+      <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml">test/layoutengine/disabled-testcases.xml</link>.
     </p>
     <xi:include href="cocoon://knownissues-raw-layoutengine.xml#xpointer(/document/body/*)"/>
   </section>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/license.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/license.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/license.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/license.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP License</title>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/maillist.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/maillist.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/maillist.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/maillist.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: Mailing List Resources</title>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news-data.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news-data.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news-data.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news-data.xml Sun Jun  3 22:07:35 2012
@@ -17,12 +17,12 @@
 -->
 <!-- $Id$ -->
 <news>
-  <item date="2012-DD-MM" title="Apache™ FOP 1.1 Released">
+  <item date="2012-06-03" title="Apache™ FOP 1.1rc1 Available">
     <p>
-      The Apache™ FOP team is delighted to present you a production grade
+      This is a candidate release for an upcoming FOP Version 1.1 (stable) release.
       release of the new FOP codebase. This release
-      contains bug fixes and new features. See the <a
-        href="1.1rc1/releaseNotes_1.1rc1.html">Release Notes</a> for a list of
+      contains bug fixes and new features. See
+      <a href="1.1rc1/releaseNotes_1.1rc1.html">Release Notes</a> for a list of
       the most important changes.
     </p>
   </item>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/news.xml Sun Jun  3 22:07:35 2012
@@ -16,17 +16,24 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd" [
+<!ATTLIST document
+          xmlns:xi CDATA #IMPLIED>
+<!ELEMENT xi:include EMPTY>
+<!ATTLIST xi:include
+          href CDATA #IMPLIED>
+<!ENTITY % local.sections "|xi:include">
+]>
+<document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
     <title>Apache™ FOP News</title>
     <version>$Revision$</version>
   </header>
   <body>
     <p>
-      RSS Feed: <a href="subproject-news-feed.rss"><img src="feed-icon-14x14.png" alt="Subproject News Feed"/></a>
+      RSS Feed: <link href="subproject-news-feed.rss"><img src="feed-icon-14x14.png" alt="Subproject News Feed"/></link>
     </p>
-    <xi:include href="cocoon://subproject-news-document.xml#xpointer(/document/body/*)" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+    <xi:include href="cocoon://subproject-news-document.xml#xpointer(/document/body/*)"/>
     </body>
 </document>
 

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/quickstartguide.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/quickstartguide.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/quickstartguide.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/quickstartguide.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: Quick Start Guide</title>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/resources.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/resources.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/resources.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/resources.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <!-- FOP Relevant Specifications and links -->
 <document>
   <header>

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/site.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/site.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/site.xml Sun Jun  3 22:07:35 2012
@@ -65,12 +65,12 @@
     <upgrading label="Upgrading" href="upgrading.html"/>
     
     <using label="Using Apache™ FOP">
+      <ant label="Ant Task" href="anttask.html"/>
       <build label="Build" href="compiling.html"/>
       <config label="Configure" href="configuration.html"/>
-      <run label="Run" href="running.html"/>
       <embed label="Embed" href="embedding.html"/>
+      <run label="Run" href="running.html"/>
       <servlet label="Servlets" href="servlets.html"/>
-      <ant label="Ant Task" href="anttask.html"/>
     </using>
 
     <features label="Features">
@@ -104,12 +104,12 @@
     <upgrading label="Upgrading" href="upgrading.html"/>
     
     <using label="Using Apache™ FOP">
+      <ant label="Ant Task" href="anttask.html"/>
       <build label="Build" href="compiling.html"/>
       <config label="Configure" href="configuration.html"/>
-      <run label="Run" href="running.html"/>
       <embed label="Embed" href="embedding.html"/>
+      <run label="Run" href="running.html"/>
       <servlet label="Servlets" href="servlets.html"/>
-      <ant label="Ant Task" href="anttask.html"/>
     </using>
 
     <features label="Features">
@@ -141,12 +141,12 @@
     <upgrading label="Upgrading" href="upgrading.html"/>
     
     <using label="Using Apache™ FOP">
+      <ant label="Ant Task" href="anttask.html"/>
       <build label="Build" href="compiling.html"/>
       <config label="Configure" href="configuration.html"/>
-      <run label="Run" href="running.html"/>
       <embed label="Embed" href="embedding.html"/>
+      <run label="Run" href="running.html"/>
       <servlet label="Servlets" href="servlets.html"/>
-      <ant label="Ant Task" href="anttask.html"/>
     </using>
 
     <features label="Features">

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/status.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/status.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/status.xml Sun Jun  3 22:07:35 2012
@@ -27,17 +27,17 @@
   <body>
     <section>
       <title>Status</title>
-      <p>Last updated DD Month 2012.</p>
+      <p>Last updated 3 June 2012.</p>
       <p>
-        Apache™ FOP version 1.1 was released on DD Month 2012.
+        Apache™ FOP version 1.1rc1 (candidate) was released on 3 June 2012.
       </p>
     </section>
     <section>
       <title>Development Status</title>
       <p>
-        The FOP code base is gradually evolving, from version 0.90
-	released on 22 November 2005, to version 1.1 released on DD Month 2012.
-	Further releases in the 1.x series are expected.
+        The FOP code base is gradually evolving, from Version 0.90,
+	released on 22 November 2005, to Version 1.1, expected to be released during
+        the Summer of 2012. Further releases in the 1.x series and byond are expected.
       </p>
       <p>
         FOP releases prior to version 0.90 were based on a different

Modified: xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/team.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/team.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/team.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/src/documentation/content/xdocs/team.xml Sun Jun  3 22:07:35 2012
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
 <document>
   <header>
     <title>Apache™ FOP: Development Team</title>
@@ -44,7 +44,7 @@
             is an XP/Agile practitioner with interests in open source content management and electronic
             document generation.  He is a UK expat now residing in Singapore.</li>
         <li id="ad"><link href="mailto:adelmelle@apache.org">Andreas Delmelle</link> (AD)</li>
-        <li id="pjfh"> <a href="mailto:phancock.at.apache.org">Peter Hancock</a>
+        <li id="pjfh"> <link href="mailto:phancock.at.apache.org">Peter Hancock</link>
           (PH) is a Java developer from England.</li>
         <li id="vh"><link href="mailto:vhennebert@apache.org">Vincent Hennebert</link>
           (VH), a Java developer from France; with an interest in typography, and in using

Modified: xmlgraphics/fop/branches/fop-1_1rc1/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1rc1/status.xml?rev=1345792&r1=1345791&r2=1345792&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1rc1/status.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1rc1/status.xml Sun Jun  3 22:07:35 2012
@@ -61,7 +61,7 @@
       users, i.e. when the behaviour changes and could affect the layout of existing
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
-    <release version="1.1rc1" date="DD Month 2012">
+    <release version="1.1rc1" date="3 June 2012">
       <action context="Renderers" dev="GA" type="fix" fixes-bug="53304,53306">
         Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format.
       </action>



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