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 ch...@apache.org on 2003/05/19 13:28:41 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/dev book.xml index.xml

chrisg      2003/05/19 04:28:41

  Modified:    src/documentation/content/xdocs Tag: fop-0_20_2-maintain
                        book.xml embedding.xml tabs.xml
               src/documentation/content/xdocs/dev Tag: fop-0_20_2-maintain
                        book.xml index.xml
  Log:
  fixed broken links in docs from head
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.6   +3 -1      xml-fop/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.7.2.5
  retrieving revision 1.7.2.6
  diff -u -r1.7.2.5 -r1.7.2.6
  --- book.xml	19 May 2003 11:20:27 -0000	1.7.2.5
  +++ book.xml	19 May 2003 11:28:40 -0000	1.7.2.6
  @@ -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">
  
  
  
  1.2.2.4   +1 -1      xml-fop/src/documentation/content/xdocs/embedding.xml
  
  Index: embedding.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/embedding.xml,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- embedding.xml	19 May 2003 11:20:27 -0000	1.2.2.3
  +++ embedding.xml	19 May 2003 11:28:40 -0000	1.2.2.4
  @@ -152,7 +152,7 @@
     </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>
  
  
  
  1.2.2.6   +2 -1      xml-fop/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.2.2.5
  retrieving revision 1.2.2.6
  diff -u -r1.2.2.5 -r1.2.2.6
  --- tabs.xml	19 May 2003 11:20:28 -0000	1.2.2.5
  +++ tabs.xml	19 May 2003 11:28:40 -0000	1.2.2.6
  @@ -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>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.25.2.2  +2 -1      xml-fop/src/documentation/content/xdocs/dev/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/book.xml,v
  retrieving revision 1.25.2.1
  retrieving revision 1.25.2.2
  diff -u -r1.25.2.1 -r1.25.2.2
  --- book.xml	19 May 2003 11:20:29 -0000	1.25.2.1
  +++ book.xml	19 May 2003 11:28:40 -0000	1.25.2.2
  @@ -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"/>
  
  
  
  1.16.2.2  +2 -2      xml-fop/src/documentation/content/xdocs/dev/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/index.xml,v
  retrieving revision 1.16.2.1
  retrieving revision 1.16.2.2
  diff -u -r1.16.2.1 -r1.16.2.2
  --- index.xml	19 May 2003 11:20:29 -0000	1.16.2.1
  +++ index.xml	19 May 2003 11:28:41 -0000	1.16.2.2
  @@ -18,7 +18,7 @@
         <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 @@
         </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>
  
  
  

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