You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/31 16:52:41 UTC

svn commit: r799628 [3/5] - in /excalibur/site: ./ developing/ event/ fortress/ framework/ images/ instrument/ lifecycle/ sourceresolve/ store/ xmlutil/

Modified: excalibur/site/deprecation.html
URL: http://svn.apache.org/viewvc/excalibur/site/deprecation.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/deprecation.html (original)
+++ excalibur/site/deprecation.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="index.html">Home</a>
             |
@@ -427,19 +432,19 @@
 <th>Replacement</th>
 </tr>
 <tr class="a"><td>o.a.a.excalibur.cli</td>
-<td><a href="http://jakarta.apache.org/commons/cli/" class="externalLink">Commons-CLI</a></td>
+<td><a class="externalLink" href="http://jakarta.apache.org/commons/cli/">Commons-CLI</a></td>
 </tr>
 <tr class="b"><td>o.a.a.excalibur.collections</td>
-<td><a href="http://jakarta.apache.org/commons/collections/" class="externalLink">Commons-Collections</a></td>
+<td><a class="externalLink" href="http://jakarta.apache.org/commons/collections/">Commons-Collections</a></td>
 </tr>
 <tr class="a"><td>o.a.a.excalibur.concurrent</td>
-<td>Doug Leas <a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html" class="externalLink">Concurrent Library</a></td>
+<td>Doug Leas <a class="externalLink" href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">Concurrent Library</a></td>
 </tr>
 <tr class="b"><td>o.a.a.excalibur.io</td>
-<td><a href="http://spice.codehaus.org/salt" class="externalLink">Spice-Salt</a></td>
+<td><a class="externalLink" href="http://spice.codehaus.org/salt">Spice-Salt</a></td>
 </tr>
 <tr class="a"><td>o.a.a.excalibur.naming</td>
-<td><a href="http://spice.codehaus.org/jndikit" class="externalLink">Spice-JNDIKit</a></td>
+<td><a class="externalLink" href="http://spice.codehaus.org/jndikit">Spice-JNDIKit</a></td>
 </tr>
 </table>
 </div>
@@ -462,7 +467,7 @@
                     redeveloped the code elsewhere. The following table lists the replacement
                     packages for Excalibur-Configuration.
                 </p>
-<blockquote><strong>Replacement:</strong><a href="http://spice.codehaus.org/configkit" class="externalLink">Spice-Configkit</a></blockquote><p>
+<blockquote><strong>Replacement:</strong><a class="externalLink" href="http://spice.codehaus.org/configkit">Spice-Configkit</a></blockquote><p>
                     Some old documentation about Excalibur-Configuration is still available
                     <a href="configuration.html">here</a>.
                 </p>
@@ -480,10 +485,10 @@
 <th>Replacement</th>
 </tr>
 <tr class="b"><td>o.a.excalibur.event</td>
-<td><a href="http://dist.d-haven.org/event/" class="externalLink">D-Haven-Event</a></td>
+<td><a class="externalLink" href="http://dist.d-haven.org/event/">D-Haven-Event</a></td>
 </tr>
 <tr class="a"><td>o.a.excalibur.mpool</td>
-<td><a href="http://dist.d-haven.org/managed-pool/" class="externalLink">D-Haven-Managed-Pool</a></td>
+<td><a class="externalLink" href="http://dist.d-haven.org/managed-pool/">D-Haven-Managed-Pool</a></td>
 </tr>
 </table>
 <p>
@@ -497,7 +502,7 @@
                     resources. This library stored these resources in an inconvenient location. A
                     much better package has been developed elsewhere.
                 </p>
-<blockquote><strong>Replacement:</strong><a href="http://spice.codehaus.org/salt" class="externalLink">Spice-Salt</a></blockquote></div>
+<blockquote><strong>Replacement:</strong><a class="externalLink" href="http://spice.codehaus.org/salt">Spice-Salt</a></blockquote></div>
 <div class="section"><h3><a name="Excalibur-Testcase"></a>Excalibur-Testcase</h3>
 <p>
                     Excalibur-Testcase was a library to aid unit testing of components. It provided
@@ -516,7 +521,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/authors.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/authors.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/authors.html (original)
+++ excalibur/site/developing/authors.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -473,11 +478,11 @@
     </p>
 <p>
        Paul wrote some of blocks for Cornerstone and some of the apps in Avalon apps.
-       He also started <a href="http://avalon.apache.org/apps/apps/db/index.html" class="externalLink">AvalonDB</a>,
-       <a href="http://www.jesktop.com" class="externalLink">Jesktop</a>,
-       <a href="http://avalon.apache.org/excalibur/altrmi.html" class="externalLink">Excalibur-AltRMI</a>,
-       <a href="http://www.enterpriseobjectbroker.org" class="externalLink">Enterprise Object Broker</a>, and
-       <a href="http://www.picocontainer.org" class="externalLink">Picocontainer</a>.
+       He also started <a class="externalLink" href="http://avalon.apache.org/apps/apps/db/index.html">AvalonDB</a>,
+       <a class="externalLink" href="http://www.jesktop.com">Jesktop</a>,
+       <a class="externalLink" href="http://avalon.apache.org/excalibur/altrmi.html">Excalibur-AltRMI</a>,
+       <a class="externalLink" href="http://www.enterpriseobjectbroker.org">Enterprise Object Broker</a>, and
+       <a class="externalLink" href="http://www.picocontainer.org">Picocontainer</a>.
     </p>
 </div>
 </div>
@@ -489,7 +494,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/compatiblity.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/compatiblity.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/compatiblity.html (original)
+++ excalibur/site/developing/compatiblity.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -539,7 +544,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/conclusion.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/conclusion.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/conclusion.html (original)
+++ excalibur/site/developing/conclusion.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -456,7 +461,7 @@
     Open Source model.  For arguments on the validity of Open Source,
     I will direct you to Eric S. Raymond's excellent treatises on the
     subject (
-      <a href="http://www.tuxedo.org/~esr/writings/cathedral-bazaar/" class="externalLink">http://www.tuxedo.org/~esr/writings/cathedral-bazaar/</a> ).
+      <a class="externalLink" href="http://www.tuxedo.org/~esr/writings/cathedral-bazaar/">http://www.tuxedo.org/~esr/writings/cathedral-bazaar/</a> ).
     Regardless of your opinions on his politics, the
     papers he wrote and compiled into the book <em>The Cathedral
     and the Bazaar</em> will give you the information you need to
@@ -557,7 +562,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/decomposing.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/decomposing.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/decomposing.html (original)
+++ excalibur/site/developing/decomposing.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -632,7 +637,7 @@
           is generally the act of using a software system to route tasks
           through a Company's business process.  For more information,
           view the Workflow Management Council's web page at
-          <a href="http://www.wfmc.org" class="externalLink">http://www.wfmc.org</a>.
+          <a class="externalLink" href="http://www.wfmc.org">http://www.wfmc.org</a>.
         </p>
 </div>
 <div class="section"><h3><a name="Document_Repository_Service"></a>Document Repository Service</h3>
@@ -841,7 +846,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/framework.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/framework.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/framework.html (original)
+++ excalibur/site/developing/framework.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -1164,7 +1169,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/implementing.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/implementing.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/implementing.html (original)
+++ excalibur/site/developing/implementing.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -1511,7 +1516,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/index.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/index.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/index.html (original)
+++ excalibur/site/developing/index.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -535,7 +540,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/introduction.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/introduction.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/introduction.html (original)
+++ excalibur/site/developing/introduction.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -617,8 +622,8 @@
         server solutions, it is equally at home when using it to build
         building a Graphical User Interface (GUI) applications.  Two examples
         of this are
-        <a href="http://d-haven.org/guiapp" class="externalLink">D-Haven.org's GUIApp</a>
-        and <a href="http://jesktop.sourceforge.net" class="externalLink">Jesktop</a></p>
+        <a class="externalLink" href="http://d-haven.org/guiapp">D-Haven.org's GUIApp</a>
+        and <a class="externalLink" href="http://jesktop.sourceforge.net">Jesktop</a></p>
 <p>
         While you need to consider if Avalon is right for your project,
         you can still learn from the principles and design that went into
@@ -646,7 +651,7 @@
 <p>
         Inversion of Control (IOC) is the concept that a Component is
         always externally managed.  This phrase was originally coined
-        by Brian Foote in one of his papers ( <a href="http://www.laputan.org/drc/drc.html" class="externalLink">http://www.laputan.org/drc/drc.html</a>
+        by Brian Foote in one of his papers ( <a class="externalLink" href="http://www.laputan.org/drc/drc.html">http://www.laputan.org/drc/drc.html</a>
         ) Everything a Component needs in the way of Contexts,
         Configurations, and Loggers is given to the Component.  In
         fact, every stage in the life of a Component is controlled by
@@ -672,7 +677,7 @@
 <p>
         The idea that you should view your problem space from different
         concern areas resulted in the Separation of Concerns (SOC) pattern (
-            <a href="http://www.research.ibm.com/hyperspace/MDSOC.htm" class="externalLink">
+            <a class="externalLink" href="http://www.research.ibm.com/hyperspace/MDSOC.htm">
               http://www.research.ibm.com/hyperspace/MDSOC.htm
             </a>).
         An example would be viewing a web server from different viewpoints
@@ -685,7 +690,7 @@
 <p>
         The Separation of Concerns pattern in turn led to Aspect Oriented
         Programming (AOP) (
-            <a href="http://www.aspectj.org" class="externalLink">http://www.aspectj.org</a>).
+            <a class="externalLink" href="http://www.aspectj.org">http://www.aspectj.org</a>).
         Researchers discovered that many concerns
         couldn't be addressed at class or even method granularity.  Those
         concerns are called aspects.  Examples of aspects include managing
@@ -765,7 +770,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/developing/strategies.html
URL: http://svn.apache.org/viewvc/excalibur/site/developing/strategies.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/developing/strategies.html (original)
+++ excalibur/site/developing/strategies.html Fri Jul 31 14:52:39 2009
@@ -25,12 +25,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -44,7 +49,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -551,7 +556,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/download.html
URL: http://svn.apache.org/viewvc/excalibur/site/download.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/download.html (original)
+++ excalibur/site/download.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="index.html">Home</a>
             |
@@ -428,7 +433,7 @@
       </p>
 <p>
         If you do not see the file you need in the links below, please
-        see the <a href="http://www.apache.org/dist/excalibur/" class="externalLink">master
+        see the <a class="externalLink" href="http://www.apache.org/dist/excalibur/">master
         distribution directory</a> or, preferably, its
         <a href="[preferred]/excalibur/">mirror</a>.
       </p>
@@ -463,8 +468,8 @@
 <div class="section"><h3><a name="Jar_Repository"></a>Jar Repository</h3>
 <p>
           All Excalibur jars can also be found in the 
-          <a href="http://repo1.maven.org/maven2" class="externalLink">public Maven 2</a>
-          repository for use with <a href="http://maven.apache.org" class="externalLink">Maven 2</a>
+          <a class="externalLink" href="http://repo1.maven.org/maven2">public Maven 2</a>
+          repository for use with <a class="externalLink" href="http://maven.apache.org">Maven 2</a>
           and other repository-aware applications.
         </p>
 </div>
@@ -522,15 +527,15 @@
           <code>md5sum</code> on some systems). Download the <code>md5</code> file that
           corresponds to the distributions you want to check. Make sure you get these
           checksums from the
-          <a href="http://www.apache.org/dist/excalibur/" class="externalLink">main distribution
+          <a class="externalLink" href="http://www.apache.org/dist/excalibur/">main distribution
           directory</a>, rather than from a mirror.
         </p>
 <p>
           The PGP signatures can be verified using PGP or GPG.  First
-          download the <a href="http://www.apache.org/dist/excalibur/KEYS" class="externalLink">KEYS</a>
+          download the <a class="externalLink" href="http://www.apache.org/dist/excalibur/KEYS">KEYS</a>
           as well as the <code>asc</code> signature file for the particular
           distribution. Make sure you get these files from the
-          <a href="http://www.apache.org/dist/excalibur/" class="externalLink">main distribution
+          <a class="externalLink" href="http://www.apache.org/dist/excalibur/">main distribution
           directory</a>, rather than from a mirror. Then verify the signatures
           using
         </p>
@@ -562,7 +567,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/command-howto.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/command-howto.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/command-howto.html (original)
+++ excalibur/site/event/command-howto.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -620,7 +625,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/command.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/command.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/command.html (original)
+++ excalibur/site/event/command.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -519,7 +524,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/cpuparser-howto.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/cpuparser-howto.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/cpuparser-howto.html (original)
+++ excalibur/site/event/cpuparser-howto.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -552,7 +557,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/event-howto.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/event-howto.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/event-howto.html (original)
+++ excalibur/site/event/event-howto.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -680,7 +685,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/event.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/event.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/event.html (original)
+++ excalibur/site/event/event.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -454,7 +459,7 @@
         Driven Architecture (SEDA) design in an Avalon way.  It has
         grown to be a robust event pipelining library.  We maintained
         the core concepts from the
-                <a href="http://seda.sourceforge.net/" class="externalLink">SandStorm</a>
+                <a class="externalLink" href="http://seda.sourceforge.net/">SandStorm</a>
         server, and cleaned up the API to have Queues operate in a
         more transactional way.
             </p>
@@ -528,7 +533,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/index.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/index.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/index.html (original)
+++ excalibur/site/event/index.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -459,7 +464,7 @@
         asynchronous command processing, and the interfaces to support
         event based programming.  Event is heavily influenced by Matt
         Welsh's work with the
-                <a href="http://www.eecs.harvard.edu/~mdw/proj/seda/" class="externalLink">
+                <a class="externalLink" href="http://www.eecs.harvard.edu/~mdw/proj/seda/">
         SEDA architecture</a>.
         We forked the portion of his SandStorm server that had to do with
         event processing.  From there we cleaned up the API and made it as
@@ -485,7 +490,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/mpool-howto.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/mpool-howto.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/mpool-howto.html (original)
+++ excalibur/site/event/mpool-howto.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -618,7 +623,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/mpool.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/mpool.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/mpool.html (original)
+++ excalibur/site/event/mpool.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -523,7 +528,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/util-howto.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/util-howto.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/util-howto.html (original)
+++ excalibur/site/event/util-howto.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -484,7 +489,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/event/util.html
URL: http://svn.apache.org/viewvc/excalibur/site/event/util.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/event/util.html (original)
+++ excalibur/site/event/util.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -485,7 +490,7 @@
           your platform.  Unfortunately we cannot assume there is only one
           way to gather information for each platform.  If your platform is
           not supported directly, please send an email to the
-                    <a href="mailto:users@avalon.apache.org" class="externalLink">Avalon Users</a>
+                    <a class="externalLink" href="mailto:users@avalon.apache.org">Avalon Users</a>
           mailing list with the new CPU Parser attached.  We should be able
           to include it in the next release.  We currently support the entire
           Microsoft Windows suite that supports Java, and Linux.  Since we
@@ -502,7 +507,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/cli.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/cli.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/cli.html (original)
+++ excalibur/site/fortress/cli.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -438,7 +443,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/design-notes.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/design-notes.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/design-notes.html (original)
+++ excalibur/site/fortress/design-notes.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -543,7 +548,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/features.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/features.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/features.html (original)
+++ excalibur/site/fortress/features.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -476,7 +481,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/getting-started.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/getting-started.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/getting-started.html (original)
+++ excalibur/site/fortress/getting-started.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -492,7 +497,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/index.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/index.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/index.html (original)
+++ excalibur/site/fortress/index.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -423,14 +428,14 @@
 <div class="section"><h2><a name="Fortress_1.1"></a>Fortress 1.1</h2>
 <p>
         Fortress 1.1 has been released and includes a number of bug fixes.  See the
-                <a href="http://excalibur.apache.org/download.cgi" class="externalLink">download</a> section to get
+                <a class="externalLink" href="http://excalibur.apache.org/download.cgi">download</a> section to get
 	the latest source and binary distributions.
             </p>
 </div>
 <div class="section"><h2><a name="Available_Documentation"></a>Available Documentation</h2>
 <ul><li><strong>The Fortress documentation has not yet been updated for the latest
 	 release</strong>.  We are currently working on new documentation in the
-                    <a href="http://wiki.apache.org/avalon/AvalonFortress" class="externalLink">wiki</a>.
+                    <a class="externalLink" href="http://wiki.apache.org/avalon/AvalonFortress">wiki</a>.
                 </li>
 <li>
 	  The Avalon developers are working to provide better consistency
@@ -438,14 +443,14 @@
 	  offer a single platform that will build on our previous efforts.
 	  Please subscribe to the users or developers mailing list to receive
 	  the latest updates.  See the wiki for more information on
-                    <a href="http://wiki.apache.org/avalon/WhichContainer" class="externalLink">which container</a>
+                    <a class="externalLink" href="http://wiki.apache.org/avalon/WhichContainer">which container</a>
 	  to consider and
-                    <a href="http://wiki.apache.org/avalon/ContainerStory" class="externalLink">where the
+                    <a class="externalLink" href="http://wiki.apache.org/avalon/ContainerStory">where the
 	  containers came from</a>.
                 </li>
 <li>For general information about the avalon project, you will want to read the
-                    <a href="http://avalon.apache.org/framework/" class="externalLink">Avalon Framework Documentation</a>.
-                    <a href="http://avalon.apache.org/developing/" class="externalLink">Developing with Avalon</a> is a
+                    <a class="externalLink" href="http://avalon.apache.org/framework/">Avalon Framework Documentation</a>.
+                    <a class="externalLink" href="http://avalon.apache.org/developing/">Developing with Avalon</a> is a
             terribly useful resource as well.
                 </li>
 </ul>
@@ -458,7 +463,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/servlet.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/servlet.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/servlet.html (original)
+++ excalibur/site/fortress/servlet.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -516,7 +521,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/swing.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/swing.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/swing.html (original)
+++ excalibur/site/fortress/swing.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -497,7 +502,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/fortress/using-meta-info.html
URL: http://svn.apache.org/viewvc/excalibur/site/fortress/using-meta-info.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/fortress/using-meta-info.html (original)
+++ excalibur/site/fortress/using-meta-info.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -575,7 +580,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/best-practices.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/best-practices.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/best-practices.html (original)
+++ excalibur/site/framework/best-practices.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -616,7 +621,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/component-design.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/component-design.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/component-design.html (original)
+++ excalibur/site/framework/component-design.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -522,7 +527,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/guide-cop-in-avalon.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/guide-cop-in-avalon.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/guide-cop-in-avalon.html (original)
+++ excalibur/site/framework/guide-cop-in-avalon.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -502,7 +507,7 @@
         We used to have a marker interface component. This has been deprecated
         because requiring all components extend this interface makes
         integrating Avalon with other component systems like
-        <a href="http://www.omg.org" class="externalLink">CORBA</a> very cumbersome.
+        <a class="externalLink" href="http://www.omg.org">CORBA</a> very cumbersome.
       </i></p>
 <p>
         As you might have guessed, each one of these concerns has a separate
@@ -728,7 +733,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/guide-patterns-avalon.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/guide-patterns-avalon.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/guide-patterns-avalon.html (original)
+++ excalibur/site/framework/guide-patterns-avalon.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -510,7 +515,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/guide-patterns-ioc-security.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/guide-patterns-ioc-security.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/guide-patterns-ioc-security.html (original)
+++ excalibur/site/framework/guide-patterns-ioc-security.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -630,7 +635,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/guide-patterns-ioc.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/guide-patterns-ioc.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/guide-patterns-ioc.html (original)
+++ excalibur/site/framework/guide-patterns-ioc.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -558,7 +563,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/guide-patterns-soc.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/guide-patterns-soc.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/guide-patterns-soc.html (original)
+++ excalibur/site/framework/guide-patterns-soc.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -454,7 +459,7 @@
         goes a long way in the overall comprehension of the system.
       </p>
 <p>You can get more formal information in this paper:
-        <a href="http://www.research.ibm.com/hyperspace/MDSOC.htm" class="externalLink">Multi-Dimensional Separation of Concerns</a>.
+        <a class="externalLink" href="http://www.research.ibm.com/hyperspace/MDSOC.htm">Multi-Dimensional Separation of Concerns</a>.
       </p>
 <div class="section"><h3><a name="What_it_Means"></a>What it Means</h3>
 <p>
@@ -503,7 +508,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/guide-patterns-soii.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/guide-patterns-soii.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/guide-patterns-soii.html (original)
+++ excalibur/site/framework/guide-patterns-soii.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -602,7 +607,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/index.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/index.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/index.html (original)
+++ excalibur/site/framework/index.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -481,7 +486,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/framework/lifecycle.html
URL: http://svn.apache.org/viewvc/excalibur/site/framework/lifecycle.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/framework/lifecycle.html (original)
+++ excalibur/site/framework/lifecycle.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -613,7 +618,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Added: excalibur/site/images/asf-logo-reduced.gif
URL: http://svn.apache.org/viewvc/excalibur/site/images/asf-logo-reduced.gif?rev=799628&view=auto
==============================================================================
Binary file - no diff available.

Propchange: excalibur/site/images/asf-logo-reduced.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: excalibur/site/images/logo.gif
URL: http://svn.apache.org/viewvc/excalibur/site/images/logo.gif?rev=799628&view=auto
==============================================================================
Binary file - no diff available.

Propchange: excalibur/site/images/logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Modified: excalibur/site/index.html
URL: http://svn.apache.org/viewvc/excalibur/site/index.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/index.html (original)
+++ excalibur/site/index.html Fri Jul 31 14:52:39 2009
@@ -23,12 +23,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -42,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="index.html">Home</a>
             |
@@ -412,11 +417,11 @@
       <div id="contentBox">
         <div class="section"><h2><a name="What_is_excalibur"></a>What is excalibur?</h2>
 <p>
-                Excalibur is an <a href="http://www.opensource.org/" class="externalLink">open source</a> software
-                project of <a href="http://www.apache.org/" class="externalLink">The Apache Software Foundation</a>.
+                Excalibur is an <a class="externalLink" href="http://www.opensource.org/">open source</a> software
+                project of <a class="externalLink" href="http://www.apache.org/">The Apache Software Foundation</a>.
                 Our primary product is a lightweight, embeddable
-                <a href="http://www.martinfowler.com/articles/injection.html" class="externalLink">Inversion of Control</a><em>container</em> named <a href="fortress/index.html">Fortress</a> that is written
-                in <a href="http://java.sun.com/" class="externalLink">java</a>.
+                <a class="externalLink" href="http://www.martinfowler.com/articles/injection.html">Inversion of Control</a><em>container</em> named <a href="fortress/index.html">Fortress</a> that is written
+                in <a class="externalLink" href="http://java.sun.com/">java</a>.
             </p>
 <p>
                 Inversion of control, also known as the hollywood principle (&quot;don't call us,
@@ -424,7 +429,7 @@
                 don't &quot;wire up&quot; all the pieces that make up an application (the &quot;components&quot;) by
                 writing lots of this-component-uses-that-one-like-so code, nor do we use some
                 kind of lookup directory (like
-                <a href="http://java.sun.com/products/jndi/" class="externalLink">JNDI</a>, for example) where each component
+                <a class="externalLink" href="http://java.sun.com/products/jndi/">JNDI</a>, for example) where each component
                 decides what components to interact with itself. Instead, we instruct a smart piece
                 of software, the container, to <em>tell</em> the components how to interact.
             </p>
@@ -435,25 +440,25 @@
                 is also <em>embeddable</em>, by which we mean that you can use fortress inside just
                 about every java environment. More concretely, you can use it as the basis of a
                 large standalone development platform (like the
-                <a href="http://www.keelframework.org/" class="externalLink">Keel</a> project), at the core of a
+                <a class="externalLink" href="http://www.keelframework.org/">Keel</a> project), at the core of a
                 servlet-based web application (like
-                <a href="http://cocoon.apache.org/" class="externalLink">Cocoon</a>) or even as the basis of a GUI
+                <a class="externalLink" href="http://cocoon.apache.org/">Cocoon</a>) or even as the basis of a GUI
                 application (like
-                <a href="http://projects.d-haven.org/modules/mydownloads/singlefile.php?cid=2&amp;lid=2" class="externalLink">GuiApp</a>).
+                <a class="externalLink" href="http://projects.d-haven.org/modules/mydownloads/singlefile.php?cid=2&amp;lid=2">GuiApp</a>).
             </p>
 <p>
                 Fortress knows how to manage components that have been developed using a
                 rigid <em>lifecycle</em> contract called
-                <a href="http://wiki.apache.org/excalibur/AvalonFramework" class="externalLink">Avalon-Framework</a>.
+                <a class="externalLink" href="http://wiki.apache.org/excalibur/AvalonFramework">Avalon-Framework</a>.
                 In the next upcoming release, fortress will also be able to manage ordinary
                 javabeans, and support for other kinds of Inversion of Control are planned.
             </p>
 <p>
                 Besides providing fortress, excalibur also provides a small library of very
-                useful <a href="http://excalibur.apache.org/component-list.html" class="externalLink">components</a>.
+                useful <a class="externalLink" href="http://excalibur.apache.org/component-list.html">components</a>.
                 We also distribute some of the libraries used to build fortress (and some
                 other containers) seperately. This selection of libraries is called
-                <a href="http://excalibur.apache.org/containerkit.html" class="externalLink">containerkit</a>.
+                <a class="externalLink" href="http://excalibur.apache.org/containerkit.html">containerkit</a>.
             </p>
 </div>
 <div class="section"><h2><a name="So_why_is_excalibur_an_interesting_project"></a>So why is excalibur an interesting project?</h2>
@@ -462,9 +467,9 @@
                 (everything that used to be branded as &quot;Avalon Excalibur&quot; and &quot;Avalon Fortress&quot;).
                 This includes two lightweight Inversion of Control containers. One of these powers,
                 among other things,
-                <a href="http://cocoon.apache.org/" class="externalLink">Cocoon</a>. The other (&quot;fortress&quot;) is the basis
+                <a class="externalLink" href="http://cocoon.apache.org/">Cocoon</a>. The other (&quot;fortress&quot;) is the basis
                 of projects like
-                <a href="http://www.keelframework.org/" class="externalLink">Keel</a>. Excalibur also includes powerful
+                <a class="externalLink" href="http://www.keelframework.org/">Keel</a>. Excalibur also includes powerful
                 and mature reusable &quot;components&quot; and &quot;libraries&quot;, handling tasks ranging from thread
                 management to component pooling to (URI-and-similar-) source resolving.
             </p>
@@ -482,7 +487,7 @@
                 strong team of enthousiastic developers (with strong ties to several other projects
                 in the same problem domain) has various big and small plans with excalibur. One of
                 the leading open source organisations in the world,
-                <a href="http://www.apache.org/" class="externalLink">The Apache Software Foundation</a>, is hosting the
+                <a class="externalLink" href="http://www.apache.org/">The Apache Software Foundation</a>, is hosting the
                 project, providing insight, advice, infrastructure, legal backing, a time- and
                 battle-proven development process, and much more.
             </p>
@@ -495,7 +500,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/instrument/component-extend-ai.html
URL: http://svn.apache.org/viewvc/excalibur/site/instrument/component-extend-ai.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/instrument/component-extend-ai.html (original)
+++ excalibur/site/instrument/component-extend-ai.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -470,7 +475,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/instrument/component.html
URL: http://svn.apache.org/viewvc/excalibur/site/instrument/component.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/instrument/component.html (original)
+++ excalibur/site/instrument/component.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -539,7 +544,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/instrument/configuration.html
URL: http://svn.apache.org/viewvc/excalibur/site/instrument/configuration.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/instrument/configuration.html (original)
+++ excalibur/site/instrument/configuration.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -482,7 +487,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           

Modified: excalibur/site/instrument/container.html
URL: http://svn.apache.org/viewvc/excalibur/site/instrument/container.html?rev=799628&r1=799627&r2=799628&view=diff
==============================================================================
--- excalibur/site/instrument/container.html (original)
+++ excalibur/site/instrument/container.html Fri Jul 31 14:52:39 2009
@@ -24,12 +24,17 @@
           </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://excalibur.apache.org/" id="bannerLeft">
     
-            Excalibur
+                                            <img src="../images/logo.gif" alt="" />
     
-            </span>
-                    <div class="clear">
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img src="../images/asf-logo-reduced.gif" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -43,7 +48,7 @@
   
     
             <div class="xleft">
-        Last Published: 2009-06-16
+        Last Published: 2009-07-31
                       </div>
             <div class="xright">            <a href="../index.html">Home</a>
             |
@@ -482,7 +487,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2009
+          1997-2009
     
           The Apache Software Foundation
           



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org