You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by th...@apache.org on 2003/12/13 18:48:54 UTC

cvs commit: db-ojb/xdocs user-docs.xml project.xml howto.xml

thma        2003/12/13 09:48:54

  Modified:    xdocs    user-docs.xml project.xml
  Removed:     xdocs    howto.xml
  Log:
  add list of howtos to user-docs html page.
  Now we have a central entry point for all document pages
  
  Revision  Changes    Path
  1.4       +13 -0     db-ojb/xdocs/user-docs.xml
  
  Index: user-docs.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/user-docs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- user-docs.xml	8 Dec 2003 17:46:14 -0000	1.3
  +++ user-docs.xml	13 Dec 2003 17:48:54 -0000	1.4
  @@ -48,6 +48,19 @@
           </li>
       </ul>
       </subsection>
  +
  +    <subsection name="Howto Documentation">
  +    <p>A collection of HOWTO's submitted by OJB Users and Developers</p>
  +    <ul>
  +        <li><a href="howto-build-mappings.html">How to build large metadata mappings</a></li>
  +        <li><a href="howto-use-anonymous-keys.html">Using anonymous keys for cleaner objects</a></li>
  +        <li><a href="howto-use-db-sequences.html">Using native database sequences</a></li>
  +        <li><a href="howto-use-lobs.html">Using Oracle LOB's</a></li>
  +        <li><a href="howto-work-with-clustering.html">Using OJB in a clustered environment</a></li>
  +        <li><a href="howto-work-with-stored-procedures.html">Working with stored procedures</a></li>
  +    </ul>
  +    </subsection>
  +
       <subsection name="Reference Documentation">
       <ul>
      		<li>
  
  
  
  1.27      +0 -1      db-ojb/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	27 Nov 2003 13:08:25 -0000	1.26
  +++ project.xml	13 Dec 2003 17:48:54 -0000	1.27
  @@ -23,7 +23,6 @@
       <menu name="Documentation">
           <item name="Getting Started" href="/getting-started.html"/>
           <item name="Using OJB" href="/user-docs.html"/>
  -        <item name="Howto's" href="/howto.html"/>
           <item name="Javadoc" href="/api/index.html"/>
           <item name="FAQs" href="/faq.html"/>
       </menu>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org