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 2015/04/06 16:42:11 UTC

incubator-johnzon git commit: Some love for the website

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 14a12f6a6 -> 4df64e2f2


Some love for the website


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

Branch: refs/heads/master
Commit: 4df64e2f2199c700885b112cf6e9047c8bc7b725
Parents: 14a12f6
Author: Hendrik Saly <he...@gmail.com>
Authored: Mon Apr 6 16:42:07 2015 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Mon Apr 6 16:42:07 2015 +0200

----------------------------------------------------------------------
 src/site/markdown/index.md.vm | 6 +++---
 src/site/site.xml             | 8 ++++++--
 2 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/4df64e2f/src/site/markdown/index.md.vm
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index c8892a1..574f451 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -16,14 +16,14 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-# Apache johnzon
+# Apache Johnzon
 
 Apache Johnzon is a project providing an implementation of JsonProcessing (aka jsr-353) and a set of useful extension
-for this specification like an Object mapper and some JAX-RS providers.
+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).
 
 ## Get started
 
-Johnzon comes with three main modules.
+Johnzon comes with four main modules.
 
 ### Core
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/4df64e2f/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 38c8ad9..272f92f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -75,15 +75,19 @@
 
     <menu name="User Guide">
       <item name="Home" href="/index.html"/>
-      <item name="Download" href="http://incubator.apache.org/projects/johnzon.html"/>
+      <item name="Download" href="http://www.apache.org/dyn/closer.cgi/incubator/johnzon"/>
       <item name="Javadoc" href="/apidocs/index.html"/>
       <item name="Source Code" href="/source-repository.html"/>
       <item name="Changelog" href="/changelog.html"/>
       <item name="Mailing Lists" href="/mail-lists.html"/>
     </menu>
     
-    <menu name="Site Archives">
+    <menu name="Releases">
+        <item name="Johnzon 0.1-incubating"       href="/archives/0.1-incubating/index.html"/>
         <item name="Johnzon 0.2-incubating"       href="/archives/0.2-incubating/index.html"/>
+        <item name="Johnzon 0.5-incubating"       href="/archives/0.5-incubating/index.html"/>
+        <item name="Johnzon 0.6-incubating"       href="/archives/0.6-incubating/index.html"/>
+        <item name="Johnzon 0.7-incubating"       href="/archives/0.7-incubating/index.html"/>
     </menu>
 
     <menu ref="reports" inherit="bottom"/>