You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2012/06/25 22:50:03 UTC

svn commit: r823166 - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/index.html deltaspike/resources/ deltaspike/resources/site.css deltaspike/sitemap.html

Author: buildbot
Date: Mon Jun 25 20:50:02 2012
New Revision: 823166

Log:
Staging update by buildbot for deltaspike

Added:
    websites/staging/deltaspike/trunk/content/   (with props)
    websites/staging/deltaspike/trunk/content/deltaspike/
    websites/staging/deltaspike/trunk/content/deltaspike/index.html
    websites/staging/deltaspike/trunk/content/deltaspike/resources/
    websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css
    websites/staging/deltaspike/trunk/content/deltaspike/sitemap.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
    cms:source-revision = 1353737

Added: websites/staging/deltaspike/trunk/content/deltaspike/index.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/index.html (added)
+++ websites/staging/deltaspike/trunk/content/deltaspike/index.html Mon Jun 25 20:50:02 2012
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+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.
+-->
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css">
+    <link rel="stylesheet" type="text/css" media="screen" href="resources/site.css"/>
+    <title>Apache DeltaSpike - </title>
+
+    
+
+    
+    
+</head>
+<body>
+<div id="page" class="container_16">
+    <div id="header" class="grid_8 omega">
+        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+        <h1>Apache DeltaSpike</h1>
+    </div>
+    <div id="nav" class="grid_8 omega">
+        <ul>
+            <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+            <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+            <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+            <li><a href="http://people.apache.org" title="The People">People</a></li>
+            <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+            <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+        </ul>
+        <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+
+    </div>
+
+    <div class="grid_16">
+        <h1></h1>
+    </div>
+
+    <h1 id="welcome">Welcome</h1>
+<p>Welcome to Apache DeltaSpike!</p>
+<h1 id="introduction">Introduction</h1>
+<p>DeltaSpike consist of a number of portable CDI extensions that provide useful features
+for Java application developers. The goal of DeltaSpike is to create a de-facto standard
+of CDI-Extensions that is developed and maintained by the community and to ensure
+true portability (concerning different CDI implementations like Apache OpenWebBeans and
+JBoss Weld in general, but also concerning different servers like Apache Tomcat and TomEE, JBoss-AS7,
+Oracle GlassFish 3.1+, IBM Websphere 8.x, Oracle Weblogic Server 12c, Jetty,...).</p>
+<p>Features of existing portable CDI extensions like Apache MyFaces CODI, JBoss Seam3 and
+many others are the basis for the features of DeltaSpike.</p>
+
+    <div id="copyright" class="container_16">
+        <p>Copyright &#169; 20011-2012 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>
+</div>
+</body>
+</html>

Added: websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css (added)
+++ websites/staging/deltaspike/trunk/content/deltaspike/resources/site.css Mon Jun 25 20:50:02 2012
@@ -0,0 +1,23 @@
+@import url("http://www.apache.org/css/reset.css") screen;
+@import url("http://www.apache.org/css/text.css") screen;
+@import url("http://www.apache.org/css/960.css") screen;
+@import url("http://www.apache.org/css/grid.css") screen;
+
+body {
+    background: #ffffff;
+}
+
+#page {
+    background: #e6E5Ff;
+}
+
+#header h1 {margin-bottom: 30px; margin-top: 25px; margin-left: 0px; font-size: 18px;}
+#header h2 {margin-top: 20px; font-weight: normal; font-style: italic; font-size: 18px; margin-left: 10px;}
+#header img {float: left; margin: 5px 20px 10px 5px;}
+#nav ul {float: right; margin-top: 3px;}
+#nav ul li {display:inline; float:left; margin: 5px 0px; font-size: 12px;}
+#nav ul li a {padding: 10px; background: #303284; color: #fff;}
+#nav p {float: left; width: 100%; margin-left: 100px; }
+#search {float:right;}
+#search input[type=text] { font-size: 13px; width: 300px; color: #aaa;}
+#breadcrumb {font-size: 12px; font-weight: bold; text-decoration: none;}

Added: websites/staging/deltaspike/trunk/content/deltaspike/sitemap.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/sitemap.html (added)
+++ websites/staging/deltaspike/trunk/content/deltaspike/sitemap.html Mon Jun 25 20:50:02 2012
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+  <head>
+    <title>Sitemap</title>
+
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
+
+    <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
+    <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css">
+
+    
+
+    
+    
+  </head>
+
+  <body>
+    <div id="page" class="container_16">
+      <div id="header" class="grid_8">
+        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+        <h1>The Apache Software Foundation</h1>
+        <h2>Sitemap</h2>
+      </div>
+      <div id="nav" class="grid_8">
+        <ul>
+          <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
+          <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
+          <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
+          <li><a href="http://people.apache.org" title="The People">People</a></li>
+          <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
+          <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
+          <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
+        </ul>
+        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+        <form name="search" id="search" action="http://www.google.com/search" method="get">
+          <input value="*.apache.org" name="sitesearch" type="hidden"/>
+          <input type="text" name="q" id="query">
+          <input type="submit" id="submit" value="Search">
+        </form>
+      </div>
+      <div class="clear"></div>
+      <div id="content" class="grid_16"><div class="section-content"></div></div>
+      <div class="clear"></div>
+    </div>
+
+    <div id="copyright" class="container_16">
+      <p>Copyright &#169; 2011 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>
+  </body>
+</html>
+
+