You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/08/14 23:24:41 UTC

cvs commit: jakarta-commons/betwixt/xdocs faq.xml navigation.xml overview.xml

rdonkin     2003/08/14 14:24:41

  Modified:    betwixt/xdocs faq.xml navigation.xml
  Removed:     betwixt/xdocs overview.xml
  Log:
  Split Overview into separate documents in guide directory.
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-commons/betwixt/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/faq.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- faq.xml	10 Jul 2003 20:41:19 -0000	1.6
  +++ faq.xml	14 Aug 2003 21:24:41 -0000	1.7
  @@ -91,7 +91,7 @@
             The Betwixt library provides an XML introspection mechanism
      		  for mapping beans to XML in a flexible way.
             Please see the <a href="index.html">Home page</a> and <a
  -          href="overview.html">Overview</a> documents for more detail.
  +          href="guide/start.html">Guide</a> documents for more detail.
           </dd>
         </dl>
         
  
  
  
  1.5       +7 -1      jakarta-commons/betwixt/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	19 Jan 2003 15:46:56 -0000	1.4
  +++ navigation.xml	14 Aug 2003 21:24:41 -0000	1.5
  @@ -8,10 +8,16 @@
       <menu name="Betwixt">
         <item name="Overview"                href="/index.html"/>
         <item name="FAQ"                     href="/faq.html"/>
  -      <item name="Detail"                  href="/overview.html"/>
         <item name="Community"               href="/community.html"/>
         <item name="To Do List"              href="/tasks.html"/>
         <item name="Powered By"              href="/powered.html"/>
  +    </menu>
  +    <menu name="Guide">
  +      <item name="Getting Started"         href="/guide/start.html"/>
  +      <item name="Binding Beans"           href="/guide/binding.html"/>
  +      <item name="Writing Beans(Advanced)" href="/guide/writing.html"/>
  +      <item name="Reading Beans(Advanced)" href="/guide/reading.html"/>
  +      <item name="Examples"                href="/guide/examples.html"/>
       </menu>
     </body>
   </project>