Author: buildbot
Date: Thu Mar 18 15:24:39 2021
New Revision: 1072634
Log:
Staging update by buildbot for openwebbeans
Added:
websites/staging/openwebbeans/trunk/content/test.html
Modified:
websites/staging/openwebbeans/trunk/content/ (props changed)
Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 18 15:24:39 2021
@@ -1 +1 @@
-1885212
+1887785
Added: websites/staging/openwebbeans/trunk/content/test.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/test.html (added)
+++ websites/staging/openwebbeans/trunk/content/test.html Thu Mar 18 15:24:39
2021
@@ -0,0 +1,115 @@
+<!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="./resources/css/main.css" rel="stylesheet">
+
+</head>
+
+<body>
+
+<nav class="navbar navbar-default navbar-inverse navbar-fixed-top"
role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <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="navbar-brand" href="index.html"><img
src="./resources/images/logo_dbg-small.png" height="25px"
+
alt="owb_logo_small"/></a>
+ </div>
+
+ <div class="collapse navbar-collapse">
+ <ul class="nav navbar-nav">
+ <li><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="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#"
aria-haspopup="true">Misc<span class="caret"></span></a>
+ <ul class="dropdown-menu">
+ <li><a href="https://www.apache.org">Apache
Home</a></li>
+ <li><a href="./misc/contact.html">Contact</a></li>
+ <li><a href="./misc/legal.html">Legal</a></li>
+ <li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <!-- <li class="divider"/> -->
+ </ul>
+ </li>
+ </ul>
+ <!--/.nav-collapse -->
+ <form id="search-form" action="https://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="search"/>
+ </form>
+ <script type="text/javascript"
src="https://www.google.com/coop/cse/brand?form=search-form"></script>
+ </div>
+ </div>
+</nav>
+
+<div class="container">
+
+
+ <div id="OwbContent_" class="wiki-content">
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="openwebbeans-faq">OpenWebBeans FAQ<a class="headerlink"
href="#openwebbeans-faq" title="Permanent link">¶</a></h1>
+<ul>
+<li><a href="#Does OWB differ from the CDI-2.0 specification">Does OWB differ
from the CDI-2.0 specification</a></li>
+<li>what is the default EL version used in OWB</li>
+<li>how can I provide own plugins if there is a new spec part (e.g EL-3.0) I
like to support</li>
+<li>How can I contribute to OpenWebBeans</li>
+<li>I found what could be a bug, how do I proceed</li>
+</ul>
+<h3 id="does-owb-differ-from-the-cdi-20-specification">Does OWB differ from
the CDI-2.0 specification<a class="headerlink"
href="#does-owb-differ-from-the-cdi-20-specification" title="Permanent
link">¶</a></h3>
+ </div>
+
+ <hr>
+
+ <footer class="text-center">
+ <p>
+ <a href="https://www.apache.org"><img class="img-responsive
center-block" src="https://www.apache.org/images/asf_logo_wide.png"
height="55px" alt="asf_feather"/></a>
+ </p>
+ <p>Copyright © 2008-2016 The Apache Software Foundation,
Licensed under the Apache License, Version 2.0.</p>
+ <p>OpenWebBeans, 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-2.1.4.min.js"></script>
+ <script src="./resources/js/bootstrap.js"></script>
+
+</body></html>
+
+
+
+