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 vm...@apache.org on 2003/04/21 18:38:02 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/design/understanding book.xml

vmote       2003/04/21 09:38:01

  Modified:    src/documentation/content/xdocs/design book.xml
               src/documentation/content/xdocs/design/understanding
                        book.xml
  Log:
  Flatten menu by pulling "understanding" into "design", and making the two menus visually identical.
  
  Revision  Changes    Path
  1.9       +19 -1     xml-fop/src/documentation/content/xdocs/design/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/book.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- book.xml	20 Apr 2003 23:44:36 -0000	1.8
  +++ book.xml	21 Apr 2003 16:38:01 -0000	1.9
  @@ -2,6 +2,11 @@
   <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
       "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
   
  +<!--
  +IF YOU MAKE CHANGES TO THIS FILE, PLEASE MAKE CORRESPONDING CHANGES TO
  +understanding/book.xml, WHICH SEE FOR AN EXPLANATION.
  +-->
  +
   <book software="FOP"
       title="FOP Design"
       copyright="@year@ The Apache Software Foundation"
  @@ -9,7 +14,6 @@
   
       <menu label="About">
         <menu-item label="Introduction" href="index.html"/>
  -      <menu-item label="Understanding" href="understanding/index.html"/>
       </menu>
       <menu label="Sections">
         <menu-item label="FO Tree" href="fotree.html"/>
  @@ -17,6 +21,20 @@
         <menu-item label="Layout" href="layout.html"/>
         <menu-item label="Area Tree" href="areas.html"/>
         <menu-item label="Renderers" href="renderers.html"/>
  +    </menu>
  +    <menu label="Understanding">
  +      <menu-item label="Instroduction" href="understanding/index.html"/>
  +      <menu-item label="XML Parsing" href="understanding/xml_parsing.html"/>
  +      <menu-item label="FO Tree" href="understanding/fo_tree.html"/>
  +      <menu-item label="Properties" href="understanding/properties.html"/>
  +      <menu-item label="Layout Managers" href="understanding/layout_managers.html"/>
  +      <menu-item label="Area Tree" href="understanding/area_tree.html"/>
  +      <menu-item label="Renderers" href="understanding/renderers.html"/>
  +    </menu>
  +    <menu label="Extras">
  +      <menu-item label="Images" href="understanding/images.html"/>
  +      <menu-item label="PDF Library" href="understanding/pdf_library.html"/>
  +      <menu-item label="SVG" href="understanding/svg.html"/>
       </menu>
       <menu label="Miscellaneous">
         <menu-item label="Embedding" href="embedding.html"/>
  
  
  
  1.2       +27 -4     xml-fop/src/documentation/content/xdocs/design/understanding/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/understanding/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml	29 Nov 2002 09:18:20 -0000	1.1
  +++ book.xml	21 Apr 2003 16:38:01 -0000	1.2
  @@ -2,16 +2,32 @@
   <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
       "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
   
  +
  +<!-- NOTE: This menu attempts to be identical to the one in its parent directory.
  +From display standpoint, "Understanding" is a subset of "Design", so we wish to present
  +them as one entity. However, Forrest is not flexible enough to allow this directly.
  +So, we make the two menus identical, except for the differences in the paths that are
  +needed because one is a parent and one is a child.
  +IF YOU MAKE CHANGES TO THIS FILE, PLEASE MAKE CORRESPONDING CHANGES TO book.xml IN THE
  +PARENT DIRECTORY!
  +-->
   <book software="FOP"
       title="Understanding FOP Design"
       copyright="@year@ The Apache Software Foundation"
       xmlns:xlink="http://www.w3.org/1999/xlink">
   
  -    <menu label="Index">
  -      <menu-item label="FOP Home" href="../../index.html"/>
  +    <menu label="About">
  +      <menu-item label="Introduction" href="../index.html"/>
  +    </menu>
  +    <menu label="Sections">
  +      <menu-item label="FO Tree" href="../fotree.html"/>
  +      <menu-item label="Properties" href="../properties.html"/>
  +      <menu-item label="Layout" href="../layout.html"/>
  +      <menu-item label="Area Tree" href="../areas.html"/>
  +      <menu-item label="Renderers" href="../renderers.html"/>
       </menu>
  -    <menu label="Understanding the Design">
  -      <menu-item label="Understanding" href="index.html"/>
  +    <menu label="Understanding">
  +      <menu-item label="Instroduction" href="index.html"/>
         <menu-item label="XML Parsing" href="xml_parsing.html"/>
         <menu-item label="FO Tree" href="fo_tree.html"/>
         <menu-item label="Properties" href="properties.html"/>
  @@ -23,6 +39,13 @@
         <menu-item label="Images" href="images.html"/>
         <menu-item label="PDF Library" href="pdf_library.html"/>
         <menu-item label="SVG" href="svg.html"/>
  +    </menu>
  +    <menu label="Miscellaneous">
  +      <menu-item label="Embedding" href="../embedding.html"/>
  +      <menu-item label="Extending" href="../extending.html"/>
  +      <menu-item label="Break Possibility" href="../breakpos.html"/>
  +      <menu-item label="Optimisations" href="../optimise.html"/>
  +      <menu-item label="User Agent" href="../useragent.html"/>
       </menu>
   </book>
   
  
  
  

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