You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/01/07 17:43:45 UTC

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

jefft       2003/01/07 08:43:45

  Modified:    src/resources/fresh-site/src/documentation/content/xdocs
                        tabs.xml
  Log:
  Add a bit of usage info
  
  Revision  Changes    Path
  1.2       +18 -11    xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml	23 Aug 2002 15:38:09 -0000	1.1
  +++ tabs.xml	7 Jan 2003 16:43:45 -0000	1.2
  @@ -1,15 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">
  +<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">
   
  -      <tabs software="MyProj"
  -        title="MyProj"
  -        copyright="Foo"
  -        xmlns:xlink="http://www.w3.org/1999/xlink">
  +<tabs software="MyProj"
  +  title="MyProj"
  +  copyright="Foo"
  +  xmlns:xlink="http://www.w3.org/1999/xlink">
   
  -        <tab label="Home" dir=""/>
  -        <!-- Add new tabs here, eg:
  -        <tab label="How-Tos" dir="community/howto/"/>
  -        <tab label="XML Site" dir="xml-site/"/>
  -        -->
  +  <!-- The rules are:
  +    @dir will always have /index.html added.
  +    @href is not modified unless it is root-relative and obviously specifies a
  +    directory (ends in '/'), in which case /index.html will be added
  +  -->
   
  -    </tabs>
  \ No newline at end of file
  +
  +  <tab label="Home" dir=""/>
  +  <!-- Add new tabs here, eg:
  +  <tab label="How-Tos" dir="community/howto/"/>
  +  <tab label="XML Site" dir="xml-site/"/>
  +  -->
  +
  +</tabs>