You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2012/12/13 11:34:04 UTC

svn commit: r842088 - in /websites/staging/openwebbeans/trunk/content: ./ examples.html sitemap.html

Author: buildbot
Date: Thu Dec 13 10:34:03 2012
New Revision: 842088

Log:
Staging update by buildbot for openwebbeans

Added:
    websites/staging/openwebbeans/trunk/content/examples.html
Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/sitemap.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 10:34:03 2012
@@ -1 +1 @@
-1421200
+1421202

Added: websites/staging/openwebbeans/trunk/content/examples.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/examples.html (added)
+++ websites/staging/openwebbeans/trunk/content/examples.html Thu Dec 13 10:34:03 2012
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Apache OpenWebBeans</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="index.html"><img src="./resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a>
+                <div class="nav-collapse">
+                    <ul class="nav">
+                        <li><a href="./index.html">Home</a></li>
+                        <li class="active"><a href="./documentation.html">Documentation</a></li>
+                        <li><a href="./source.html">Source</a></li>
+                        <!-- <li><a href="download.html">Download</a></li> -->
+                        <li><a href="./community.html">Community</a></li>
+                        <!-- <li><a href="support.html">Support</a></li>  -->
+                        <li><a href="./news.html">News</a></li>
+                    </ul>
+                </div><!--/.nav-collapse -->
+                <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+                    <input value="openwebbeans.apache.org" name="sitesearch" type="hidden"/>
+                    <input class="search-query" name="q" id="query" type="text" />
+                </form>
+                <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+            </div>
+        </div>
+    </div>
+
+    <div class="container">
+
+        <div id="OwbContent_" class="wiki-content">
+<h1 id="examples">Examples</h1>
+<p>This section is intentionally left empty....</p>
+<p>.
+.
+.</p>
+<p>... No, just joking ;)</p>
+<p>... we ar busy working on it - stay tuned!</p>
+        </div>
+
+        <hr>
+
+        <footer>
+            <p>Copyright &copy; 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 -->
+
+    <!-- Javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src=".//resources/js/jquery.js"></script>
+    <script src=".//resources/js/bootstrap-transition.js"></script>
+    <script src=".//resources/js/bootstrap-alert.js"></script>
+    <script src=".//resources/js/bootstrap-modal.js"></script>
+    <script src=".//resources/js/bootstrap-dropdown.js"></script>
+    <script src=".//resources/js/bootstrap-scrollspy.js"></script>
+    <script src=".//resources/js/bootstrap-tab.js"></script>
+    <script src=".//resources/js/bootstrap-tooltip.js"></script>
+    <script src=".//resources/js/bootstrap-popover.js"></script>
+    <script src=".//resources/js/bootstrap-button.js"></script>
+    <script src=".//resources/js/bootstrap-collapse.js"></script>
+    <script src=".//resources/js/bootstrap-carousel.js"></script>
+    <script src=".//resources/js/bootstrap-typeahead.js"></script>
+
+</body></html>
+

Modified: websites/staging/openwebbeans/trunk/content/sitemap.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/sitemap.html (original)
+++ websites/staging/openwebbeans/trunk/content/sitemap.html Thu Dec 13 10:34:03 2012
@@ -80,6 +80,7 @@
               <p><ul>
 <li><a href="/community.html">Community</a></li>
 <li><a href="/documentation.html"></a></li>
+<li><a href="/examples.html">Examples</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/source.html">Source</a></li>
 </ul></p>