Author: buildbot
Date: Fri Dec 14 14:38:29 2012
New Revision: 842327
Log:
Staging update by buildbot for openwebbeans
Modified:
websites/staging/openwebbeans/trunk/content/ (props changed)
websites/staging/openwebbeans/trunk/content/index.html
websites/staging/openwebbeans/trunk/content/sitemap.html
Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 14 14:38:29 2012
@@ -1 +1 @@
-1421896
+1421900
Modified: websites/staging/openwebbeans/trunk/content/index.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/index.html (original)
+++ websites/staging/openwebbeans/trunk/content/index.html Fri Dec 14 14:38:29
2012
@@ -7,7 +7,7 @@
<meta name="author" content="">
<!-- Le styles -->
- <link href="./resources/css/bootstrap.css" rel="stylesheet">
+ <link href="resources/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
@@ -15,7 +15,7 @@
}
</style>
<link
href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css"
rel="stylesheet">
- <link href="./resources/css/main.css" rel="stylesheet">
+ <link href="resources/css/main.css" rel="stylesheet">
</head>
@@ -29,15 +29,15 @@
<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>
+ <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 class="active"><a href="./index.html">Home</a></li>
- <li><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="./news.html">News</a></li>
+ <li class="active"><a href="index.html">Home</a></li>
+ <li><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="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" >
@@ -52,9 +52,9 @@
<div class="container">
- <div id="OwbContent_" class="wiki-content">
-<!-- Main hero unit for a primary marketing message or call to action -->
+ <div id="OwbContent_Apache Openwebbeans" class="wiki-content">
+<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<div class="row">
<div class="span2">
@@ -68,20 +68,19 @@
</p>
<p>
Apache OpenWebBeans is
- <ul>
- <li>Fast - we agressively use caches internally and
deliver great performance</li>
- <li>Modular - OpenWebBeans Core is purely JavaSE,
additional EE functionality gets added via 'Modules'</li>
- <li>Industry Proved - Many projects use OpenWebBeans in
production.</li>
- <li>Community Oriented - Please visit our mailing list and
we will help you moving your project forward.</li>
- </ul>
+ <ul>
+ <li>Fast - we agressively use caches internally and deliver
great performance</li>
+ <li>Modular - OpenWebBeans Core is purely JavaSE, additional
EE functionality gets added via 'Modules'</li>
+ <li>Industry Proved - Many projects use OpenWebBeans in
production.</li>
+ <li>Community Oriented - Please visit our mailing list and we
will help you moving your project forward.</li>
+ </ul>
</p>
</div>
- <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
+ <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
</div>
</div>
<!-- Example row of columns -->
-
<div class="row">
<div class="span6">
<h2>Modules</h2>
@@ -94,6 +93,15 @@
<p><a class="btn" href="examples.html#">View details »</a></p>
</div>
</div>
+
+<div class="row">
+ <div class="span-two-thirds">
+ <h3>Latest News</h3>
+
+
+ </div>
+</div>
+
</div>
<hr>
@@ -111,19 +119,19 @@
<!-- 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>
+ <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 Fri Dec 14
14:38:29 2012
@@ -1,3 +1,2 @@
-