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/17 09:14:25 UTC

cvs commit: xml-xindice/src/documentation/content/xdocs news.xml tabs.xml

vladimir    2002/11/17 00:14:25

  Modified:    src/documentation/content/xdocs news.xml tabs.xml
  Log:
  adding howto and dev tabs
  
  Revision  Changes    Path
  1.4       +7 -3      xml-xindice/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- news.xml	12 Nov 2002 08:15:46 -0000	1.3
  +++ news.xml	17 Nov 2002 08:14:25 -0000	1.4
  @@ -1,10 +1,13 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  +
   <!--
     - Version: $Revision$ $Date$
     - Author: Vladimir R. Bossicard (vladimir@apache.org)
     -->
  +
   <document>
  +
      <header>
         <title>Xindice News</title>
      </header>
  @@ -13,8 +16,9 @@
   
         <ul>
            <li>
  -            <strong>XX November 2002</strong>: the new website is published. Thanks to Vladimir (overall migration),
  -            Kevin (guides), Nicola (logo) and Jeff (Forrest hotline).
  +            <strong>17 November 2002</strong>: the new website is published.
  +            Many thanks to Kevin (guides), Nicola (logo) and Jeff (Forrest
  +            hotline).  And me (Vladimir) for the overall migration :-)
            </li>
         </ul>
   
  
  
  
  1.3       +14 -4     xml-xindice/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tabs.xml	12 Nov 2002 16:02:42 -0000	1.2
  +++ tabs.xml	17 Nov 2002 08:14:25 -0000	1.3
  @@ -1,10 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "http://localhost/forrest/dtd/tab-cocoon-v10.dtd">
  +
   <!--
     - Version: $Revision$ $Date$
     - Author: Vladimir R. Bossicard (vladimir@apache.org)
     -->
  -<tabs software="Xindice" title="Apache Xindice" copyright="The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
  -      <tab label="Home" dir=""/>
  -      <tab label="How-Tos" dir="howto/"/>
  +
  +<tabs software="Xindice"
  +   title="Apache Xindice"
  +   copyright="The Apache Software Foundation"
  +   xmlns:xlink="http://www.w3.org/1999/xlink">
  +
  +   <tab label="Home" dir=""/>
  +
  +   <tab label="How-Tos" dir="community/howto/"/>
  +
  +   <tab label="Dev" dir="dev"/>
  +
   </tabs>