You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by fa...@apache.org on 2004/11/01 18:21:28 UTC

svn commit: rev 56255 - avalon/site

Author: farra
Date: Mon Nov  1 09:21:25 2004
New Revision: 56255

Added:
   avalon/site/closed.html
Log:
sample Avalon closed message

Added: avalon/site/closed.html
==============================================================================
--- (empty file)
+++ avalon/site/closed.html	Mon Nov  1 09:21:25 2004
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+  <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache Avalon has closed</title>
+  <style>
+   body {
+     font-family: Verdana, Helvetica, Arial, sans-serif;
+     font-size: small;
+   }
+   .footer {
+     font-size: x-small;
+   }
+  </style>
+ </head>
+ <body>
+  <img class="logoImage" alt="Apache Avalon" src="http://avalon.apache.org/images/apache-avalon-logo.png">
+  <hr/>
+  <h2>Apache Avalon has closed.</h2>
+  <p>
+ Apache Avalon began in 1999 as the Java Apache Server Framework and
+ in late 2002 separated from the Apache Jakarta Project to become its
+ own ASF top level project. Apache Avalon provided Java software for
+ component and container programming and pioneered the use of design
+ patterns such as Inversion of Control (IoC) and Separation of
+ Concerns (SoC).
+  </p>
+  <p>
+By 2004 Avalon had grown into several subprojects which have since
+separated into the following:
+  </p>
+  <ul>
+
+   <li><a href="http://excalibur.apache.org">Excalibur</a>: Apache
+    Excalibur houses the Avalon 4.x framework, the Fortress IoC
+    container, and several Avalon related components and utilities
+    such as LogKit and the Cornerstone Component Collection.</li>
+ 
+   <li><a href="http://loom.codehaus.org">Loom</a>: Codehaus Loom
+   continues development of a micro-kernel container after the design
+   of Avalon Phoenix.</li>
+
+   <li><a href="http://dpml.net">Metro</a>:DPML's Metro project
+   develops the next generation of the Merlin Service Platform using
+   the Open Participation Software model.</li>
+
+  </ul>
+  <p>
+While the following archived resources are still available, users and
+developers looking for Avalon software support should contact one of
+the above projects.
+  </p>
+  <ul>
+    <li><a href="http://www.apache.org/dyn/closer.cgi/avalon">Downloads</a></li>
+    <li><a href="http://svn.apache.org/viewcvs.cgi/avalon/?root=Apache-SVN">Subversion Repository</a></li>
+    <li><a href="http://issues.apache.org/eyebrowse/ViewLists">Mailing Lists</a></li>
+  </ul>
+  <p>
+  We thank all those who contributed to the Avalon project over the years.
+  </p>
+  <p>
+Sincerely,
+  </p>
+  <p>
+The Avalon Project Management Committee, 2004 
+  </p>
+  <br/>
+  <hr>
+  <div class="footer">
+   <p>
+    Copyright 2004 <a href="http://www.apache.org">Apache Software Foundation</a>.
+   </p>
+  </div>
+ </body>
+
+</html>
\ No newline at end of file

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