You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/05/21 16:36:30 UTC

svn commit: r947028 - in /incubator/bval/site: images/ index.html resources/ trunk/docs/ trunk/images/ trunk/index.html trunk/resources/ trunk/resources/doap_bval.rdf

Author: dwoods
Date: Fri May 21 14:36:30 2010
New Revision: 947028

URL: http://svn.apache.org/viewvc?rev=947028&view=rev
Log:
BVAL-6 Reorg so we can just svn co to www site

Added:
    incubator/bval/site/trunk/images/
      - copied from r942882, incubator/bval/site/images/
    incubator/bval/site/trunk/index.html
      - copied, changed from r942882, incubator/bval/site/index.html
    incubator/bval/site/trunk/resources/
      - copied from r942882, incubator/bval/site/resources/
    incubator/bval/site/trunk/resources/doap_bval.rdf
      - copied unchanged from r944502, incubator/bval/site/resources/doap_bval.rdf
Removed:
    incubator/bval/site/images/
    incubator/bval/site/index.html
    incubator/bval/site/resources/
    incubator/bval/site/trunk/docs/

Copied: incubator/bval/site/trunk/index.html (from r942882, incubator/bval/site/index.html)
URL: http://svn.apache.org/viewvc/incubator/bval/site/trunk/index.html?p2=incubator/bval/site/trunk/index.html&p1=incubator/bval/site/index.html&r1=942882&r2=947028&rev=947028&view=diff
==============================================================================
--- incubator/bval/site/index.html (original)
+++ incubator/bval/site/trunk/index.html Fri May 21 14:36:30 2010
@@ -1,7 +1,38 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+ 
+ http://www.apache.org/licenses/LICENSE- 2.0
+ 
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. 
+--> 
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html>
-    <head>
-        <meta http-equiv="REFRESH" content="0;url=http://incubator.apache.org/bval/cwiki/">
-    </head>
+  <head>
+    <title>Apache Bean Validation (incubating)</title>
+    <META HTTP-EQUIV="Refresh" CONTENT="0;URL=./cwiki/index.html">
+    <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+    <META name="Description" content="Apache Bean Validation (incubating) -- Index"> 
+    <META name="Keywords" content="Apache Bean Validation JSR-303 JavaEE6"> 
+    <META name="Owner" content="bval-dev@incubator.apache.org"> 
+    <META name="Robots" content="index, follow"> 
+    <META name="DC.Date" scheme="iso8601" content="2010-03-01"> 
+    <META name="DC.Language" scheme="rfc1766" content="en"> 
+    <META name="DC.Rights" content="Copyright 2010, The Apache Software Foundation"> 
+    <LINK rel="SHORTCUT ICON" href="./images/favicon.ico">   
+  </head>
+  <body>
+    <p>Redirecting to website at - <a href="http://incubator.apache.org/bval/cwiki/">http://incubator.apache.org/bval/cwiki/</a></p>
+  </body>
 </html>
-