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/08/10 18:23:58 UTC

svn commit: r828573 [3/8] - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/resources/ deltaspike/resources/css/ deltaspike/resources/images/ deltaspike/resources/js/

Modified: websites/staging/deltaspike/trunk/content/deltaspike/examples.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/examples.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/examples.html Fri Aug 10 16:23:56 2012
@@ -1,75 +1,92 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Examples</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Examples</h1>
-        <h2 id="1">#1</h2>
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Examples</h2>
+              <p><h2 id="1">#1</h2>
 <p>artifact-id: deltaspike-jse-owb-example
-(the shown use-cases also work with <em>Weld</em> - only the bootstrapping of the container is different, because this example is based on Java-SE and therefore outside of an Java-EE(6+) application server.</p>
+(the shown use-cases also work with <em>Weld</em> - only the bootstrapping of the container is different, because this example is based on Java-SE and therefore outside of an Java-EE(6+) application server.</p></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Exception Control Draft</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Exception Control Draft</h1>
-        <h1 id="agreed-api">Agreed API</h1>
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Exception Control Draft</h2>
+              <p><h1 id="agreed-api">Agreed API</h1>
 <div class="codehilite"><pre><span class="nv">@Retention</span><span class="p">(</span><span class="n">RetentionPolicy</span><span class="o">.</span><span class="n">RUNTIME</span><span class="p">)</span>
 <span class="nv">@Target</span><span class="p">(</span><span class="n">ElementType</span><span class="o">.</span><span class="n">PARAMETER</span><span class="p">)</span>
 <span class="nv">@Documented</span>
@@ -1390,12 +1381,38 @@ Examples:</p>
 <li>During any “write” operation external store is updated with applied change.</li>
 <li>Scheduler is triggering synchronizing operation.</li>
 <li>There is manual synchronization hook that can be invoked to trigger synchronization when administrator update information in external store.</li>
-</ul>
+</ul></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Exception Handling</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Exception Handling</h1>
-        <p>Exception handling in DeltaSpike is based around the CDI eventing model. While
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Exception Handling</h2>
+              <p><p>Exception handling in DeltaSpike is based around the CDI eventing model. While
 the implementation of exception handlers may not be the same as a CDI event, and
 the programming model is not exactly the same as specifying a CDI event /
 observer, the concepts are very similar. DeltaSpike makes use of events for many of
@@ -302,12 +293,38 @@ Five methods exist on the {{ExceptionEve
 </ul>
 <p>Once a handler is invoked it is muted, meaning it will not be run again for that exception chain,
 unless it's explicitly marked as unmuted via the {{unmute()}} method on
-{{ExceptionEvent}}.</p>
+{{ExceptionEvent}}.</p></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/features.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/features.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/features.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Feature Overview</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Feature Overview</h1>
-        <h2 id="projectstage">ProjectStage</h2>
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Feature Overview</h2>
+              <p><h2 id="projectstage">ProjectStage</h2>
 <p>Project stages allow to use implementations depending on the current environment. E.g. you can implement a bean which creates sample-data for system tests which gets activated only in case of project-stage {{SystemTest}}.</p>
 <ul>
 <li>Besides custom project-stages* it's possible to use the following pre-defined project-stages:</li>
@@ -465,12 +456,38 @@ The following example also shows how to 
 
     <span class="sr">//</span><span class="o">...</span>
 <span class="p">}</span>
-</pre></div>
+</pre></div></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Getting Involved</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Getting Involved</h1>
-        <p>Everybody is welcome to get involved with our community. You can find general information at http://apache.org/foundation/getinvolved.html and http://apache.org/foundation/how-it-works.html.
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Getting Involved</h2>
+              <p><p>Everybody is welcome to get involved with our community. You can find general information at http://apache.org/foundation/getinvolved.html and http://apache.org/foundation/how-it-works.html.
 This page provides some details about the different levels of getting involved.</p>
 <h1 id="mailing-lists">Mailing lists</h1>
 <p>We are an open community. Discussions take place in the open. Just subscribe our mailing list/s to ask/answer questions or start/join discussions.</p>
@@ -121,12 +112,38 @@ This page provides some details about th
 
 
 <h1 id="join-our-development-effort">Join our development effort</h1>
-<p>One of the first steps is to submit your (I)CLA (http://www.apache.org/licenses/icla.txt btw. http://www.apache.org/licenses/cla-corporate.txt) to secretary at apache dot org. Further details are available at http://www.apache.org/dev/.</p>
+<p>One of the first steps is to submit your (I)CLA (http://www.apache.org/licenses/icla.txt btw. http://www.apache.org/licenses/cla-corporate.txt) to secretary at apache dot org. Further details are available at http://www.apache.org/dev/.</p></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - DeltaSpike Module Overview</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>DeltaSpike Module Overview</h1>
-        <p>DeltaSpike consists of the following modules:</p>
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>DeltaSpike Module Overview</h2>
+              <p><p>DeltaSpike consists of the following modules:</p>
 <p>Required modules:</p>
 <ul>
 <li>Core</li>
@@ -106,12 +97,38 @@ under the License.
         <span class="n">lifecycle</span><span class="o">.</span><span class="n">stopApplication</span><span class="p">(</span><span class="n">null</span><span class="p">);</span>
     <span class="p">}</span>
 <span class="p">}</span>
-</pre></div>
+</pre></div></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Added: websites/staging/deltaspike/trunk/content/deltaspike/home.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/home.html (added)
+++ websites/staging/deltaspike/trunk/content/deltaspike/home.html Fri Aug 10 16:23:56 2012
@@ -0,0 +1,105 @@
+
+<!DOCTYPE html>
+<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Bootstrap, from Twitter</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+</head>
+
+<body>
+
+    <div class="navbar navbar-fixed-top">
+        <div class="navbar-inner">
+            <div class="container">
+                <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </a>
+                <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+                <div class="nav-collapse">
+                    <ul class="nav">
+                        <li class="active"><a href="deltaspike-home.html">Home</a></li>
+                        <li><a href="documentation.html">Documentation</a></li>
+                        <li><a href="dwonload.html">Download</a></li>
+                        <li><a href="community.html">Community</a></li>
+                        <li><a href="support.html">Support</a></li>
+                    </ul>
+                </div><!--/.nav-collapse -->
+            </div>
+        </div>
+    </div>
+
+    <div class="container">
+
+        <!-- Main hero unit for a primary marketing message or call to action -->
+        <div class="hero-unit">
+            <p>Some logos ideas</p>
+            <img src="resources/images/deltaspike-logo.png"/><p></p>
+            <img src="resources/images/deltaspike-3words.png"/><p></p>
+            <img src="resources/images/ds-logo.png" width="350" height="250"/><p></p>
+            <p>DeltaSpike consist of a number of portable CDI extensions that provide useful features for Java application developers.</p>
+            <p>We will also ensure true portability! We are testing DeltaSpike on different CDI implementations like Apache OpenWebBeans and JBoss Weld, and also on different Java EE servers like Apache Tomcat and TomEE, JBoss-AS7, Oracle GlassFish 3.1+, IBM Websphere 8.x, Oracle Weblogic Server 12c, Jetty, and others.</p>
+            <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
+        </div>
+
+        <!-- Example row of columns -->
+        <div class="row">
+            <div class="span4">
+                <h2>Problems solved</h2>
+                <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
+                <p><a class="btn" href="problems.html#">View details »</a></p>
+            </div>
+            <div class="span4">
+                <h2>Documentation</h2>
+                <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
+                <p><a class="btn" href="getting-started.html#">View details »</a></p>
+            </div>
+            <div class="span4">
+                <h2>Examples</h2>
+                <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+                <p><a class="btn" href="examples.html#">View details »</a></p>
+            </div>
+        </div>
+
+        <hr>
+
+        <footer>
+            <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+            <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        </footer>
+
+    </div> <!-- /container -->
+
+<!-- Le javascript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+<script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+
+
+</body></html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/index.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/index.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/index.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Welcome to Apache DeltaSpike!</title>
 
     
 
     
     
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Welcome to Apache DeltaSpike!</h1>
-        <p>DeltaSpike consist of a number of portable CDI extensions that provide useful features
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Welcome to Apache DeltaSpike!</h2>
+              <p><p>DeltaSpike consist of a number of portable CDI extensions that provide useful features
 for Java application developers.</p>
 <h2 id="goals">Goals</h2>
 <p>The goal of DeltaSpike is to create a de-facto standard of CDI-Extensions that is 
@@ -75,12 +66,38 @@ Oracle Weblogic Server 12c, Jetty, and o
 <h2 id="community">Community</h2>
 <p>For creating Apache DeltaSpike, we got many features contributed by 
 existing portable CDI extensions like Apache MyFaces CODI, JBoss Seam3 and
-many others. Together they now form the base for the features of DeltaSpike.</p>
+many others. Together they now form the base for the features of DeltaSpike.</p></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html Fri Aug 10 16:23:56 2012
@@ -1,68 +1,59 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - Integration Tests</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
-<body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
-        </div>
+<body>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
-        <hr/>
+    </div>
+</div>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>Integration Tests</h1>
-        <p>With the unpack Maven-Plugin all Arquillian-Tests get copied to the integration-test module. Together with the special integration-tests they get executed via a remote container. Currently we have configurations for the following containers.</p>
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>Integration Tests</h2>
+              <p><p>With the unpack Maven-Plugin all Arquillian-Tests get copied to the integration-test module. Together with the special integration-tests they get executed via a remote container. Currently we have configurations for the following containers.</p>
 <h3 id="tomee">TomEE</h3>
 <div class="codehilite"><pre><span class="n">Executing</span> <span class="n">the</span> <span class="n">Arquillian</span> <span class="n">tests</span> <span class="n">with</span> <span class="n">Apache</span> <span class="n">TomEE</span>
 <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span> <span class="o">-</span><span class="n">Ptomee</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">managed</span>
@@ -96,12 +87,38 @@ Set WLS_HOME so that %WLS_HOME%\server\l
 Start the domain.</p>
 <div class="codehilite"><pre><span class="n">Executing</span> <span class="n">the</span> <span class="n">Arquillian</span> <span class="n">tests</span> <span class="n">with</span> <span class="n">Oracle</span> <span class="n">WebLogic</span> <span class="mi">12</span><span class="n">c</span>
 <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span> <span class="o">-</span><span class="n">Pwls</span><span class="o">-</span><span class="n">remote</span><span class="o">-</span><span class="mi">12</span><span class="n">c</span>
-</pre></div>
+</pre></div></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
+
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/irc.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/irc.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/irc.html Fri Aug 10 16:23:56 2012
@@ -1,73 +1,90 @@
-<!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>
+<!DOCTYPE html>
+<html lang="en">
 <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"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+
     <title>Apache DeltaSpike - IRC</title>
 
     
 
     
     <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
 </head>
+
 <body>
-<div id="page" class="container_16">
-        <div id="header" class="grid_8 alpha">
-            <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <span id="projectname">Apache DeltaSpike</span>
-        </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>
-            </ul>
-        </div>
-        <hr/>
-        <div class="grid_8">
-            <p id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/deltaspike/">Deltaspike</a></p>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand" href="home.html"><img src="resources/images/deltaspike-logo-medium.png"/></a>
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="home.html">Home</a></li>
+                    <li><a href="documentation.html">Documentation</a></li>
+                    <li><a href="dwonload.html">Download</a></li>
+                    <li><a href="community.html">Community</a></li>
+                    <li><a href="support.html">Support</a></li>
+                </ul>
+            </div><!--/.nav-collapse -->
         </div>
+    </div>
+</div>
 
-        <div id="dsearch" class="grid_8">
-            <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
-                <input type="text" name="q" id="query">
-                <input type="submit" id="submit" value="Search">
-            </form>
-        </div>
-        <hr/>
+    <div class="container">
+      <div class="row">
+          <div class="span12">
+              <h2>IRC</h2>
+              <p><p>You can join us on irc.freenode.net, channel #deltaspike</p></p>
+              <p><a class="btn" href="getting-started.html#">View details »</a></p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./bootstrap-navbar-1column_files/jquery.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-transition.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-alert.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-modal.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-dropdown.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-scrollspy.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tab.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-tooltip.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-popover.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-button.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-collapse.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-carousel.js"></script>
+    <script src="./bootstrap-navbar-1column_files/bootstrap-typeahead.js"></script>
 
-    <div id="content-wrapper" class="container_16">
-        <h1>IRC</h1>
-        <p>You can join us on irc.freenode.net, channel #deltaspike</p>
+  
 
-    </div>
-</div>
-<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>
 </body>
-</html>
+</html>
\ No newline at end of file