hlship      2004/06/01 08:23:18

  Modified:    src/documentation/content/xdocs index.xml tabs.xml site.xml
               framework/src/documentation/content/xdocs/hivemind index.xml
  Added:       library/src/documentation/content/xdocs/hivemind-lib
                        index.xml
  Log:
  Another pass at getting the site menus right.
  
  Revision  Changes    Path
  1.5       +8 -3      
jakarta-hivemind/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 28 May 2004 16:44:39 -0000      1.4
  +++ index.xml 1 Jun 2004 15:23:17 -0000       1.5
  @@ -70,8 +70,13 @@
                                href="http://jakarta.apache.org";>Jakarta</link> 
project.</p>
                        <p>HiveMind is nearly ready to go into 1.0 beta. To 
participate, subscribe
                                to the 
<code>[email protected]</code> mailing list.</p>
  -                     <note>We're in the process of converting from Maven to 
Ant for builds. The
  -                             details are currently in flux.</note>
  +                     <p>Integration with <link 
href="site:spring">Spring</link> is now available as
  +                             <link 
href="site:hivemind.lib.SpringLookupFactory">SpringLookupFactory</link>.</p>
  +                             
  +                             <warning>
  +                             Still fighting with <link 
href="http://xml.apache.org/forrest/";>Forrest</link>
  +                             to get the tabs and menus just right.
  +                             </warning>
                </section>
                <section>
                        <title>Acknowledgments</title>
  
  
  
  1.2       +5 -4      jakarta-hivemind/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml  25 May 2004 22:31:40 -0000      1.1
  +++ tabs.xml  1 Jun 2004 15:23:17 -0000       1.2
  @@ -33,10 +33,11 @@
       If @id's are present, site.xml entries with a matching @tab will be in 
that tab.
     -->
   
  -  <tab id="project" label="HiveMind Project" dir="" indexfile="index.html"/>
  -  
  -  <!-- Tabs just not working right in Forrest 0.5.1 !!! -->
  +  <tab label="HiveMind Project" href="index.html" id="project"/>
     
  +  <tab label="Module: hivemind" dir="hivemind" href="hivemind" 
id="hivemind"/>
  +  <tab label="Module: hivemind-lib" dir="hivemind-lib" href="hivemind-lib" 
id="hivemind-lib"/>
  +    
     <!-- tab id="hivemind" label="Module: hivemind" dir="hivemind" 
indexfile="index.html"/ -->
     
    </tabs>
  
  
  
  1.7       +4 -3      jakarta-hivemind/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site.xml  1 Jun 2004 14:18:07 -0000       1.6
  +++ site.xml  1 Jun 2004 15:23:17 -0000       1.7
  @@ -24,6 +24,7 @@
   >
   
   <site xmlns="http://apache.org/forrest/linkmap/1.0"; tab="project">
  +     
        <project label="HiveMind Project">
                <reference label="Reference">
                        <services label="Services" href="services.html"/>
  @@ -52,7 +53,7 @@
                </reports>
        </project>
        
  -     <hivemind label="Module: hivemind" href="hivemind/">
  +     <hivemind label="Module: hivemind" tab="hivemind" href="hivemind/">
                
                <services label="Services">
                
  @@ -90,7 +91,7 @@
                
        </hivemind>
        
  -     <hivemind.lib label="Module: hivemind.lib" href="hivemind-lib/">
  +     <hivemind.lib label="Module: hivemind.lib" tab="hivemind-lib" 
href="hivemind-lib/">
        
                <services label="Services">
                        <hivemind.lib.EJBProxyFactory label="EJBProxyFactory" 
href="EJBProxyFactory.html"/>
  
  
  
  1.2       +13 -9     
jakarta-hivemind/framework/src/documentation/content/xdocs/hivemind/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/framework/src/documentation/content/xdocs/hivemind/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 25 May 2004 22:32:49 -0000      1.1
  +++ index.xml 1 Jun 2004 15:23:17 -0000       1.2
  @@ -15,21 +15,25 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd">
  +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd"
  +[
  +     <!ENTITY projectroot '../'>
  +     <!ENTITY % common-links SYSTEM "../links.ent">
  +     %common-links;
  +]>
   <document>
   
     <header>
  -    <title>HiveMind Framework Documentation</title>
  +    <title>Module: hivemind</title>
        </header>
        
     <body>
  -<section><title>HiveMind Framework</title>
   
  -<warning>
  -Still be translated from Maven XDoc. 
  -</warning>   
  -     
  -</section>
  +<p>
  +The HiveMind framework, and the 
  +<link href="&hivedoc;/module/hivemind.html">hivemind</link> module,
  +provide the essential, core functionality of HiveMind.
  +</p>
   
       
     </body>
  
  
  
  1.1                  
jakarta-hivemind/library/src/documentation/content/xdocs/hivemind-lib/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- $Id: index.xml,v 1.1 2004/06/01 15:23:18 hlship Exp $ -->
  <!-- 
     Copyright 2004 The Apache Software Foundation
  
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
  -->
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd"
  [
        <!ENTITY projectroot '../'>
        <!ENTITY % common-links SYSTEM "../links.ent">
        %common-links;
  ]>
  <document>
  
    <header>
      <title>Module: hivemind.lib</title>
        </header>
        
    <body>
  
  <p>
  The HiveMind standard library (module 
  <link href="&hivedoc;/module/hivemind.lib.html">hivemind.lib</link>), 
provides common
  functionality used in most HiveMind applications.
  </p>
  
      
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to