You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/09/30 19:42:32 UTC

cvs commit: jakarta-gump/template/forrest/src/documentation/content/xdocs site.xml tabs.xml

ajack       2003/09/30 10:42:32

  Modified:    template/forrest/src/documentation/content/xdocs site.xml
                        tabs.xml
  Log:
  Experimenting with forrest
  
  Revision  Changes    Path
  1.2       +9 -2      jakarta-gump/template/forrest/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/template/forrest/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site.xml	24 Sep 2003 20:28:21 -0000	1.1
  +++ site.xml	30 Sep 2003 17:42:32 -0000	1.2
  @@ -6,9 +6,16 @@
   
   <site label="Gump" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
   
  -  <about label="Work">
  +  <work label="Gump">
       <index label="Index" href="index.html"/>
  -  </about>
  +    <index label="TODOs" href="todos.html"/>
  +    <index label="Modules" href="modules.html"/>
  +    <index label="Packages" href="packages.html"/>
  +  </work>
  +
  +  <stats label="Statistics">
  +    <index label="Index" href="gump_stats/index.html"/>
  +  </stats>
   
     <external-refs>
       <xml.apache.org href="http://xml.apache.org/">
  
  
  
  1.2       +3 -3      jakarta-gump/template/forrest/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/template/forrest/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml	24 Sep 2003 20:28:21 -0000	1.1
  +++ tabs.xml	30 Sep 2003 17:42:32 -0000	1.2
  @@ -13,8 +13,8 @@
       directory (ends in '/'), in which case /index.html will be added
     -->
   
  -  <tab label="Home" dir="" indexfile="index.html"/>
  -  <tab label="Stats" dir="" indexfile="gump_stats/index.html"/>
  -  <tab label="XRef" dir="" indexfile="gump_xref/index.html"/>
  +  <tab id="home" label="Home" dir=""/>
  +  <tab id="stats" label="Statistics" dir="gump_stats"/>
  +  <tab id="xref" label="XRef" dir="gump_xref"/>
   
   </tabs>