You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/08/31 03:06:56 UTC

cvs commit: xml-security/doc/site/src/documentation/content/xdocs site.xml tabs.xml

blautenb    2003/08/30 18:06:56

  Modified:    doc/site/src/documentation/content/xdocs site.xml tabs.xml
  Log:
  Site updates for C++ 1.0.0
  
  Revision  Changes    Path
  1.4       +3 -3      xml-security/doc/site/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- site.xml	9 Aug 2003 12:02:33 -0000	1.3
  +++ site.xml	31 Aug 2003 01:06:56 -0000	1.4
  @@ -4,7 +4,7 @@
     <!ENTITY % xmlsec_entities SYSTEM "xmlsec_entities.ent"> 
     %xmlsec_entities; 
   ]>
  -<site label="XML Security" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
  +<site label="XML Security" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home">
   
     <about label="About">
       <index label="Index" href="index.html"/>
  @@ -25,7 +25,7 @@
       <mail-lists label="Mail lists" href="mail-lists.html"/>
     </getting-involved>
   
  -  <java label="Java" href="Java/">
  +  <java label="Java" href="Java/" tab="java">
       <!-- changes label="Changes" href="changes.html"/ -->
       <index label="Index" href="index.html"/>
       <installation label="Installation" href="installation.html" />
  @@ -38,7 +38,7 @@
       <resolvers label="Resolvermania" href="resolver.html"/>
     </java>
   
  -  <c label="C++" href="c/">
  +  <c label="C++" href="c/" tab="cpp">
       <index label="Index" href="index.html"/>
   	<install label="Installation" href="installation.html"/>
       <programming label="Programming" href="programming.html"/>
  
  
  
  1.2       +3 -3      xml-security/doc/site/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml	15 Mar 2003 04:44:02 -0000	1.1
  +++ tabs.xml	31 Aug 2003 01:06:56 -0000	1.2
  @@ -12,8 +12,8 @@
       directory (ends in '/'), in which case /index.html will be added
       -->
   
  -    <tab label="Home" dir=""/>
  -    <tab label="Java" dir="Java"/>
  -    <tab label="C++" dir="c"/>
  +    <tab id="home" label="Home" dir=""/>
  +    <tab id="java" label="Java" dir="Java"/>
  +    <tab id="cpp" label="C++" dir="c"/>
   
   </tabs>