You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/13 13:13:56 UTC

svn commit: r495877 - /velocity/site/site/src/site/resources/moving.html

Author: henning
Date: Sat Jan 13 04:13:55 2007
New Revision: 495877

URL: http://svn.apache.org/viewvc?view=rev&rev=495877
Log:
Add a "we have moved" page.


Added:
    velocity/site/site/src/site/resources/moving.html

Added: velocity/site/site/src/site/resources/moving.html
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/resources/moving.html?view=auto&rev=495877
==============================================================================
--- velocity/site/site/src/site/resources/moving.html (added)
+++ velocity/site/site/src/site/resources/moving.html Sat Jan 13 04:13:55 2007
@@ -0,0 +1,53 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+  <head>
+    <title>Apache Velocity Site - The Apache Velocity Project</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /><meta name="author" content="Velocity Documentation Team" />
+    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <meta http-equiv="refresh" content="15;url=http://velocity.apache.org/" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+      <a href="http:/velocity.apache.org/" id="bannerLeft"><img src="images/velocity_project_wide.png" alt="" /></a>
+      <div class="clear"><hr/></div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">
+        <a href="http://www.apache.org">Apache</a>&gt;Velocity
+      </div>
+      <div class="xright">
+        <a href="engine/devel/index.html">Engine</a>
+        |
+        <a href="tools/devel/index.html">Tools</a>
+        |
+        <a href="dvsl/devel/index.html">DVSL</a>
+      </div>
+      <div class="clear"><hr/></div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+      <div id="contentBox">
+        <h1 style="font-size: 48px; padding: none; border: none; background-color: white; color: red; font-weight: bold; text-align:center;" >The Velocity Web Site has moved!</h1>
+        <p style="font-size: 24px;">
+         Velocity is no longer a part of the Jakarta Project. <br/>We
+         have moved to our own web site at <a
+         href="http://velocity.apache.org/">http://velocity.apache.org/</a>.
+         <br/>
+         You accessed an outdated link or old bookmark. Please update this
+         link. You will be redirected to our new site in 15 seconds.
+       </p>
+
+        <h1 style="font-size: 48px; padding: none; border: none; background-color: white; color: white; font-weight: bold; text-align: center;" ><a href="http://velocity.apache.org/">Click here to enter our new site</a></h1>
+
+      </div>
+      <div id="footer"><div class="xright">&#169; 2006-2007 The Apache Software Foundation</div>
+      <div class="clear"><hr/></div>
+  </body>
+</html>