You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by te...@apache.org on 2003/06/17 05:20:55 UTC

cvs commit: jakarta-poi/src/documentation/content/xdocs/utils book.xml

tetsuya     2003/06/16 20:20:54

  Modified:    src/documentation/content/xdocs/getinvolved book.xml
               src/documentation/content/xdocs/hdf book.xml
               src/documentation/content/xdocs/hpsf book.xml
               src/documentation/content/xdocs/hssf book.xml
               src/documentation/content/xdocs/plan book.xml
               src/documentation/content/xdocs/poifs book.xml
               src/documentation/content/xdocs/references book.xml
               src/documentation/content/xdocs/resolutions book.xml
               src/documentation/content/xdocs/trans/es/hssf book.xml
               src/documentation/content/xdocs/utils book.xml
  Log:
  Refactoring: Refactored All of book.xml to standarize the left-side navi formats
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-poi/src/documentation/content/xdocs/getinvolved/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/getinvolved/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:28 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:53 -0000	1.3
  @@ -6,6 +6,10 @@
         copyright="@year@ Poi Project"
         xmlns:xlink="http://www.w3.org/1999/xlink">
   
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
  +  </menu>
  +
     <menu label="Get Involved">
       <menu-item label="Contributing" href="index.html"/>
       <menu-item label="Branching" href="branching.html"/>
  
  
  
  1.3       +6 -2      jakarta-poi/src/documentation/content/xdocs/hdf/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hdf/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:28 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,8 +5,12 @@
         title="HDF"
         copyright="@year@ Poi Project">
   
  -  <menu label="Navigation">
  -    <menu-item label="Main" href="../index.html"/>
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
  +  </menu>
  +
  +  <menu label="HDF">
  +    <menu-item label="Overview" href="index.html"/>
       <menu-item label="HDF Format" href="docoverview.html"/>
     </menu>
   
  
  
  
  1.3       +3 -3      jakarta-poi/src/documentation/content/xdocs/hpsf/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hpsf/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:29 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,8 +5,8 @@
         title="HPSF" 
         copyright="@year@ POI Project">
   
  -  <menu label="Navigation">
  -    <menu-item label="Main" href="../index.html"/>
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
     </menu>
     <menu label="HPSF">
       <menu-item label="Overview" href="index.html"/>
  
  
  
  1.3       +3 -2      jakarta-poi/src/documentation/content/xdocs/hssf/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hssf/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:29 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,11 +5,12 @@
       title="HSSF"
       copyright="@year@ Poi Project">
   
  -    <menu label="Navigation">
  -        <menu-item label="Main" href="../index.html"/>
  +    <menu label="Jakarta Poi">
  +        <menu-item label="Top" href="../index.html"/>
       </menu>
   
       <menu label="HSSF">
  +        <menu-item label="Overview" href="index.html"/>
           <menu-item label="Quick Guide" href="quick-guide.html"/>
           <menu-item label="HOWTO" href="how-to.html"/>
           <menu-item label="Formula Support" href="formula.html" />
  
  
  
  1.3       +3 -2      jakarta-poi/src/documentation/content/xdocs/plan/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/plan/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:30 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,11 +5,12 @@
         title="Poi Project planning" 
         copyright="@year@ Poi Project">
   
  -  <menu label="Navigation">
  -    <menu-item label="Main" href="../index.html"/>
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
     </menu>
   
     <menu label="Planning Documents">
  +    <menu-item label="Overview" href="index.html"/>
       <menu-item label="1.0 Vision" href="POI10Vision.html"/>
       <menu-item label="2.0 Vision" href="POI20Vision.html"/>
     </menu>
  
  
  
  1.3       +6 -2      jakarta-poi/src/documentation/content/xdocs/poifs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/poifs/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:30 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,8 +5,12 @@
         title="PoiFS" 
         copyright="@year@ Poi Project">
   
  -  <menu label="Navigation">
  -    <menu-item label="Main" href="../index.html"/>
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
  +  </menu>
  +
  +  <menu label="PoiFS">
  +    <menu-item label="Overview" href="index.html"/>
       <menu-item label="How To" href="how-to.html"/>
       <menu-item label="File System Documentation" href="fileformat.html"/>
       <menu-item label="Use Cases" href="usecases.html"/>
  
  
  
  1.3       +4 -1      jakarta-poi/src/documentation/content/xdocs/references/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/references/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:31 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -6,7 +6,10 @@
         copyright="@year@ Poi Project"
         xmlns:xlink="http://www.w3.org/1999/xlink">
   
  -     
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
  +  </menu>
  +
     <menu label="References">
       <menu-item label="Live Sites" href="index.html"/>
       <menu-item label="XLS spec [PDF]" href="http://sc.openoffice.org/excelfileformat.pdf"/>
  
  
  
  1.3       +2 -2      jakarta-poi/src/documentation/content/xdocs/resolutions/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/resolutions/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:31 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,8 +5,8 @@
         title="Resolutions" 
         copyright="@year@ Poi Project">
   
  -  <menu label="Navigation">
  -    <menu-item label="Main" href="../index.html"/>
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
     </menu>
     
     <menu label="About">
  
  
  
  1.3       +2 -1      jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:32 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -6,11 +6,12 @@
       copyright="El Proyecto de POI de @year@"
       xmlns:xlink="http://www.w3.org/1999/xlink">
   
  -        <menu label="Navegaci�n">
  +        <menu label="Jakarta Poi">
               <menu-item label="P�gina Principal" href="../index.html"/>
           </menu>
   
           <menu label="HSSF">
  +            <menu-item label="Main" href="index.html"/>
               <menu-item label="Referencia R�pida" href="quick-guide.html"/>
               <menu-item label="Como Se Hace" href="how-to.html"/>
               <menu-item label="Apoyo Con F�rmulas" href="formula.html" />
  
  
  
  1.3       +2 -2      jakarta-poi/src/documentation/content/xdocs/utils/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/utils/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	24 Apr 2003 00:53:32 -0000	1.2
  +++ book.xml	17 Jun 2003 03:20:54 -0000	1.3
  @@ -5,8 +5,8 @@
         title="Poi Utils" 
         copyright="@year@ Poi Project">
   
  -  <menu label="Navigation">
  -    <menu-item label="Main" href="../index.html"/>
  +  <menu label="Jakarta Poi">
  +    <menu-item label="Top" href="../index.html"/>
     </menu>
   
     <menu label="POI Util">
  
  
  

Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/utils book.xml

Posted by Tetsuya Kitahata <te...@apache.org>.
On Tue, 17 Jun 2003 13:45:27 +1000
Glen Stampoultzis <gs...@iinet.net.au> wrote:

> >Refactored All of book.xml to standarize the left-side navi formats
> book.xml is actually obsolete in forrest 0.4.  I didn't have time to 
> convert it over to a sitemap however.  Just FYI.

Okay, thank you for the information.

I have been concerned with the left-side navi since
Poi build used "Krysalis Centipede" ;-)

Sincerely,

-- Tetsuya (tetsuya@apache.org)


Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/utils book.xml

Posted by Glen Stampoultzis <gs...@iinet.net.au>.
At 01:20 PM 17/06/2003, you wrote:
>Refactored All of book.xml to standarize the left-side navi formats


book.xml is actually obsolete in forrest 0.4.  I didn't have time to 
convert it over to a sitemap however.  Just FYI.





Glen Stampoultzis
gstamp@iinet.net.au
http://members.iinet.net.au/~gstamp/glen/