]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fixed broken links in docs from head
authorChristian Geisert <chrisg@apache.org>
Mon, 19 May 2003 11:28:41 +0000 (11:28 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 19 May 2003 11:28:41 +0000 (11:28 +0000)
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
src/documentation/content/xdocs/dev/book.xml
src/documentation/content/xdocs/dev/index.xml
src/documentation/content/xdocs/embedding.xml
src/documentation/content/xdocs/tabs.xml

index d73690715b3d7f8eb54b1937b2d7e26a08dde0f7..d4ddd393391ab5cd3e8870310872f0127f10e403 100644 (file)
 
         <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">
index d08a72b50bc207369ed81ac41c455d80674b5768..9d34248ce5de79514b2f21e32737c2ef516b9615 100644 (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"/>
index 717584bdb229da15a0fc8530b692e3e00b7b00b4..864f5dd91a5a25c9693a334728a5455060e60b91 100644 (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>
index a71431e0c94ac244cdea1567181c61655b2aded7..65bf1a1298e5b418eb9dd6461e82451b519208dd 100644 (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>
index 5779f261fd56a919574c70caa6dd62410d220f52..3040db09c3bc2964233f156735e6aa8fe76ebed5 100644 (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>