From 2205a3bc54e6794268e71913680f5bd0a34a3362 Mon Sep 17 00:00:00 2001 From: Christian Geisert Date: Mon, 19 May 2003 11:28:41 +0000 Subject: [PATCH] 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 --- src/documentation/content/xdocs/book.xml | 4 +++- src/documentation/content/xdocs/dev/book.xml | 3 ++- src/documentation/content/xdocs/dev/index.xml | 4 ++-- src/documentation/content/xdocs/embedding.xml | 2 +- src/documentation/content/xdocs/tabs.xml | 3 ++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index d73690715..d4ddd3933 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -16,8 +16,10 @@ - + diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml index d08a72b50..9d34248ce 100644 --- a/src/documentation/content/xdocs/dev/book.xml +++ b/src/documentation/content/xdocs/dev/book.xml @@ -11,7 +11,8 @@ - + + diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml index 717584bdb..864f5dd91 100644 --- a/src/documentation/content/xdocs/dev/index.xml +++ b/src/documentation/content/xdocs/dev/index.xml @@ -18,7 +18,7 @@ This certainly includes programmers, but may also include those contributing to
  • 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.
  • 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".
  • -
  • 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 documented separately. The authors of this effort are currently in the process of merging their work into the trunk.
  • +
  • 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 documented separately. The authors of this effort are currently in the process of merging their work into the trunk.

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.

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.

@@ -57,7 +57,7 @@ This certainly includes programmers, but may also include those contributing to
Understand FOP's Design -

The design for FOP is specified under the Design section. This is where the information on how FOP is developed and designed +

The design for FOP is specified under the Design section. This is where the information on how FOP is developed and designed internally will be kept.

diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index a71431e0c..65bf1a129 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -152,7 +152,7 @@ issues should be fixed in the upcoming JDK 1.4
Input Sources -

The input XSL-FO document is always handled internally as SAX (see the Parsing Design Document for the rationale). +

The input XSL-FO document is always handled internally as SAX (see the Parsing Design Document 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:

  • SAX Events through SAX Handler: FOTreeBuilder is the SAX Handler which is obtained through getContentHandler on Driver.
  • diff --git a/src/documentation/content/xdocs/tabs.xml b/src/documentation/content/xdocs/tabs.xml index 5779f261f..3040db09c 100644 --- a/src/documentation/content/xdocs/tabs.xml +++ b/src/documentation/content/xdocs/tabs.xml @@ -9,7 +9,8 @@ + -- 2.39.5