Browse Source

fixed broken links in docs from head


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196440 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_20_5rc3
Christian Geisert 21 years ago
parent
commit
2205a3bc54

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

@@ -16,8 +16,10 @@

<menu label="Project">
<menu-item label="Status" href="status.html"/>
<menu-item label="Changes" href="changes.html"/>
<!--
<menu-item label="Changes" href="changes.html"/>
<menu-item label="Todo" href="todo.html"/>
-->
</menu>

<menu label="Using FOP">

+ 2
- 1
src/documentation/content/xdocs/dev/book.xml View File

@@ -11,7 +11,8 @@
<menu-item label="Basics" href="index.html"/>
</menu>
<menu label="Design">
<menu-item label="Resolved" href="../design/index.html"/>
<!--<menu-item label="Resolved" href="../design/index.html"/>-->
<menu-item label="Resolved" href="http://xml.apache.org/fop/design/index.html"/>
<external label="Unresolved (Wiki)" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
<menu-item label="SVG" href="svg.html"/>
<menu-item label="Fonts" href="fonts.html"/>

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

@@ -18,7 +18,7 @@ This certainly includes programmers, but may also include those contributing to
<ul>
<li>The oldest is the one that releases are currently generated from, and is also called the "maintenance branch". Because of limitations in its design, the FOP committers decided to freeze new development on this branch, and are providing only bug fixes. This branch is tagged as "fop-0_20_2-maintain" in the CVS repository.</li>
<li>The main development line is the future of FOP. It was spawned from the "maintenance" branch, but had to quickly be "broken" so that the needed redesign could be dropped into place. It is currently not as mature as the "maintenance" branch, but has far greater long-term prospects. It is also known as the "root" or "trunk" or "redesign".</li>
<li>The "Alt Design" is exactly that: an alternative design approach. Because its efforts are largely complementary and parallel to the main development branch, and because it is expected to be merged at some point into the trunk, it is <link href="../design/alt.design/index.html">documented separately</link>. The authors of this effort are currently in the process of merging their work into the trunk.</li>
<li>The "Alt Design" is exactly that: an alternative design approach. Because its efforts are largely complementary and parallel to the main development branch, and because it is expected to be merged at some point into the trunk, it is <link href="http://xml.apache.org/fop/design/alt.design/index.html">documented separately</link>. The authors of this effort are currently in the process of merging their work into the trunk.</li>
</ul>
<p>Please note that patches for enhancements to the maintenance branch will generally not be considered. Bug fixes are welcome there, but new developers are strongly encouraged to apply their efforts to the trunk development line.</p>
<p>Because there is a fair amount of common information between the maintenance and trunk development lines, we attempt to document them together, highlighting differences only where needed.</p>
@@ -57,7 +57,7 @@ This certainly includes programmers, but may also include those contributing to
</section>
<section id="design">
<title>Understand FOP's Design</title>
<p>The design for FOP is specified under the <link href="../design/index.html">Design</link> section. This is where the information on how FOP is developed and designed
<p>The design for FOP is specified under the <link href="http://xml.apache.org/fop/design/index.html">Design</link> section. This is where the information on how FOP is developed and designed
internally will be kept.
</p>
</section>

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

@@ -152,7 +152,7 @@ issues should be fixed in the upcoming JDK 1.4</note>
</section>
<section id="input">
<title>Input Sources</title>
<p>The input XSL-FO document is always handled internally as SAX (see the <link href="design/parsing.html">Parsing Design Document</link> for the rationale).
<p>The input XSL-FO document is always handled internally as SAX (see the <link href="http://xml.apache.org/fop/design/parsing.html">Parsing Design Document</link> for the rationale).
However, the input itself can be provided in a variety of ways to FOP, which normalizes the input (if necessary) into SAX events:</p>
<ul>
<li><strong>SAX Events through SAX Handler</strong>: <code>FOTreeBuilder</code> is the SAX Handler which is obtained through <code>getContentHandler</code> on <code>Driver</code>.</li>

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

@@ -9,7 +9,8 @@
<tab label="Home" dir=""/>
<tab label="Development" dir="dev/"/>
<!--
<tab label="Design" dir="design/"/>
<tab label="Alt Design" dir="design/alt.design/"/>
-->
</tabs>

Loading…
Cancel
Save