Repository: incubator-beam-site Updated Branches: refs/heads/asf-site c74bcd0ed -> 5d7ef1d64
re-generating to add incubation disclaimer Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/b3bca60e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/b3bca60e Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/b3bca60e Branch: refs/heads/asf-site Commit: b3bca60efc8346d69bd98377c7c3ad658e76fabd Parents: c74bcd0 Author: James Malone <[email protected]> Authored: Tue Jul 12 08:22:08 2016 -0700 Committer: James Malone <[email protected]> Committed: Tue Jul 12 08:22:08 2016 -0700 ---------------------------------------------------------------------- content/capability-matrix/index.html | 2 +- content/feed.xml | 4 ++-- content/index.html | 12 +++++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/b3bca60e/content/capability-matrix/index.html ---------------------------------------------------------------------- diff --git a/content/capability-matrix/index.html b/content/capability-matrix/index.html index eee24a0..e1fae69 100644 --- a/content/capability-matrix/index.html +++ b/content/capability-matrix/index.html @@ -99,7 +99,7 @@ <div class="container"> <h1 id="apache-beam-capability-matrix">Apache Beam Capability Matrix</h1> -<p><span style="font-size:11px;float:none">Last updated: 2016-06-20 14:17 PDT</span></p> +<p><span style="font-size:11px;float:none">Last updated: 2016-07-12 08:21 PDT</span></p> <p>Apache Beam (incubating) provides a portable API layer for building sophisticated data-parallel processing engines that may be executed across a diversity of exeuction engines, or <i>runners</i>. The core concepts of this layer are based upon the Beam Model (formerly referred to as the <a href="http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf">Dataflow Model</a>), and implemented to varying degrees in each Beam runner. To help clarify the capabilities of individual runners, weâve created the capability matrix below.</p> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/b3bca60e/content/feed.xml ---------------------------------------------------------------------- diff --git a/content/feed.xml b/content/feed.xml index 8dd4a36..63dc097 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ </description> <link>http://beam.incubator.apache.org/</link> <atom:link href="http://beam.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Mon, 20 Jun 2016 14:17:33 -0700</pubDate> - <lastBuildDate>Mon, 20 Jun 2016 14:17:33 -0700</lastBuildDate> + <pubDate>Tue, 12 Jul 2016 08:21:30 -0700</pubDate> + <lastBuildDate>Tue, 12 Jul 2016 08:21:30 -0700</lastBuildDate> <generator>Jekyll v3.1.6</generator> <item> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/b3bca60e/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 08b8923..f8f0bcf 100644 --- a/content/index.html +++ b/content/index.html @@ -204,9 +204,15 @@ The Apache Beam project is in the process of bootstrapping. This includes the cr </div> </div> -<h2 id="apache-project">Apache Project</h2> -<p>Apache Beam is an <a href="http://www.apache.org">Apache Software Foundation project</a>, -available under the Apache v2 license.</p> +<h2 id="apache-incubation-disclaimer">Apache Incubation Disclaimer</h2> + +<p>Apache Beam is an effort undergoing incubation at <a href="http://www.apache.org">The Apache Software Foundation (ASF)</a> +sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent +with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or +stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p> + +<p>Apache Beam (incubating) is available under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>.</p> </div>
