You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vl...@apache.org on 2002/11/24 07:48:45 UTC

cvs commit: xml-xindice/src/documentation/content/xdocs/dev todo.xml book.xml

vladimir    2002/11/23 22:48:45

  Modified:    src/documentation/content/xdocs/dev book.xml
  Added:       src/documentation/content/xdocs/dev todo.xml
  Log:
  Starting a Todo list to know what's left until we can release 1.1b.  Feel free to add other items.
  
  Revision  Changes    Path
  1.3       +3 -2      xml-xindice/src/documentation/content/xdocs/dev/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/dev/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	22 Nov 2002 08:12:41 -0000	1.2
  +++ book.xml	24 Nov 2002 06:48:44 -0000	1.3
  @@ -13,7 +13,8 @@
   
      <menu label="Project">
         <menu-item label="Overview" href="index.html"/>
  -      <menu-item label="News" href="news.html"/>
  +       <menu-item label="News" href="news.html"/>
  +       <menu-item label="Todo" href="todo.html"/>
      </menu>
   
      <menu label="Documentation">
  
  
  
  1.1                  xml-xindice/src/documentation/content/xdocs/dev/todo.xml
  
  Index: todo.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  
  <!--
    - Version: $Revision: 1.1 $ $Date: 2002/11/24 06:48:44 $
    - Author: Vladimir R. Bossicard (vladimir@apache.org)
    -->
  
  <document>
  
      <header>
          <title>Dev Todo List</title>
          <authors>
              <person name="Vladimir R. Bossicard" email="vladimir@apache.org"/>
          </authors>
  
      </header>
  
      <body>
  
          <section>
              <title>Introduction</title>
              <p>
                  Once these todos are completed, a new version of Xindice will
                  be released.  But don't expect anything if these tasks are not
                  completed! So if you want to see a new release before the end
                  of the millenium, choose your task!
              </p>
          </section>
  
          <section>
              <title>Development</title>
              <ul>
                  <li>
                      <code>build.xml</code>: generate the <code>tar.gz</code>
                      and <code>zip</code> files.
                  </li>
              </ul>
          </section>
  
          <section>
              <title>Documentation</title>
              <ul>
                  <li>
                      Define the tables of content for the different guides.
                  </li>
              </ul>
          </section>
  
      </body>
  
  </document>