Browse Source

Change release designation 1.1 to 1.1rc1.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1rc1@1345561 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Glenn Adams 12 years ago
parent
commit
212be02c8e
40 changed files with 84 additions and 65 deletions
  1. 1
    1
      build.xml
  2. 21
    21
      src/documentation/content/.htaccess
  3. 4
    4
      src/documentation/content/doap.rdf
  4. 0
    0
      src/documentation/content/xdocs/1.1rc1/accessibility.xml
  5. 0
    0
      src/documentation/content/xdocs/1.1rc1/anttask.xml
  6. 0
    0
      src/documentation/content/xdocs/1.1rc1/compiling.xml
  7. 0
    0
      src/documentation/content/xdocs/1.1rc1/complexscripts.xml
  8. 0
    0
      src/documentation/content/xdocs/1.1rc1/configuration.xml
  9. 0
    0
      src/documentation/content/xdocs/1.1rc1/embedding.xml
  10. 0
    0
      src/documentation/content/xdocs/1.1rc1/events.xml
  11. 0
    0
      src/documentation/content/xdocs/1.1rc1/extensions.xml
  12. 0
    0
      src/documentation/content/xdocs/1.1rc1/fonts.xml
  13. 0
    0
      src/documentation/content/xdocs/1.1rc1/fotree/disabled-testcases.xml
  14. 0
    0
      src/documentation/content/xdocs/1.1rc1/graphics.xml
  15. 0
    0
      src/documentation/content/xdocs/1.1rc1/hyphenation.xml
  16. 4
    4
      src/documentation/content/xdocs/1.1rc1/index.xml
  17. 0
    0
      src/documentation/content/xdocs/1.1rc1/intermediate.xml
  18. 0
    0
      src/documentation/content/xdocs/1.1rc1/known-issues.xml
  19. 3
    3
      src/documentation/content/xdocs/1.1rc1/knownissues_overview.xml
  20. 0
    0
      src/documentation/content/xdocs/1.1rc1/layoutengine/disabled-testcases.xml
  21. 0
    0
      src/documentation/content/xdocs/1.1rc1/metadata.xml
  22. 0
    0
      src/documentation/content/xdocs/1.1rc1/output.xml
  23. 0
    0
      src/documentation/content/xdocs/1.1rc1/pdfa.xml
  24. 0
    0
      src/documentation/content/xdocs/1.1rc1/pdfencryption.xml
  25. 0
    0
      src/documentation/content/xdocs/1.1rc1/pdfx.xml
  26. 0
    0
      src/documentation/content/xdocs/1.1rc1/running.xml
  27. 0
    0
      src/documentation/content/xdocs/1.1rc1/servlets.xml
  28. 0
    0
      src/documentation/content/xdocs/1.1rc1/upgrading.xml
  29. 3
    3
      src/documentation/content/xdocs/compliance.ihtml
  30. 23
    4
      src/documentation/content/xdocs/download.xml
  31. 5
    5
      src/documentation/content/xdocs/faq.xml
  32. 1
    1
      src/documentation/content/xdocs/fo.xml
  33. 2
    2
      src/documentation/content/xdocs/index.xml
  34. 1
    1
      src/documentation/content/xdocs/license.xml
  35. 1
    1
      src/documentation/content/xdocs/maillist.xml
  36. 1
    1
      src/documentation/content/xdocs/news-data.xml
  37. 7
    7
      src/documentation/content/xdocs/quickstartguide.xml
  38. 5
    5
      src/documentation/content/xdocs/site.xml
  39. 1
    1
      src/documentation/content/xdocs/tabs.xml
  40. 1
    1
      status.xml

+ 1
- 1
build.xml View File

@@ -143,7 +143,7 @@ list of possible build targets.
<property name="Name" value="Apache FOP"/>
<property name="name" value="fop"/>
<property name="NAME" value="FOP"/>
<property name="version" value="1.1"/>
<property name="version" value="1.1rc1"/>
<property name="year" value="1999-2012"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>

+ 21
- 21
src/documentation/content/.htaccess View File

@@ -1,34 +1,34 @@
# redirect moved files
RedirectMatch Permanent ^/fop/anttask(.*) http://xmlgraphics.apache.org/fop/1.1/anttask$1
RedirectMatch Permanent ^/fop/compiling(.*) http://xmlgraphics.apache.org/fop/1.1/compiling$1
RedirectMatch Permanent ^/fop/configuration(.*) http://xmlgraphics.apache.org/fop/1.1/configuration$1
RedirectMatch Permanent ^/fop/embedding(.*) http://xmlgraphics.apache.org/fop/1.1/embedding$1
RedirectMatch Permanent ^/fop/extensions(.*) http://xmlgraphics.apache.org/fop/1.1/extensions$1
RedirectMatch Permanent ^/fop/fonts(.*) http://xmlgraphics.apache.org/fop/1.1/fonts$1
RedirectMatch Permanent ^/fop/graphics(.*) http://xmlgraphics.apache.org/fop/1.1/graphics$1
RedirectMatch Permanent ^/fop/hyphenation(.*) http://xmlgraphics.apache.org/fop/1.1/hyphenation$1
RedirectMatch Permanent ^/fop/intermediate(.*) http://xmlgraphics.apache.org/fop/1.1/intermediate$1
RedirectMatch Permanent ^/fop/output(.*) http://xmlgraphics.apache.org/fop/1.1/output$1
RedirectMatch Permanent ^/fop/pdfa(.*) http://xmlgraphics.apache.org/fop/1.1/pdfa$1
RedirectMatch Permanent ^/fop/pdfencryption(.*) http://xmlgraphics.apache.org/fop/1.1/pdfencryption$1
RedirectMatch Permanent ^/fop/pdfx(.*) http://xmlgraphics.apache.org/fop/1.1/pdfx$1
RedirectMatch Permanent ^/fop/running(.*) http://xmlgraphics.apache.org/fop/1.1/running$1
RedirectMatch Permanent ^/fop/servlets(.*) http://xmlgraphics.apache.org/fop/1.1/servlets$1
RedirectMatch Permanent ^/fop/upgrading(.*) http://xmlgraphics.apache.org/fop/1.1/upgrading$1
RedirectMatch Permanent ^/fop/anttask(.*) http://xmlgraphics.apache.org/fop/1.1rc1/anttask$1
RedirectMatch Permanent ^/fop/compiling(.*) http://xmlgraphics.apache.org/fop/1.1rc1/compiling$1
RedirectMatch Permanent ^/fop/configuration(.*) http://xmlgraphics.apache.org/fop/1.1rc1/configuration$1
RedirectMatch Permanent ^/fop/embedding(.*) http://xmlgraphics.apache.org/fop/1.1rc1/embedding$1
RedirectMatch Permanent ^/fop/extensions(.*) http://xmlgraphics.apache.org/fop/1.1rc1/extensions$1
RedirectMatch Permanent ^/fop/fonts(.*) http://xmlgraphics.apache.org/fop/1.1rc1/fonts$1
RedirectMatch Permanent ^/fop/graphics(.*) http://xmlgraphics.apache.org/fop/1.1rc1/graphics$1
RedirectMatch Permanent ^/fop/hyphenation(.*) http://xmlgraphics.apache.org/fop/1.1rc1/hyphenation$1
RedirectMatch Permanent ^/fop/intermediate(.*) http://xmlgraphics.apache.org/fop/1.1rc1/intermediate$1
RedirectMatch Permanent ^/fop/output(.*) http://xmlgraphics.apache.org/fop/1.1rc1/output$1
RedirectMatch Permanent ^/fop/pdfa(.*) http://xmlgraphics.apache.org/fop/1.1rc1/pdfa$1
RedirectMatch Permanent ^/fop/pdfencryption(.*) http://xmlgraphics.apache.org/fop/1.1rc1/pdfencryption$1
RedirectMatch Permanent ^/fop/pdfx(.*) http://xmlgraphics.apache.org/fop/1.1rc1/pdfx$1
RedirectMatch Permanent ^/fop/running(.*) http://xmlgraphics.apache.org/fop/1.1rc1/running$1
RedirectMatch Permanent ^/fop/servlets(.*) http://xmlgraphics.apache.org/fop/1.1rc1/servlets$1
RedirectMatch Permanent ^/fop/upgrading(.*) http://xmlgraphics.apache.org/fop/1.1rc1/upgrading$1

# redirect to versioned documentation
# Current stable release
Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/1.1
Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/1.0

# Current unstable release (or trunk if no beta is the latest release)
Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/trunk
Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/1.1rc1

# Latest release
Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/1.1
Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/1.1
Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/1.0
Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/1.0

# Previous stable release
Redirect Temp /fop/previous http://xmlgraphics.apache.org/fop/1.0
Redirect Temp /fop/previous http://xmlgraphics.apache.org/fop/0.95

# Old releases
Redirect Temp /fop/maintenance http://xmlgraphics.apache.org/fop/0.95

+ 4
- 4
src/documentation/content/doap.rdf View File

@@ -77,15 +77,15 @@
<release>
<Version>
<name>Previous stable release</name>
<created>2010-07-21</created>
<revision>1.0</revision>
<created>2008-08-05</created>
<revision>0.95</revision>
</Version>
</release>
<release>
<Version>
<name>Latest stable release</name>
<created>2012-MM-DD</created>
<revision>1.1</revision>
<created>2010-07-21</created>
<revision>1.0</revision>
</Version>
</release>
<repository>

src/documentation/content/xdocs/1.1/accessibility.xml → src/documentation/content/xdocs/1.1rc1/accessibility.xml View File


src/documentation/content/xdocs/1.1/anttask.xml → src/documentation/content/xdocs/1.1rc1/anttask.xml View File


src/documentation/content/xdocs/1.1/compiling.xml → src/documentation/content/xdocs/1.1rc1/compiling.xml View File


src/documentation/content/xdocs/1.1/complexscripts.xml → src/documentation/content/xdocs/1.1rc1/complexscripts.xml View File


src/documentation/content/xdocs/1.1/configuration.xml → src/documentation/content/xdocs/1.1rc1/configuration.xml View File


src/documentation/content/xdocs/1.1/embedding.xml → src/documentation/content/xdocs/1.1rc1/embedding.xml View File


src/documentation/content/xdocs/1.1/events.xml → src/documentation/content/xdocs/1.1rc1/events.xml View File


src/documentation/content/xdocs/1.1/extensions.xml → src/documentation/content/xdocs/1.1rc1/extensions.xml View File


src/documentation/content/xdocs/1.1/fonts.xml → src/documentation/content/xdocs/1.1rc1/fonts.xml View File


src/documentation/content/xdocs/1.1/fotree/disabled-testcases.xml → src/documentation/content/xdocs/1.1rc1/fotree/disabled-testcases.xml View File


src/documentation/content/xdocs/1.1/graphics.xml → src/documentation/content/xdocs/1.1rc1/graphics.xml View File


src/documentation/content/xdocs/1.1/hyphenation.xml → src/documentation/content/xdocs/1.1rc1/hyphenation.xml View File


src/documentation/content/xdocs/1.1/index.xml → src/documentation/content/xdocs/1.1rc1/index.xml View File

@@ -19,18 +19,18 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
<title>Apache™ FOP Version 1.1</title>
<title>Apache™ FOP Version 1.1rc1</title>
<version>$Revision$</version>
</header>
<body>
<section id="intro">
<title>Introduction</title>
<p>
The Apache™ FOP team is proud to present to you this production quality
minor (dot) release of FOP. FOP 1.1 contains many bux fixes and a number of improvements, including
This is Release Candidate 1 (rc1) of an upcoming minor (dot) release of FOP. FOP 1.1rc1 contains many bux
fixes and a number of improvements, including
important features such as support for <a href="complexscripts.html">Complex Scripts</a>
(e.g., Arabic, Hebrew, Indic, and Southeast Asian scripts). To see what has changed since the last release,
please visit <a href="releaseNotes_1.0.html">Release Notes</a>.
please visit <a href="releaseNotes_1.1rc1.html">Release Notes</a>.
</p>
<p>
This release implements a substantial subset of the W3C XSL-FO 1.1

src/documentation/content/xdocs/1.1/intermediate.xml → src/documentation/content/xdocs/1.1rc1/intermediate.xml View File


src/documentation/content/xdocs/1.1/known-issues.xml → src/documentation/content/xdocs/1.1rc1/known-issues.xml View File


src/documentation/content/xdocs/1.1/knownissues_overview.xml → src/documentation/content/xdocs/1.1rc1/knownissues_overview.xml View File

@@ -49,7 +49,7 @@
This section lists disabled test cases in the test suite for the FO tree tests, at the time
of the release.
</p>
<xi:include href="cocoon://knownissues-raw-fotree_1.1.xml#xpointer(/document/body/*)"/>
<xi:include href="cocoon://knownissues-raw-fotree_1.1rc1.xml#xpointer(/document/body/*)"/>
</section>
<section>
<title>Layout Engine</title>
@@ -57,12 +57,12 @@
This section lists disabled test cases in the test suite for the layout engine tests, at the
time of the release.
</p>
<xi:include href="cocoon://knownissues-raw-layoutengine_1.1.xml#xpointer(/document/body/*)"/>
<xi:include href="cocoon://knownissues-raw-layoutengine_1.1rc1.xml#xpointer(/document/body/*)"/>
</section>
<section>
<title>Other known issues</title>
<p>This section lists other known issues.</p>
<xi:include href="cocoon://knownissues-raw-static_1.1.xml#xpointer(/document/body/*)"/>
<xi:include href="cocoon://knownissues-raw-static_1.1rc1.xml#xpointer(/document/body/*)"/>
</section>
</section>
</body>

src/documentation/content/xdocs/1.1/layoutengine/disabled-testcases.xml → src/documentation/content/xdocs/1.1rc1/layoutengine/disabled-testcases.xml View File


src/documentation/content/xdocs/1.1/metadata.xml → src/documentation/content/xdocs/1.1rc1/metadata.xml View File


src/documentation/content/xdocs/1.1/output.xml → src/documentation/content/xdocs/1.1rc1/output.xml View File


src/documentation/content/xdocs/1.1/pdfa.xml → src/documentation/content/xdocs/1.1rc1/pdfa.xml View File


src/documentation/content/xdocs/1.1/pdfencryption.xml → src/documentation/content/xdocs/1.1rc1/pdfencryption.xml View File


src/documentation/content/xdocs/1.1/pdfx.xml → src/documentation/content/xdocs/1.1rc1/pdfx.xml View File


src/documentation/content/xdocs/1.1/running.xml → src/documentation/content/xdocs/1.1rc1/running.xml View File


src/documentation/content/xdocs/1.1/servlets.xml → src/documentation/content/xdocs/1.1rc1/servlets.xml View File


src/documentation/content/xdocs/1.1/upgrading.xml → src/documentation/content/xdocs/1.1rc1/upgrading.xml View File


+ 3
- 3
src/documentation/content/xdocs/compliance.ihtml View File

@@ -561,7 +561,7 @@
</tr>
<tr>
<th align="center">1.0 (stable)</th>
<th align="center">1.1 (stable)</th>
<th align="center">1.1 (rc1)</th>
<th align="center">development</th>
</tr>

@@ -1492,7 +1492,7 @@
</tr>
<tr>
<th align="center">1.0 (stable)</th>
<th align="center">1.1 (stable)</th>
<th align="center">1.1 (rc1)</th>
<th align="center">develop- ment</th>
</tr>

@@ -4643,7 +4643,7 @@
</tr>
<tr>
<th align="center">1.0 (stable)</th>
<th align="center">1.1 (stable)</th>
<th align="center">1.1 (rc1)</th>
<th align="center">develop- ment</th>
</tr>


+ 23
- 4
src/documentation/content/xdocs/download.xml View File

@@ -84,22 +84,41 @@
</ul>
<p/>
<table>
<tr>
<th colspan="2">This Candidate Release</th>
</tr>
<tr>
<td>Repository URL</td>
<td>
<link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1rc1/">
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1rc1/</code>
</link>
</td>
</tr>
<tr>
<td>Web view</td>
<td>
<link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1rc1/">
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1rc1/</code>
</link>
</td>
</tr>
<tr>
<th colspan="2">Latest Stable Release</th>
</tr>
<tr>
<td>Repository URL</td>
<td>
<link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1/">
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1/</code>
<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>
</td>
</tr>
<tr>
<td>Web view</td>
<td>
<link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1/">
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1/</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>

+ 5
- 5
src/documentation/content/xdocs/faq.xml View File

@@ -146,11 +146,11 @@
<p>
When it's ready and the committers have enough time to go
through the time-consuming process of creating a release. Version
1.1 was released on [TBD - ADD DAY MONTH] 2012, and will release a
subsequent version when we accumulate enough enhancements and bug fixes. If
you want to speed up the process, consider <link
href="dev/index.html#involved">contributing</link> to
FOP.</p>
1.1rc1 was released on [TBD - ADD DAY MONTH] 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.
</p>
</answer>
</faq>
<faq id="redesign">

+ 1
- 1
src/documentation/content/xdocs/fo.xml View File

@@ -518,7 +518,7 @@ This applies similarly to the extent of the after region and the bottom margin o
<section id="external-resources">
<title>External Resources</title>
<p>Resources needed by an XSL-FO file that are external to it (graphics, for example), are defined in the XSL-FO standard as being of type "uri-specification". This is defined in the standard at <jump href="http://www.w3.org/TR/xsl11/#datatype">Section 5.11 Property Datatypes</jump>, which includes a link to the URI standard itself. Refer to the XSL-FO and URI standards themselves for more detailed instructions.</p>
<p>URIs may be either absolute or relative to a base URI. (See <link href="1.1/configuration.html">FOP: Configuration</link> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
<p>URIs may be either absolute or relative to a base URI. (See <link href="1.1rc1/configuration.html">FOP: Configuration</link> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
<source><![CDATA[<fo:external-graphic src="url('images/logo.jpg')"/>]]></source>
<p>Here is an example referencing an external-graphic that is an absolute URI on a local filesystem:</p>
<source><![CDATA[fo:external-graphic src="url('file:///d:/images/logo.jpg')"/>]]></source>

+ 2
- 2
src/documentation/content/xdocs/index.xml View File

@@ -28,7 +28,7 @@
<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.1/output.html">Output formats</link>
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>
@@ -38,7 +38,7 @@
</p>
<figure width="480" height="260" src="images/document.jpg" alt="Render Diagram" />
<p>
A stable release of the latest version of FOP is available at <link href="1.1/">FOP 1.1</link>.
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>.

+ 1
- 1
src/documentation/content/xdocs/license.xml View File

@@ -27,7 +27,7 @@
<title>License</title>
<p>
All new Apache™ FOP releases will be licensed under the <strong>Apache™ License, version 2.0</strong>.
Releases until version 0.20.5 are released unter the Apache™ License, version 1.1.
Releases up through version 0.20.5 were released under the Apache™ License, version 1.1.
</p>
<p>
To inspect the license terms please consult the LICENSE and NOTICE files in the root

+ 1
- 1
src/documentation/content/xdocs/maillist.xml View File

@@ -83,7 +83,7 @@ If you are using Microsoft Outlook, this setting can be found at the "Mail Forma
source, or other semantic XML? If so, the question is <em>almost certainly not
appropriate to this list</em>. In general, the only input documents that are
appropriate on this list are XSL-FO snippets. See <link
href="1.1/running.html#check-input">Running Xalan</link> for instructions about capturing the XSL-FO document that is actually submitted to FOP. If you haven't examined the XSL-FO document yourself, then you are not yet prepared to formulate a FOP-specific question.</li>
href="1.1rc1/running.html#check-input">Running Xalan</link> for instructions about capturing the XSL-FO document that is actually submitted to FOP. If you haven't examined the XSL-FO document yourself, then you are not yet prepared to formulate a FOP-specific question.</li>
<li>If you are providing one or more XSL-FO snippets:
<ul>
<li>Have you reduced them to the shortest possible complete, <strong>self-contained</strong> document that demonstrates the problem? Please do so.</li>

+ 1
- 1
src/documentation/content/xdocs/news-data.xml View File

@@ -22,7 +22,7 @@
The Apache™ FOP team is delighted to present you a production grade
release of the new FOP codebase. This release
contains bug fixes and new features. See the <a
href="1.1/releaseNotes_1.1.html">Release Notes</a> for a list of
href="1.1rc1/releaseNotes_1.1rc1.html">Release Notes</a> for a list of
the most important changes.
</p>
</item>

+ 7
- 7
src/documentation/content/xdocs/quickstartguide.xml View File

@@ -29,15 +29,15 @@
<p>The goal of this <strong>Quick Start Guide</strong> is to help novice users get Apache FOP up and running quickly. Typically, you'll need to:</p>
<ol>
<li><link href="download.html">Download FOP</link></li>
<li><link href="1.1/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li>
<li><link href="1.1/configuration.html">Configure FOP</link></li>
<li><link href="1.1/running.html">Run FOP</link></li>
<li><link href="1.1rc1/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li>
<li><link href="1.1rc1/configuration.html">Configure FOP</link></li>
<li><link href="1.1rc1/running.html">Run FOP</link></li>
</ol>
<p>Here are some links to help you find out what FOP can do, as well as how and where to get help:</p>
<ul>
<li><link href="1.1/embedding.html">Calling FOP from a Java Application</link></li>
<li><link href="1.1/servlets.html">Using FOP in Servlets</link></li>
<li><link href="1.1/anttask.html">Using FOP in an 'Ant' Build Script</link></li>
<li><link href="1.1rc1/embedding.html">Calling FOP from a Java Application</link></li>
<li><link href="1.1rc1/servlets.html">Using FOP in Servlets</link></li>
<li><link href="1.1rc1/anttask.html">Using FOP in an 'Ant' Build Script</link></li>
<li><link href="compliance.html" title="FOP Compliance">XSL-FO Compliance</link> (what FOP supports and what it doesn't)</li>
<li><link href="faq.html">FAQs</link></li>
<li><link href="gethelp.html">Getting Help</link></li>
@@ -45,7 +45,7 @@
</ul>
<p>
Once you've familiarized yourself with the basics, you can get more detailed information,
in the detailed FOP <link href="1.1/index.html">product documentation</link>.
in the detailed FOP <link href="1.1rc1/index.html">product documentation</link>.
</p>
</section>

+ 5
- 5
src/documentation/content/xdocs/site.xml View File

@@ -94,12 +94,12 @@
-->

<!--
BEGIN Version 1.1 documentation tab
BEGIN Version 1.1rc1 documentation tab
-->
<trunk label="Apache™ FOP 1.1" href="1.1/" tab="stableversion">
<trunk label="Apache™ FOP 1.1rc1" href="1.1rc1/" tab="stableversion">
<about label="About" href="index.html"/>
<release label="Release Notes" href="releaseNotes_1.1.html"/>
<changes label="Changes (1.1)" href="changes_1.1.html"/>
<release label="Release Notes" href="releaseNotes_1.1rc1.html"/>
<changes label="Changes (1.1rc1)" href="changes_1.1rc1.html"/>
<knownissues label="Known Issues" href="knownissues_overview.html"/>
<upgrading label="Upgrading" href="upgrading.html"/>
@@ -130,7 +130,7 @@
</trunk>
<!--
END Version 1.1 documentation tab
END Version 1.1rc1 documentation tab
-->

<!--

+ 1
- 1
src/documentation/content/xdocs/tabs.xml View File

@@ -22,7 +22,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 1.0" dir="1.0/"/>
<tab label="Version 1.1" dir="1.1/"/>
<tab label="Version 1.1rc1" dir="1.1rc1/"/>
<tab label="FOP Trunk" dir="trunk/"/>
<tab label="Development" dir="dev/"/>
</tabs>

+ 1
- 1
status.xml View File

@@ -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.1" date="DD Month 2012">
<release version="1.1rc1" date="DD Month 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>

Loading…
Cancel
Save