You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2005/01/16 02:01:39 UTC

cvs commit: jakarta-hivemind/src/documentation/content/xdocs developers.xml site.xml

hlship      2005/01/15 17:01:39

  Modified:    src/documentation/content/xdocs site.xml
  Added:       src/documentation/content/xdocs developers.xml
  Log:
  Add a Developers page to the site.
  
  Revision  Changes    Path
  1.39      +1 -0      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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- site.xml	16 Jan 2005 00:40:22 -0000	1.38
  +++ site.xml	16 Jan 2005 01:01:39 -0000	1.39
  @@ -64,6 +64,7 @@
   		
   		<reports label="Reports">
   			&project-report-menu.ent;
  +      <developers label="Developers" href="developers.html"/>
   		</reports>
   	
   		<hivemind label="Framework" href="hivemind/" tab="hivemind">
  
  
  
  1.1                  jakarta-hivemind/src/documentation/content/xdocs/developers.xml
  
  Index: developers.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- 
     Copyright 2005 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.3//EN" "http://xml.apache.org/forrest/dtd/document-v13.dtd" [
    <!ENTITY % common-links SYSTEM "links.ent">
    %common-links;
    ]>
  <document>
    <header>
      <title>HiveMind Developers</title>
    </header>
    <body>
      <p> HiveMind is an open-source effort run by a number of volunteer developers: </p>
      <section>
        <title>Harish Krishnaswamy</title>
        <p> Harish ... </p>
      </section>
      <section>
        <title>Howard Lewis Ship</title>
        <p> Howard initiated the HiveMind project, creating the initial code base in April 2003 while still working for 
          WebCT. </p>
      </section>
      <section>
        <title>Knut Wannaheden</title>
        <p> Knut ... </p>
      </section>
    </body>
  </document>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org