From ea0c7982ac4c9db56cbd057c958ee71930a86c31 Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Sun, 30 Nov 2014 23:12:28 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b0cd5347..854f2ca1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ Sismics Docs ============ -![](http://www.bgamard.org/img/projects/sismicsdocs.jpg) +_Web interface_ + +![Web interface](http://sismics.com/docs/screenshot1.png) + +_Android application_ + +![Android documents list](http://sismics.com/docs/android1.png) ![Android navigation](http://sismics.com/docs/android2.png) ![Android document details](http://sismics.com/docs/android3.png) ![Android sharing](http://sismics.com/docs/android4.png) What is Docs? --------------- @@ -24,11 +30,11 @@ Features - Document sharing - RESTful Web API -License -------- +Download +-------- -Docs is released under the terms of the GPL license. See `COPYING` for more -information or see . +The latest release is downloadable here: in WAR format. +You will need a Java webapp server to run it, like [Jetty](http://eclipse.org/jetty/) or [Tomcat](http://tomcat.apache.org/) How to build Docs from the sources ---------------------------------- @@ -65,3 +71,9 @@ From the `docs-web` directory: mvn -Pprod -DskipTests clean install You will get your deployable WAR in the `target` directory. + +License +------- + +Docs is released under the terms of the GPL license. See `COPYING` for more +information or see . From f44d30d8902251619e3e4bab32d54118390e3b0e Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Sun, 30 Nov 2014 23:13:08 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 854f2ca1..0d235f25 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _Web interface_ _Android application_ -![Android documents list](http://sismics.com/docs/android1.png) ![Android navigation](http://sismics.com/docs/android2.png) ![Android document details](http://sismics.com/docs/android3.png) ![Android sharing](http://sismics.com/docs/android4.png) +![Android documents list](http://sismics.com/docs/android1.png) ![Android navigation](http://sismics.com/docs/android2.png) ![Android document details](http://sismics.com/docs/android3.png) What is Docs? ---------------