You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2016/03/27 13:30:10 UTC

[2/2] incubator-johnzon git commit: add incubating disclamer and johnzon logo

add incubating disclamer and johnzon logo


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/90d17f0b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/90d17f0b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/90d17f0b

Branch: refs/heads/master
Commit: 90d17f0bb3be4715d1d9e739a0bc1b7d26dcfb1a
Parents: 80f6a53
Author: Hendrik Saly <he...@gmail.com>
Authored: Sun Mar 27 13:29:57 2016 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Sun Mar 27 13:29:57 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/index.md.vm              |  24 ++++++++++++++++++++++--
 src/site/resources/images/johnzon_logo.png | Bin 0 -> 7196 bytes
 src/site/site.xml                          |   2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/90d17f0b/src/site/markdown/index.md.vm
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 8102a0c..fb28874 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -16,11 +16,31 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-# Apache Johnzon
+# Apache Johnzon (incubating)
 
-Apache Johnzon is a project providing an implementation of JsonProcessing (aka jsr-353) and a set of useful extension
+Apache Johnzon (incubating) is a project providing an implementation of JsonProcessing (aka jsr-353) and a set of useful extension
 for this specification like an Object mapper, some JAX-RS providers and a WebSocket module provides a basic integration with Java WebSocket API (JSR 356).
 
+## Status
+<pre>
+Apache Johnzon 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.
+
+For more information about the incubation status of the Apache Johnzon project you
+can go to the following page:
+
+http://incubator.apache.org/projects/johnzon.html
+</pre>
+
+
 ## Get started
 
 Johnzon comes with four main modules.

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/90d17f0b/src/site/resources/images/johnzon_logo.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/johnzon_logo.png b/src/site/resources/images/johnzon_logo.png
new file mode 100644
index 0000000..ab17b9c
Binary files /dev/null and b/src/site/resources/images/johnzon_logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/90d17f0b/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 54380e0..aa10049 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,7 @@
   </bannerLeft>
   
   <bannerRight>
-		<src>http://people.apache.org/~salyh/aj_logo_vote.png</src>
+		<src>/resources/images/johnzon_logo.png</src>
 		<width>180</width>
   </bannerRight>