From 9911bcbf72061cc2de906b29f9583bebebd6a85a Mon Sep 17 00:00:00 2001 From: zhijie Date: Tue, 30 Jul 2013 14:33:47 +0800 Subject: [PATCH] readme modified --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 605452a..aceee24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ redmine-mobile ============== -a mobile client for redmine, including IOS and Android + + +Redmine Mobile is an iPhone/Android client for Redmine, which is a web-based project management and issue tracking tool. Redmine Mobile makes it possible to view, create and edit issues, keep track of activities wherever you take along your phone. + +Features +- View, add and edit projects +- View, add, edit and comment issues +- Log time spent on issues +- Add and view subtasks, view issue relations +- Filter and sort issues by different aspects +- Use custom queries from your Redmine + +The app is compatible with Redmine installations from version 1.1 or higher, we recommend version 1.4 or higher. It also supports self-signed SSL certificates and Htaccess protected Redmines. + +RedmineApp accesses your Redmine installation by using the official REST API inherent in your Redmine. There is no need to install any plugins. Please make sure that the API is enabled on your server which you can find in: Administration > Settings > Authentication > Enable REST web service + This code is distributed under the terms and conditions of the MIT license.