You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/01/15 12:55:33 UTC

cvs commit: xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs book.xml site.xml

nicolaken    2003/01/15 03:55:33

  Modified:    src/resources/fresh-site/src/documentation/content/xdocs
                        book.xml site.xml
  Log:
  Update Jetty to latest version
  
  Revision  Changes    Path
  1.5       +1 -0      xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book.xml	4 Jan 2003 17:00:24 -0000	1.4
  +++ book.xml	15 Jan 2003 11:55:33 -0000	1.5
  @@ -9,6 +9,7 @@
     <menu label="About">
       <menu-item label="Index" href="index.html"/>
       <menu-item label="Sample page" href="sample.html"/>
  +    <menu-item label="Sample ihtml page" href="test.html"/>
       <menu-item label="More samples" href="sample2.html"/>
       <!-- Add new entries here, or in a new menu. Consult the DTD for valid elements -->
       <menu-item label="Changes" href="changes.html"/>
  
  
  
  1.4       +1 -0      xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- site.xml	8 Jan 2003 05:44:34 -0000	1.3
  +++ site.xml	15 Jan 2003 11:55:33 -0000	1.4
  @@ -21,6 +21,7 @@
       <sample label="Sample page" href="sample.html">
         <top href="#top"/>
         <section href="#section"/>
  +      <ihtml label="iHtml" href="test.html"/>
       </sample>
       <changes label="Changes" href="changes.html"/>
       <todo label="Todo" href="todo.html"/>