You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/01/24 17:59:23 UTC

cvs commit: jakarta-avalon-site/src/documentation/content/xdocs/whoweare avalon-doc.xml bloritsch.xml book.xml crafterm.xml cziegeler.xml eungju.xml fede.xml hammant.xml index.xml jturner.xml leif.xml lsimons.xml mcconnell.xml nicolaken.xml peter.xml pier.xml proyal.xml roberto.xml stefano.xml

leosimons    2003/01/24 08:59:23

  Modified:    src/documentation/content/xdocs book.xml tabs.xml
  Added:       src/documentation/content/xdocs/apps book.xml index.xml
               src/documentation/content/xdocs/components book.xml
                        index.xml
               src/documentation/content/xdocs/excalibur book.xml index.xml
               src/documentation/content/xdocs/framework book.xml index.xml
               src/documentation/content/xdocs/phoenix book.xml index.xml
               src/documentation/content/xdocs/seca book.xml index.xml
               src/documentation/content/xdocs/whoweare avalon-doc.xml
                        bloritsch.xml book.xml crafterm.xml cziegeler.xml
                        eungju.xml fede.xml hammant.xml index.xml
                        jturner.xml leif.xml lsimons.xml mcconnell.xml
                        nicolaken.xml peter.xml pier.xml proyal.xml
                        roberto.xml stefano.xml
  Log:
  Adding placeholder files and author information. Since I got very much annoyed with the format of the author pages (I stink in XSLT), I've converted them from the neat-and-specific xml format into standard doc-v11 forrest format (so sue me! No, wait, you do it ;). Also got rid of the affilliation list because of my lousy regexp.
  
  Revision  Changes    Path
  1.2       +35 -5     jakarta-avalon-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml	23 Jan 2003 17:10:48 -0000	1.1
  +++ book.xml	24 Jan 2003 16:59:22 -0000	1.2
  @@ -7,11 +7,41 @@
     xmlns:xlink="http://www.w3.org/1999/xlink">
   
     <menu label="Essentials">
  -    <menu-item label="Index" href="index.html"/>
  +    <menu-item label="Overview" href="index.html"/>
  +    <menu-item label="Mission" href="mission.html"/>
  +    <menu-item label="News and Status" href="news.html"/>
  +    <menu-item label="Features" href="features.html"/>
  +    <menu-item label="Download binaries" href="bindownload.cgi"/>
  +    <menu-item label="Download sources" href="srcdownload.cgi"/>
  +    <menu-item label="License" href="license.html"/>
  +    <menu-item label="Who we are" href="whoweare/index.html"/>
  +  </menu>
  +  
  +  <menu label="Subprojects">
  +    <menu-item label="Framework" href="framework/index.html"/>
  +    <menu-item label="Components" href="components/index.html"/>
  +    <menu-item label="Phoenix" href="phoenix/index.html"/>
  +    <menu-item label="SECA" href="seca/index.html"/>
  +    <menu-item label="Apps" href="apps/index.html"/>
  +  </menu>
  +  
  +  <menu label="Documentation">
  +    <menu-item label="Frequently Asked Questions" href="http://nagoya.apache.org/wiki/apachewiki.cgi?AvalonFAQ"/>
  +    <menu-item label="Getting Started" href="getting-started.html"/>
  +    <menu-item label="Developing with Avalon" href="developing/index.html"/>
  +    <menu-item label="Case Studies" href="case-studies.html"/>
     </menu>
   
  -  <!--<menu label="Subdir">
  -    <menu-item label="index" href="subdir/index.html"/>
  -  </menu>-->
  -
  +  <menu label="Resources">
  +    <menu-item label="CVS" href="cvs.html"/>
  +    <menu-item label="Mailing Lists" href="mailing-lists.html"/>
  +    <menu-item label="Bug Database" href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&amp;output=most_doomed&amp;links=1&amp;banner=1&amp;quip=0"/>
  +    <menu-item label="WikiWikiWeb" href="http://nagoya.apache.org/wiki/apachewiki.cgi?AvalonProjectPages"/>
  +  </menu>
  +  
  +  <menu label="Development">
  +    <menu-item label="Coding standards" href="coding-standards.html"/>
  +    <menu-item label="Get Involved" href="get-involved.html"/>
  +    <menu-item label="Project Guidelines" href="project/index.html"/>
  +  </menu>
   </book>
  
  
  
  1.2       +5 -5      jakarta-avalon-site/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-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 Jan 2003 17:10:49 -0000	1.1
  +++ tabs.xml	24 Jan 2003 16:59:22 -0000	1.2
  @@ -7,9 +7,9 @@
           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/"/>
  -        -->
  -
  +        <tab label="Framework" dir="framework/"/>
  +        <tab label="Components" dir="components/"/>
  +        <tab label="Phoenix" dir="phoenix/"/>
  +        <tab label="SECA" dir="seca/"/>
  +        <tab label="Apps" dir="apps/"/>
       </tabs>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/apps/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Essentials">
      <menu-item label="Index" href="index.html"/>
    </menu>
  
    <!--<menu label="Subdir">
      <menu-item label="index" href="subdir/index.html"/>
    </menu>-->
  
  </book>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/apps/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Apache Avalon project</title> 
          </header> 
          <body> 
            <section>
              <title>Shaping up....</title>
              <p>This site is still shaping up. You need to go to
  	    <link href="http://jakarta.apache.org/avalon/">the jakarta pages</link>
  	    for now.</p>
            </section>
          </body>
      </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/components/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Essentials">
      <menu-item label="Index" href="index.html"/>
    </menu>
  
    <!--<menu label="Subdir">
      <menu-item label="index" href="subdir/index.html"/>
    </menu>-->
  
  </book>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/components/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Apache Avalon project</title> 
          </header> 
          <body> 
            <section>
              <title>Shaping up....</title>
              <p>This site is still shaping up. You need to go to
  	    <link href="http://jakarta.apache.org/avalon/">the jakarta pages</link>
  	    for now.</p>
            </section>
          </body>
      </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/excalibur/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Essentials">
      <menu-item label="Index" href="index.html"/>
    </menu>
  
    <!--<menu label="Subdir">
      <menu-item label="index" href="subdir/index.html"/>
    </menu>-->
  
  </book>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/excalibur/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Apache Avalon project</title> 
          </header> 
          <body> 
            <section>
              <title>Shaping up....</title>
              <p>This site is still shaping up. You need to go to
  	    <link href="http://jakarta.apache.org/avalon/">the jakarta pages</link>
  	    for now.</p>
            </section>
          </body>
      </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/framework/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Essentials">
      <menu-item label="Index" href="index.html"/>
    </menu>
  
    <!--<menu label="Subdir">
      <menu-item label="index" href="subdir/index.html"/>
    </menu>-->
  
  </book>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/framework/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Apache Avalon project</title> 
          </header> 
          <body> 
            <section>
              <title>Shaping up....</title>
              <p>This site is still shaping up. You need to go to
  	    <link href="http://jakarta.apache.org/avalon/">the jakarta pages</link>
  	    for now.</p>
            </section>
          </body>
      </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/phoenix/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Essentials">
      <menu-item label="Index" href="index.html"/>
    </menu>
  
    <!--<menu label="Subdir">
      <menu-item label="index" href="subdir/index.html"/>
    </menu>-->
  
  </book>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/phoenix/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Apache Avalon project</title> 
          </header> 
          <body> 
            <section>
              <title>Shaping up....</title>
              <p>This site is still shaping up. You need to go to
  	    <link href="http://jakarta.apache.org/avalon/">the jakarta pages</link>
  	    for now.</p>
            </section>
          </body>
      </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/seca/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Essentials">
      <menu-item label="Index" href="index.html"/>
    </menu>
  
    <!--<menu label="Subdir">
      <menu-item label="index" href="subdir/index.html"/>
    </menu>-->
  
  </book>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/seca/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
        <document> 
          <header> 
            <title>Apache Avalon project</title> 
          </header> 
          <body> 
            <section>
              <title>Shaping up....</title>
              <p>This site is still shaping up. You need to go to
  	    <link href="http://jakarta.apache.org/avalon/">the jakarta pages</link>
  	    for now.</p>
            </section>
          </body>
      </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/avalon-doc.xml
  
  Index: avalon-doc.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>The Avalon Documentation Team</title>
        <p>(avalon-dev at jakarta dot apache dot org)</p>
        <p>
         The Avalon Documentation Team is the full group of developers who
         contribute toward our site documentation.  Please direct all
         inquiries about the site to the mailing list.  It really helps
         everyone involved.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/bloritsch.xml
  
  Index: bloritsch.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Berin Loritsch</title>
        <p>(bloritsch at apache dot org)</p>
        <p>
        Berin has helped define and document the Avalon projects since 2000.
        He has been involved in Apache Avalon and Apache Cocoon.  He is the
        author of the current thread-safe pool implementations as well as
        the DataSourceComponent.  Berin and Giacomo Pati were the architects
        of Excalibur's Component Management infrastructure.
        </p>
        <p>
        Outside of the public view of the Apache Software Foundation, Berin
        has developed workflow based web applications as well as data
        manipulation services.  He has nine years of experience developing
        database backed applications, and eight years experience with
        technical writing.  Berin has only been developing Java since 1999,
        but his background in other Object Oriented Languages and architectures
        like C++ and CORBA helped him get a jump start.
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
  
  <book software="Avalon"
    title="Avalon"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="People">
      <menu-item label="Overview" href="index.html"/>
      <menu-item label="Mr. Peter Donald" href="peter.html"/>
      <menu-item label="Mr. Federico Barbieri" href="fede.html"/>
      <menu-item label="Mr. Pier Fumagalli" href="pier.html"/>
      <menu-item label="Mr. Paul Hammant" href="hammant.html"/>
      <menu-item label="Mr. Roberto Lo Giacco" href="roberto.html"/>
      <menu-item label="Mr. Berin Loritsch" href="bloritsch.html"/>
      <menu-item label="Dott. Stefano Mazzocchi" href="stefano.html"/>
      <menu-item label="Mr. Eung-ju Park" href="eungju.html"/>
      <menu-item label="Mr. Leo Simons" href="lsimons.html"/>
      <menu-item label="Mr. Leif Mortenson" href="leif.html"/>
      <menu-item label="Mr. Carsten Ziegeler" href="cziegeler.html"/>
      <menu-item label="Mr. Jeff Turner" href="jturner.html"/>
      <menu-item label="Mr. Peter Royal" href="proyal.html"/>
      <menu-item label="Mr. Marcus Crafter" href="crafterm.html"/>
      <menu-item label="Mr. Nicola Ken Barozzi" href="nicolaken.html"/>
    </menu>
  </book>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/crafterm.xml
  
  Index: crafterm.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Marcus Crafter</title>
        <p>(crafterm at apache dot org)</p>
        <p>
         Marcus Crafter has been working with and developing open
         source/free software since 1994. He studied Computer Systems
         Engineering at LaTrobe University, Melbourne, Australia.
        </p>
        <p>
         Marcus is involved in both Avalon and Cocoon, and develops web and
         internet based software using both projects in commercial and private
         environments. Marcus' interests lie in developing elegant and efficent
         object and component oriented software solutions.
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/cziegeler.xml
  
  Index: cziegeler.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Carsten Ziegeler</title>
        <p>(cziegeler at apache dot org)</p>
        <p>
         Carsten is mainly interested in reusable components for software development.
         He still has the dream that building new software is just gluing some
         available components together.
        </p>
        <p>
         As a main committer of Apache Cocoon, he's investigating a lot of time
         in factoring out reusable components and concepts of Cocoon into Excalibur.
         This work includes the sourceresolve, the xml and the xmlizer package.
        </p>
        <p>
         Apart from his activities in Cocoon and Avalon, he is the chief architect
         of the Open Source Group at S&amp;N AG, Germany. There he tries to make come true
         his wishes regarding software ...
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/eungju.xml
  
  Index: eungju.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Eung-Ju Park</title>
        <p>(colus at apache dot org)</p>
        <p>
        His main contribution is PhoenixServlet, cache package and small bug fixes.
        He is working for small company instead of joning army(Korean man have liabillity for military service). But will be back to university for studying computer engineering.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/fede.xml
  
  Index: fede.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Federico Barbieri</title>
        <p>(fede at apache dot org)</p>
        <p>
        Federico is one of the original architects of Avalon.  He was heavily
        involved for a long time. While no longer contributing actively, Federico
        still keeps an interest in avalon.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/hammant.xml
  
  Index: hammant.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Paul Hammant</title>
        <p>(Paul_Hammant at yahoo dot com)</p>
        <p>
         Paul is most interested in applications that run on top of Phoenix.  As such he constantly
         trawls the internet look for suitable server applications for Pheonix.  He tries to persuade 
         the authors to rebase to Phoenix or make their apps phoenix compatible.
        </p>
        <p>
         Paul wrote some of blocks for Cornerstone and some of the apps in Avalon apps.   
         He also started <link href="http://jakarta.apache.org/avalon/apps/apps/db/index.html">AvalonDB</link>,
         <link href="http://www.jesktop.com">Jesktop</link>, 
         <link href="http://jakarta.apache.org/avalon/excalibur/altrmi.html">Excalibur-AltRMI</link> and 
         <link href="http://www.enterpriseobjectbroker.org">Enterprise Object Broker</link>.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Introduction</title>
      <p>
        These pages list many of the contributors to avalon. Not all, because some are
        too lazy to update the list themselves ;) They have worked and are working long
        and hard to make quality software for the rest of the world to use. 
        Contributors to the Avalon Project should be extremely proud of themselves!
        If you would like to become a contributor, please see the Get Involved document
        to figure out how. If you are a contributor but are not listed, submit a patch!
        </p>
      </section>
      <section>
        <title>Project Management Committee</title>
        
        <p>The following people form the current Avalon PMC:</p>
  
        <ul>
        <li><link href="nicolaken.html">Nicola Ken Barozzi</link> (Chair)</li>
        <li><link href="mcconnell.html">Stephen McConnell</link></li>
        <li><link href="">Leo Sutic</link></li>
        <li><link href="lsimons.html">Leo Simons</link></li>
        <li><link href="hammant.html">Paul Hammant</link></li>
        <li><link href="crafterm.html">Marcus Crafter</link></li>
        <li><link href="cziegeler.html">Carsten Ziegeler</link></li>
        <li><link href="proyal.html">Pete Royal</link></li>
        <li><link href="bloritsch.html">Berin Loritsch</link></li>
        <li><link href="jturner.html">Jeff Turner</link></li>
        </ul>
      </section>
      <section>
        <title>Active Committers</title>
        
        <p>The current avalon committers are: bloritsch, colus, cziegeler, hammant,
        jefft, leif, leosimons, leosutic, mirceatoma, mcconnell,nicolaken, proyal,
        vinayc</p>
      </section>
      <section>
        <title>Inactive Committers</title>
        
        <p>The current inactive avalon committers (an inactive committer is someone
        who hasn't done a cvs commit in three months, or hasn't bothered to move
        himself from this list to the one above) are: charlesb, ramc, neeme, giacomo,
        rana_b, froehlich, lmccay, jrudd, morpheus, crafterm, huw, ymikulski, mschier,
        stefano</p>
  
      </section>
      <section>
        <title>Emeritus Committers</title>
        
        <p>The current emeritus committers (an emeritus committer is someone who is not
        active within the avalon project anymore) are: jon, fede</p>
  
      </section>
      <section>
        <title>Contributors</title>
        
        <p>We've been rather sloppy in maintaining lists of these peeps. Many, many people
        help out with avalon in one way or another, be it by providing infrastructure or
        project resources, guidance and advice, patches, or user feedback. You can find many
        names in the avalon mailing list archives and in the sources. People, even if we don't
        keep a list of y'all, thanks for all your good work!</p>
  
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/jturner.xml
  
  Index: jturner.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Jeff Turner</title>
        <p>(jefft at apache dot org)</p>
        <p>
  	Jeff is a 23-year old Sydney programmer who became involved with
  	Avalon through a long-standing interest in the XML Cocoon project.
  	After submitting a few patches, berating the lack of docs and
  	examples, and gradually becoming a fan of COP, he found himself voted
  	a committer and escape was impossible.
        </p>
        <p>
  	Jeff has a tragic inability to overlook small deficiencies in things
  	like build systems and documentation. He therefore spends much more
  	time fixing these than coding, which is okay because Avalon has no
  	shortage of programming talent.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/leif.xml
  
  Index: leif.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Leif Mortenson</title>
        <p>(leif at tanukisoftware.com)</p>
        <p>
              Leif initially began using Avalon for a large commercial server that
              he was working.  He became a committer after making several
              contributions.
        </p>
        <p>
              Leif has contributed to the
              <link href="http://jakarta.apache.org/avalon/excalibur/component/index.html">Excalibur Component Manager</link>,
              <link href="http://jakarta.apache.org/avalon/excalibur/pool/index.html">Pooling</link>,
              <link href="http://jakarta.apache.org/avalon/excalibur/datasource/index.html">DataSource</link>, and
              <link href="http://jakarta.apache.org/avalon/excalibur/thread/index.html">ThreadPooling</link> projects.
              Leif was also responsible for the Instrumentation projects:
              <link href="http://jakarta.apache.org/avalon/excalibur/instrument/index.html">Instrument</link>,
              <link href="http://jakarta.apache.org/avalon/excalibur/instrument-manager/index.html">Instrument Manager</link>, and
              <link href="http://jakarta.apache.org/avalon/excalibur/instrument-client/index.html">Instrument Remote Client</link> projects.
        </p>
        <p>
              Outside of ASF, Leif also manages the <link href="http://wrapper.sourceforge.net">Java Service Wrapper</link> project.
        </p>
        <p>
              Leif has lived and worked in Tokyo, Japan since 1996 and enjoys
              backpacking, swimming and water skiing.
        </p>
        <p>
              His academic background includes an E.E. Degree specializing in
              Control Systems.  Work background includes software testing, plant
              automation and data analysis, and more recently scalable
              recommendation server design and implementation.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/lsimons.xml
  
  Index: lsimons.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Leo Simons</title>
        <p>(leosimons at apache dot org)</p>
        <p>
        Leo initially started work on Avalon because it seemed like
        a place where he could learn a lot about correct software
        architecture. After creating one of the first phoenix applications,
        he set off to work on project documentation, Phoenix and the
        Framework.
        </p>
        <p>
        Besides his work within the ASF, Leo develops custom server
        solutions using Avalon and related open source technologies,
        mainly in the fields of Content Management and CRM, as a night
        job. He studies Technical Physics at the University of Twente,
        The Netherlands.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/mcconnell.xml
  
  Index: mcconnell.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Stephen Mcconnell</title>
        <p>(mcconnell at apache dot org)</p>
        <p>
        Stephen was initially drawn to Avalon in respect to the work
        undertaken in the framework projects.  The consitent and clean
        component-oriented approach seperated Avalon from may other 
        projects.  Stephen, as comitter to Avalon, is involved with 
        framework maintenance and evolution, advanced devopment related 
        to inteligent service management, the Avalon Apps Enterprise 
        project, and the Merlin Service Management Architecture.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/nicolaken.xml
  
  Index: nicolaken.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Nicola Ken Barozzi</title>
        <p>(nicolaken at apache dot org)</p>
        <p>
        Nicola Ken Barozzi is a committer for Jakarta POI,
        which he helped in entering Jakarta, Avalon,
        and for Apache Cocoon and Apache Forrest on Xml-Apache.
        </p>
        <p>
        The work with these projects have made him found the
        Krysalis Community Project, with the aim of incubating
        his own and other projects till/if a community creates
        round them.
        </p>
        <p>
        He started the Krysalis Centipede build system to make
        building projects a simple thing, since it had become a
        too common activity to be a pleasure.
        </p>
        <p>
       FAQ: You can call him Nicola, Ken, or Nicola Ken, as you wish.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/peter.xml
  
  Index: peter.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Peter Donald</title>
        <p>(peter at apache dot org)</p>
        <p>
         Peter initially became involved with Avalon after he realized that
         his own product (Telanon) showed remarkable similarities to Avalon.
         He is the main architect and developer for the Phoenix application
         server, and the LogKit logging toolkit. He is also involved with
         the Ant project.
        </p>
        <p>
         Outside the scope of the ASF, Peter is actively building a distributed
         virtual environment (DVE). This DVE is based on Phoenix and is dervied
         from work in military simulations, interactive entertainment industry
         (ie 3D games), and the academic community. He has also completed studies
         in areas such as linguistics, logic, philosophy, psychology, neuroscience,
         mythology/history and computer science.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/pier.xml
  
  Index: pier.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Pier Fumagalli</title>
        <p>(pier at betaversion dot org)</p>
        <p>
        Pier is an open source developer who got involved with the Apache JServ
        project a few years ago, and has since become a key figure in Jakarta.
        Pier has made significant contributions to numerous Jakarta projects,
        notably Tomcat, Cocoon and Avalon. 
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/proyal.xml
  
  Index: proyal.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Peter Royal</title>
        <p>(proyal at apache dot org)</p>
        <p>
        Peter is a relative newcomer to Apache Avalon. His introduction was
        via the <link href="http://xml.apache.org/cocoon/">Apache Cocoon</link>
        project. After noticing the incredible framework which Cocoon was built
        upon he moved the rest of his projects to be hosted in Avalon Phoenix.
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/roberto.xml
  
  Index: roberto.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Roberto Lo Giacco</title>
        <p>(rlogiacco at mail dot com)</p>
        <p>
         Roberto helped us finalize some of our contracts and coding standards.
        </p>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-avalon-site/src/documentation/content/xdocs/whoweare/stefano.xml
  
  Index: stefano.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document> 
    <header> 
      <title>Apache Avalon project: Contributors</title> 
    </header> 
    <body> 
      <section>
        <title>Stefano Mazzocchi</title>
        <p>(stefano at apache dot org)</p>
        <p>
        Stefano is a Doctor of Electronic Engineering addicted to Java
        programming and open development. He is the original author of the Cocoon
        Publishing Framework and an active contributor of many other
        projects hosted under the Apache umbrella.
        </p>
      </section>
    </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>