Author: hwright
Date: Mon Nov 30 15:24:52 2009
New Revision: 885451

URL: http://svn.apache.org/viewvc?rev=885451&view=rev
Log:
Move the footer section into a separate file, accessed using httpd's
server-side include mechanism.  (I've no idea if the server s.a.o
currently sits on supports SSI, so this commit may be short-lived.)

* footer.html:
  New.

* index.html:
  Remove footer section, replacing it with the SSI directive.

* .htaccess:
  Enable SSI.

Added:
    subversion/site/.htaccess   (with props)
    subversion/site/footer.html   (with props)
Modified:
    subversion/site/index.html

Added: subversion/site/.htaccess
URL: http://svn.apache.org/viewvc/subversion/site/.htaccess?rev=885451&view=auto
==============================================================================
--- subversion/site/.htaccess (added)
+++ subversion/site/.htaccess Mon Nov 30 15:24:52 2009
@@ -0,0 +1 @@
+Options +Includes

Propchange: subversion/site/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native

Added: subversion/site/footer.html
URL: 
http://svn.apache.org/viewvc/subversion/site/footer.html?rev=885451&view=auto
==============================================================================
--- subversion/site/footer.html (added)
+++ subversion/site/footer.html Mon Nov 30 15:24:52 2009
@@ -0,0 +1,7 @@
+<div class="footer">
+  <p>Copyright &#169; 2009 The Apache Software Foundation, Licensed
+     under the <a href="http://www.apache.org/licenses/LICENSE-2.0";
+     >Apache License, Version 2.0</a>.<br/>
+     Apache and the Apache feather logo are trademarks of The Apache
+     Software Foundation.</p>
+</div> 

Propchange: subversion/site/footer.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: subversion/site/index.html
URL: 
http://svn.apache.org/viewvc/subversion/site/index.html?rev=885451&r1=885450&r2=885451&view=diff
==============================================================================
--- subversion/site/index.html (original)
+++ subversion/site/index.html Mon Nov 30 15:24:52 2009
@@ -24,13 +24,7 @@
 <p>More information about Subversion is available on our
    <a href="http://subversion.tigris.org/"; >old website</a>.</p>
 
-<div class="footer">
-  <p>Copyright &#169; 2009 The Apache Software Foundation, Licensed
-     under the <a href="http://www.apache.org/licenses/LICENSE-2.0";
-     >Apache License, Version 2.0</a>.<br/>
-     Apache and the Apache feather logo are trademarks of The Apache
-     Software Foundation.</p>
-</div> 
+<!--#include virtual="footer.html" -->
 
 </body>
 </html>


Reply via email to