Author: buildbot
Date: Wed Nov 14 19:01:53 2012
New Revision: 838350

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/index.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 14 19:01:53 2012
@@ -1 +1 @@
-1409297
+1409298

Modified: websites/staging/ode/trunk/content/index.html
==============================================================================
--- websites/staging/ode/trunk/content/index.html (original)
+++ websites/staging/ode/trunk/content/index.html Wed Nov 14 19:01:53 2012
@@ -92,41 +92,40 @@
 <h1 id="about-apache-ode">About Apache ODE</h1>
 <p>Apache ODE (Orchestration Director Engine) executes business processes 
written following the <a href="/ws-bpel-20.html">WS-BPEL</a> standard. It talks 
to web services, sending and receiving messages, handling data manipulation and 
error recovery as described by your process definition. It supports both long 
and short living process executions to orchestrate all the services that are 
part of your application.</p>
 <p>WS-BPEL (Business Process Execution Language) is an XML-based language 
defining several constructs to write business processes. It defines a set of 
basic control structures like conditions or loops as well as elements to invoke 
web services and receive messages from services. It relies on WSDL to express 
web services interfaces. Message structures can be manipulated, assigning parts 
or the whole of them to variables that can in turn be used to send other 
messages. More about the specification can be found on our <a 
href="/ws-bpel-20.html">BPEL page</a>.</p>
-<div class="codehilite"><pre>  <span class="nt">&lt;div</span> <span 
class="na">class=</span><span class="s">&quot;row&quot;</span><span 
class="nt">&gt;</span>
-    <span class="nt">&lt;div</span> <span class="na">class=</span><span 
class="s">&quot;span5 offset1&quot;</span><span class="nt">&gt;</span>
-      <span class="nt">&lt;h2&gt;</span>Features<span 
class="nt">&lt;/h2&gt;</span>
-      <span class="nt">&lt;ul</span> <span class="na">class=</span><span 
class="s">&quot;unstyled&quot;</span><span class="nt">&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> Side-by-side support for both the <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;ws-bpel-2.0.html&quot;</span><span 
class="nt">&gt;</span>WS-BPEL 2.0<span class="nt">&lt;/a&gt;</span> OASIS 
standard and the legacy BPEL4WS 1.1 vendor specification.<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> Supports 2 communication layers: one based on 
Axis2 (Web Services http transport) and another one based on the <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;http://jcp.org/en/jsr/detail?id=208&quot;</span><span 
class="nt">&gt;</span>JBI standard<span class="nt">&lt;/a&gt;</span> (using 
<span class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;servicemix.apache.org&quot;</span><span 
class="nt">&gt;</span>ServiceMix<span class="nt">&lt;/a&gt;</span>).<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> Support for the HTTP WSDL binding, allowing 
invocation of REST-style web services.<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> Possibility to map process variables <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;external-variables.html&quot;</span><span 
class="nt">&gt;</span>externally<span class="nt">&lt;/a&gt;</span> to a 
database table of your choice.<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> High level API to the engine that allows you 
to integrate the core with virtually any communication layer.<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> Hot-deployment of your processes.<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> Compiled approach to BPEL that provides 
detailed analysis and validation at the <span class="nt">&lt;a</span> <span 
class="na">href=</span><span 
class="s">&quot;bpelc-command.html&quot;</span><span 
class="nt">&gt;</span>command line<span class="nt">&lt;/a&gt;</span> or at 
deployment.<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;&lt;i</span> <span 
class="na">class=</span><span class="s">&quot;icon-check&quot;</span><span 
class="nt">&gt;&lt;/i&gt;</span> <span class="nt">&lt;a</span> <span 
class="na">href=</span><span 
class="s">&quot;management-api.html&quot;</span><span 
class="nt">&gt;</span>Management interface<span class="nt">&lt;/a&gt;</span> 
for processes, instances and messages.<span class="nt">&lt;/li&gt;</span>
-      <span class="nt">&lt;/ul&gt;</span>
-    <span class="nt">&lt;/div&gt;</span>
-    <span class="nt">&lt;div</span> <span class="na">class=</span><span 
class="s">&quot;span5&quot;</span><span class="nt">&gt;</span>
-      <span class="nt">&lt;h2&gt;</span>News<span class="nt">&lt;/h2&gt;</span>
-      <span class="nt">&lt;ul&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE 1.3.5 is out. It includes about 
30 bug fixes and performance improvements. <span class="nt">&lt;a</span> <span 
class="na">href=</span><span class="s">&quot;getting-ode.html&quot;</span><span 
class="nt">&gt;</span>Check it out!<span class="nt">&lt;/a&gt;</span>. 
(2011-02-06)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE 1.3.4 released! About 100 fixes, 
improvements and new features. <span class="nt">&lt;a</span> <span 
class="na">href=</span><span class="s">&quot;getting-ode.html&quot;</span><span 
class="nt">&gt;</span>Check it out!<span class="nt">&lt;/a&gt;</span>. 
(2010-06-09)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE 1.3.2 is <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;getting-ode.html&quot;</span><span class="nt">&gt;</span>hot 
and fresh<span class="nt">&lt;/a&gt;</span>! About 130 fixes, improvements and 
new features. [Check it out!|Getting ODE]. (2008-05-11)<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>Come see us at <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;http://us.apachecon.com/c/acus2008/&quot;</span><span 
class="nt">&gt;</span>ApacheCon US 2008<span class="nt">&lt;/a&gt;</span> in 
New Orleans. Register for the 
[training|http://us.apachecon.com/c/acus2008/sessions/87] and the 
[session|http://us.apachecon.com/c/acus2008/sessions/29].<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE 1.2 is <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;getting-ode.html&quot;</span><span 
class="nt">&gt;</span>finally out<span class="nt">&lt;/a&gt;</span>! More 
performance, stability and useful features as ever before. (2008-07-03)<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>We&#39;ve just release ODE 1.1.1, 
with bug fixes and a lot of small improvements. See <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;getting-ode.html&quot;</span><span 
class="nt">&gt;</span>getting ODE<span class="nt">&lt;/a&gt;</span>. 
(2008-01-16)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>We&#39;ll be at ApacheCon US in 
November, so <span class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;http://us.apachecon.com/us2007/news&quot;</span><span 
class="nt">&gt;</span>get your tickets<span class="nt">&lt;/a&gt;</span> and 
meet us there. (2007-09-21)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE 1.1 released! See our <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;http://ode.apache.org/getting-ode.html&quot;</span><span 
class="nt">&gt;</span>download page<span class="nt">&lt;/a&gt;</span> for more 
details. (2007-08-28)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>Welcome to our new home at 
http://ode.apache.org! (2007-07-30)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE has graduated from the Apache 
Incubator as a top level project! (2007-07-18)<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>The first Apache ODE release is out! 
You can finally <span class="nt">&lt;a</span> <span 
class="na">href=</span><span class="s">&quot;getting-ode.html&quot;</span><span 
class="nt">&gt;</span>download<span class="nt">&lt;/a&gt;</span> full binary 
releases.<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE has a <span 
class="nt">&lt;a</span> <span class="na">href=</span><span 
class="s">&quot;logo.html&quot;</span><span class="nt">&gt;</span>Logo<span 
class="nt">&lt;/a&gt;</span>! Soon to appear on our revamped website.<span 
class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>Come to meet us at ApacheCon Austin 
BOF (2006-10-11)<span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>ODE has a new website! 
(2006-08-30)<span class="nt">&lt;/li&gt;</span>
-      <span class="nt">&lt;/ul&gt;</span>
-   <span class="nt">&lt;/div&gt;</span>
-  <span class="nt">&lt;/div&gt;</span>
-</pre></div>
+<div class="row">
+  <div class="span5 offset1">
+    <h2>Features</h2>
+    <ul class="unstyled">
+      <li><i class="icon-check"></i> Side-by-side support for both the <a 
href="ws-bpel-2.0.html">WS-BPEL 2.0</a> OASIS standard and the legacy BPEL4WS 
1.1 vendor specification.</li>
+      <li><i class="icon-check"></i> Supports 2 communication layers: one 
based on Axis2 (Web Services http transport) and another one based on the <a 
href="http://jcp.org/en/jsr/detail?id=208";>JBI standard</a> (using <a 
href="servicemix.apache.org">ServiceMix</a>).</li>
+      <li><i class="icon-check"></i> Support for the HTTP WSDL binding, 
allowing invocation of REST-style web services.</li>
+      <li><i class="icon-check"></i> Possibility to map process variables <a 
href="external-variables.html">externally</a> to a database table of your 
choice.</li>
+      <li><i class="icon-check"></i> High level API to the engine that allows 
you to integrate the core with virtually any communication layer.</li>
+      <li><i class="icon-check"></i> Hot-deployment of your processes.</li>
+      <li><i class="icon-check"></i> Compiled approach to BPEL that provides 
detailed analysis and validation at the <a href="bpelc-command.html">command 
line</a> or at deployment.</li>
+      <li><i class="icon-check"></i> <a href="management-api.html">Management 
interface</a> for processes, instances and messages.</li>
+    </ul>
+  </div>
+  <div class="span5">
+    <h2>News</h2>
+    <ul>
+      <li>ODE 1.3.5 is out. It includes about 30 bug fixes and performance 
improvements. <a href="getting-ode.html">Check it out!</a>. (2011-02-06)</li>
+      <li>ODE 1.3.4 released! About 100 fixes, improvements and new features. 
<a href="getting-ode.html">Check it out!</a>. (2010-06-09)</li>
+      <li>ODE 1.3.2 is <a href="getting-ode.html">hot and fresh</a>! About 130 
fixes, improvements and new features. [Check it out!|Getting ODE]. 
(2008-05-11)</li>
+      <li>Come see us at <a 
href="http://us.apachecon.com/c/acus2008/";>ApacheCon US 2008</a> in New 
Orleans. Register for the 
[training|http://us.apachecon.com/c/acus2008/sessions/87] and the 
[session|http://us.apachecon.com/c/acus2008/sessions/29].</li>
+      <li>ODE 1.2 is <a href="getting-ode.html">finally out</a>! More 
performance, stability and useful features as ever before. (2008-07-03)</li>
+      <li>We've just release ODE 1.1.1, with bug fixes and a lot of small 
improvements. See <a href="getting-ode.html">getting ODE</a>. (2008-01-16)</li>
+      <li>We'll be at ApacheCon US in November, so <a 
href="http://us.apachecon.com/us2007/news";>get your tickets</a> and meet us 
there. (2007-09-21)</li>
+      <li>ODE 1.1 released! See our <a 
href="http://ode.apache.org/getting-ode.html";>download page</a> for more 
details. (2007-08-28)</li>
+      <li>Welcome to our new home at http://ode.apache.org! (2007-07-30)</li>
+      <li>ODE has graduated from the Apache Incubator as a top level project! 
(2007-07-18)</li>
+      <li>The first Apache ODE release is out! You can finally <a 
href="getting-ode.html">download</a> full binary releases.</li>
+      <li>ODE has a <a href="logo.html">Logo</a>! Soon to appear on our 
revamped website.</li>
+      <li>Come to meet us at ApacheCon Austin BOF (2006-10-11)</li>
+      <li>ODE has a new website! (2006-08-30)</li>
+    </ul>
+ </div>
+</div>
         </div>
       </div>
       


Reply via email to