Repository: incubator-unomi Updated Branches: refs/heads/master 9fdbf4862 -> c0a3daa36
UNOMI-37: Added incubation disclaimer and logo. Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/c0a3daa3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/c0a3daa3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/c0a3daa3 Branch: refs/heads/master Commit: c0a3daa36c2f7a75726014ab0b92509ff2e0d877 Parents: ad613de Author: Chris Laprun <[email protected]> Authored: Mon Jul 4 12:50:22 2016 +0200 Committer: Chris Laprun <[email protected]> Committed: Mon Jul 4 14:13:39 2016 +0200 ---------------------------------------------------------------------- src/site/markdown/index.md | 10 ++++++++++ src/site/resources/images/incubator-logo.png | Bin 0 -> 7241 bytes 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/c0a3daa3/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index b6bb281..3e0f961 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -132,3 +132,13 @@ interact with external systems or pretty much anything that can be implemented u - Look at possible integration with newsletter management systems such as MailChimp, for example to synchronize profile data with collected info. - Integrate with machine learning implementations such as Prediction.io or Apache Mahout + + +### Disclaimer + +Apache Unomi is an effort undergoing incubation at The Apache Software Foundation (ASF), 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. + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/c0a3daa3/src/site/resources/images/incubator-logo.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/incubator-logo.png b/src/site/resources/images/incubator-logo.png new file mode 100644 index 0000000..9d25899 Binary files /dev/null and b/src/site/resources/images/incubator-logo.png differ
