You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/12/07 20:00:02 UTC

cvs commit: jakarta-commons-sandbox/events/xdocs downloads.xml index.xml navigation.xml .cvsignore

dirkv       2003/12/07 11:00:02

  Modified:    events/xdocs index.xml navigation.xml
  Added:       events/xdocs downloads.xml
  Removed:     events/xdocs .cvsignore
  Log:
  standard website
  
  Revision  Changes    Path
  1.2       +13 -11    jakarta-commons-sandbox/events/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	5 Dec 2003 22:22:09 -0000	1.1
  +++ index.xml	7 Dec 2003 19:00:02 -0000	1.2
  @@ -3,7 +3,7 @@
   <document>
   
    <properties>
  -  <title>Apache Jakarta Commons Events</title>
  +  <title>Overview</title>
     <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
    </properties>
   
  @@ -15,19 +15,21 @@
   It focusses on the Java Collections Framework, providing decorators to other collections
   that fire events.
   </p>
  +<br/><br/>
   </section>
   
  -<section name="Status">
  -<p>
  -Commons Events has not yet had a release, and is waiting further development.
  -</p>
  +<section name="Releases">
  +    <p>
  +       See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
  +    </p>
  +<br/><br/>
  +</section>
  +
  +<section name="Documentation">
  +  <p>
  +     The <a href="apidocs/index.html">JavaDoc API documents</a> are available online.
  +  </p>
   </section>
   
   </body>
   </document>
  -
  -
  -
  -
  -
  -
  
  
  
  1.2       +19 -12    jakarta-commons-sandbox/events/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	5 Dec 2003 22:22:09 -0000	1.1
  +++ navigation.xml	7 Dec 2003 19:00:02 -0000	1.2
  @@ -1,14 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
  -]>
  -<project name="Events">
  -  <title>Events</title>
  -  <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
  -  <body>
  -    <menu name="Commons Events">
  -      <item name="Overview" href="/index.html"/>
  -    </menu>
  -    &commons-nav;
  -  </body>
  +<!DOCTYPE org.apache.commons.menus SYSTEM '../../../jakarta-commons/xdocs/stylesheets/menus/org-apache-commons-menus.dtd'>
  +<project name="Commons Events">
  +    <title>Commons Events</title>
  +    <body>
  +        &top-menus;
  +        <menu name="Commons&#xA0;Events">
  +            <item name="Overview"                      href="/index.html" />
  +<!--            <item name="Configuration"                 href="/configuration.html" /> -->
  +            <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
  +<!--
  +            <item name="Developers&#xA0;Guide"         href="/guide/index.html" collapse="true">
  +                <item name="Class&#xA0;Diagrams"       href="/guide/classdiagrams.html"/>
  +                <item name="Sequence&#xA0;Diagrams"    href="/guide/sequencediagrams.html"/>
  +            </item>
  +-->
  +            <item name="Downloads"                     href="/downloads.html"/>
  +        </menu>
  +        &bottom-menus;
  +    </body>
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/events/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
     <properties>
        <title>Downloads</title>
        <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
        <revision>$Id: downloads.xml,v 1.1 2003/12/07 19:00:02 dirkv Exp $</revision>
     </properties>
  
     <body>
        <section name="Releases">
           <p>There are no releases available.</p>
  
  <!--
           <p>The following releases are available:</p>
           <ul>
             <li>Version 1.1 - 20 October 2003</li>
             <li>Version 1.0 - 12 August 2002</li>
           </ul>
           <br/>
           <p>
              The latest binary release is always available on the 
              <a href="http://jakarta.apache.org/site/binindex.cgi#commons-events">
              Jakarta Binary Downloads page</a>,
              its source is available from 
              <a href="http://jakarta.apache.org/site/sourceindex.cgi#commons-events">
              Jakarta Source Downloads page</a>.
           </p>
           <p>
              Older releases are retained by the Apache Software Foundation but are 
              moved into a
              <a href="http://archive.apache.org/dist/jakarta/commons/events/">
              special archive area</a>.
           </p>
           <p>
             <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-events/">
             Nightly source and binary drops</a> are also available.
           </p>
  -->
           <p>
              Access to the source tree to see the latest and greatest code is possible
              through <a href="cvs-usage.html">anonymous CVS access</a>.
           </p>
        </section>
  
  <!--
        <section name="Release Candidate">
           <p>
              Release candidates for the upcoming 1.1 release can be downloaded 
              <a href="http://cvs.apache.org/~dirkv/builds/">here</a>.
           </p>
           <p>
              Please review and report any problem on the 
              <a href="mail-lists.html">mailing list</a>.
           </p>
           <p>
              Final release target is 20 October 2003. 
           </p>
        </section>
  -->
     </body>
  </document>
  
  
  

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