Repository: incubator-gearpump-site Updated Branches: refs/heads/asf-site 0d1323041 -> b51cfea1e
fix incubator branding Author: manuzhang <[email protected]> Closes #3 from manuzhang/fix_site. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/commit/b51cfea1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/tree/b51cfea1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/diff/b51cfea1 Branch: refs/heads/asf-site Commit: b51cfea1e599666f17212cdc9cab57b670cbd0f8 Parents: 0d13230 Author: manuzhang <[email protected]> Authored: Mon Aug 1 10:32:58 2016 +0800 Committer: manuzhang <[email protected]> Committed: Mon Aug 1 10:32:58 2016 +0800 ---------------------------------------------------------------------- content/downloads.html | 2 +- content/favicon.ico | Bin 0 -> 2053 bytes content/img/incubator-logo.png | Bin 0 -> 7241 bytes content/img/logo.png | Bin 39969 -> 0 bytes content/img/logo2.png | Bin 7970 -> 0 bytes content/overview.html | 12 +++++++++--- downloads.md | 2 +- favicon.ico | Bin 0 -> 2053 bytes img/incubator-logo.png | Bin 0 -> 7241 bytes img/logo.png | Bin 39969 -> 0 bytes img/logo2.png | Bin 7970 -> 0 bytes overview.md | 14 +++++++++++--- 12 files changed, 22 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index 9f77a1b..d29f14b 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -97,7 +97,7 @@ <h2 id="downloads">Downloads</h2> -<h3 id="latest-stable-release-v080">Latest Stable Release (v0.8.0)</h3> +<h3 id="latest-stable-release-v080-this-is-not-an-apache-release">Latest Stable Release (v0.8.0) (This is not an Apache release)</h3> <p><a href="https://github.com/gearpump/gearpump/releases">Release Notes</a></p> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/content/favicon.ico ---------------------------------------------------------------------- diff --git a/content/favicon.ico b/content/favicon.ico new file mode 100644 index 0000000..7575892 Binary files /dev/null and b/content/favicon.ico differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/content/img/incubator-logo.png ---------------------------------------------------------------------- diff --git a/content/img/incubator-logo.png b/content/img/incubator-logo.png new file mode 100644 index 0000000..9d25899 Binary files /dev/null and b/content/img/incubator-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/content/img/logo.png ---------------------------------------------------------------------- diff --git a/content/img/logo.png b/content/img/logo.png deleted file mode 100644 index 7c992ec..0000000 Binary files a/content/img/logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/content/img/logo2.png ---------------------------------------------------------------------- diff --git a/content/img/logo2.png b/content/img/logo2.png deleted file mode 100644 index 959d39e..0000000 Binary files a/content/img/logo2.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/content/overview.html ---------------------------------------------------------------------- diff --git a/content/overview.html b/content/overview.html index 6f5f1cf..27dc76e 100644 --- a/content/overview.html +++ b/content/overview.html @@ -97,12 +97,11 @@ <h1 class="title">Apache Gearpump</h1> - <p><a href="http://www.gearpump.io/downloads.html"><img src="https://img.shields.io/badge/Latest%20Release-v0.8.0-blue.svg" alt="Release" /></a> <a href="http://demo.gearpump.io"><img src="https://img.shields.io/badge/Demo%20Site-click%20to%20visit-green.svg" alt="Demo site" /></a></p> + <p><img src="/favicon.ico" alt="gearpump-logo" /> +<a href="http://www.gearpump.io/downloads.html"><img src="https://img.shields.io/badge/Latest%20Release-v0.8.0-blue.svg" alt="Release" /></a></p> <p><strong>Apache Gearpump</strong> is a real-time big data streaming engine. The name Gearpump is a reference to the engineering term “gear pump” which is a super simple pump that consists of only two gears, but is very powerful at streaming water. Different to other streaming engines, Gearpump’s engine is event/message based. Per initial benchmarks we are able to process 18 million messages per second (message length is 100 bytes) with a 8ms latency on a 4-node cluster.</p> -<p><img src="img/logo2.png" alt="Logo" /></p> - <h2 id="the-highlights">The Highlights</h2> <ul> @@ -122,6 +121,13 @@ <li>Checkout <a href="releases/latest/index.html">the documentation</a> to find a setup guide for all deployment options</li> </ul> +<h2 id="apache-incubation-disclaimer">Apache Incubation Disclaimer</h2> +<p>Apache Gearpump 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 Gearpump (incubating) is available under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>.</p> + +<p><img src="/img/incubator-logo.png" alt="incubator-logo" /></p> + </div> <!-- /container --> <footer class="navbar navbar-default navbar-fixed-bottom"> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/downloads.md ---------------------------------------------------------------------- diff --git a/downloads.md b/downloads.md index a0dc765..462355c 100644 --- a/downloads.md +++ b/downloads.md @@ -4,7 +4,7 @@ layout: global ## Downloads -### Latest Stable Release (v{{ site.GEARPUMP_VERSION }}) +### Latest Stable Release (v{{ site.GEARPUMP_VERSION }}) (This is not an Apache release) [Release Notes](https://github.com/gearpump/gearpump/releases) http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/favicon.ico ---------------------------------------------------------------------- diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..7575892 Binary files /dev/null and b/favicon.ico differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/img/incubator-logo.png ---------------------------------------------------------------------- diff --git a/img/incubator-logo.png b/img/incubator-logo.png new file mode 100644 index 0000000..9d25899 Binary files /dev/null and b/img/incubator-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/img/logo.png ---------------------------------------------------------------------- diff --git a/img/logo.png b/img/logo.png deleted file mode 100644 index 7c992ec..0000000 Binary files a/img/logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/img/logo2.png ---------------------------------------------------------------------- diff --git a/img/logo2.png b/img/logo2.png deleted file mode 100644 index 959d39e..0000000 Binary files a/img/logo2.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/b51cfea1/overview.md ---------------------------------------------------------------------- diff --git a/overview.md b/overview.md index c011a80..b667376 100644 --- a/overview.md +++ b/overview.md @@ -4,11 +4,12 @@ displayTitle: Apache Gearpump title: Overview description: Apache Gearpump GEARPUMP_VERSION documentation homepage --- -[](http://www.gearpump.io/downloads.html) [](http://demo.gearpump.io) + + +[](http://www.gearpump.io/downloads.html) **Apache Gearpump** is a real-time big data streaming engine. The name Gearpump is a reference to the engineering term "gear pump" which is a super simple pump that consists of only two gears, but is very powerful at streaming water. Different to other streaming engines, Gearpump's engine is event/message based. Per initial benchmarks we are able to process 18 million messages per second (message length is 100 bytes) with a 8ms latency on a 4-node cluster. - ## The Highlights @@ -23,4 +24,11 @@ description: Apache Gearpump GEARPUMP_VERSION documentation homepage ## Getting Started * Download [the latest stable release](downloads.html) and run Gearpump on your machine -* Checkout [the documentation](releases/latest/index.html) to find a setup guide for all deployment options \ No newline at end of file +* Checkout [the documentation](releases/latest/index.html) to find a setup guide for all deployment options + +## Apache Incubation Disclaimer +Apache Gearpump is an effort undergoing incubation at [The Apache Software Foundation (ASF)](http://www.apache.org/) 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. + +Apache Gearpump (incubating) is available under [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0). + +
