summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraspdye <aspdye@web.de>2016-03-05 13:44:30 +0100
committeraspdye <aspdye@web.de>2016-03-05 13:44:30 +0100
commit0e49bd9b18e5a49b46c6a1d7c6e53d3c93e54037 (patch)
tree30d2f2638dccf1f2679bd701d34655c7e1d34f44 /README.md
parent195063eb6e8d18191415a85d51b4e12afa3519e1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index 979a44d6..35f1873c 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,16 @@
-# Contacts
-Place this app in **owncloud/apps/**
+# ownCloud Contacts
-## Publish to App Store
+[![Build Status](https://scrutinizer-ci.com/g/owncloud/contacts/badges/build.png?b=master)](https://scrutinizer-ci.com/g/owncloud/calendar-rework/build-status/master)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/contacts/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/calendar-rework/?branch=master)
+[![Code Coverage](https://scrutinizer-ci.com/g/owncloud/contacts/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/calendar-rework/?branch=master)
-First get an account for the [App Store](http://apps.owncloud.com/) then run:
+**An contacts app for [ownCloud](https://owncloud.org).**
- make appstore_package
+It will replace the [old contacts app](https://github.com/owncloudarchive/contacts) with ownCloud 9.0, and is only the frontend for the new CardDAV-Backend which has moved into the [ownCloud Core](https://github.com/owncloud/core).
-The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
+![](https://raw.githubusercontent.com/owncloud/screenshots/master/contacts/calendar.png)
-## Running tests
-After [Installing PHPUnit](http://phpunit.de/getting-started.html) run:
+## Maintainers:
- phpunit -c phpunit.xml
+
+If you’d like to join, just go through the [issue list](https://github.com/owncloud/contacts/issues) and fix some. :) We’re also in [#owncloud-contacts on freenode IRC](https://webchat.freenode.net/?channels=owncloud-contacts).