nicolaken    02/04/24 09:19:19

  Modified:    src/documentation/xdocs book.xml
  Log:
  Update to latest dev Centipede version with cents that behave correctly in the build 
dir
  and references on the main page to new Centipede features.
  Oh, and look at the grouped javadocs :-)
  Need only to reference the uml dos and I've finished for now :-)
  
  Revision  Changes    Path
  1.15      +19 -11    jakarta-poi/src/documentation/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/book.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- book.xml  24 Apr 2002 14:35:11 -0000      1.14
  +++ book.xml  24 Apr 2002 16:19:19 -0000      1.15
  @@ -6,30 +6,38 @@
         copyright="@year@ Poi Project"
         xmlns:xlink="http://www.w3.org/1999/xlink";>
   
  -  <menu label="About">
  +  <menu label="Community">
       <menu-item label="Index" href="index.html"/>
       <menu-item label="History and Future" href="historyandfuture.html"/>
  -    <menu-item label="Download" 
href="http://jakarta.apache.org/builds/jakarta-poi/"/>
       <menu-item label="1.0 Vision" href="plan/POI10Vision.html"/>
       <menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
  -    <menu-item label="Who we are" href="who.html"/>    
  -    <menu-item label="Changes" href="changes.html"/>
  -    <menu-item label="FAQ" href="faq.html"/>
  +    <menu-item label="Who we are" href="who.html"/> 
  +    <menu-item label="Download" 
href="http://jakarta.apache.org/builds/jakarta-poi/"/>       
     </menu>
  -  
  +
     <menu label="Sub-Projects">
       <menu-item label="Overview" href="overview.html"/>
       <menu-item label="POIFS" href="poifs/index.html"/>
       <menu-item label="HSSF" href="hssf/index.html"/>
       <menu-item label="HDF" href="hdf/index.html"/>
       <menu-item label="HPSF" href="hpsf/index.html"/>
  -    <menu-item label="POI-Utils" href="utils/index.html"/>
  +    <menu-item label="POI-Utils" href="utils/index.html"/>  
     </menu>
  -
  -  <menu label="References">
  +  
  +  <menu label="Docs">
       <menu-item label="Javadocs" href="http://jakarta.apache.org/poi/javadocs/"/>  
  -    <menu-item label="Test Results" href="http://jakarta.apache.org/poi/test/"/>  
  -    <menu-item label="Metrics" 
href="http://jakarta.apache.org/poi/metrics/jdepend-report.html"/>  
  +    <menu-item label="Source" 
href="http://jakarta.apache.org/poi/javadocs/javasrc/"/>      
  +    <menu-item label="Changes" href="changes.html"/>
  +    <menu-item label="FAQ" href="faq.html"/>
  +  </menu>
  +  
  +  <menu label="Code">
  +    <menu-item label="Junit Test Results" 
href="http://jakarta.apache.org/poi/tests/junit/"/>  
  +    <menu-item label="Dependency Metrics" 
href="http://jakarta.apache.org/poi/metrics/jdepend/"/> 
  +    <menu-item label="Checkstyle" 
href="http://jakarta.apache.org/poi/metrics/checkstyle/"/> 
  +  </menu>
  +     
  +  <menu label="References">
       <menu-item label="In The News" href="inthenews.html"/>  
       <menu-item label="Live Sites" href="livesites.html"/>
       <menu-item label="XLS spec [PDF]" 
href="http://sc.openoffice.org/excelfileformat.pdf"/>
  
  
  


Reply via email to