summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:12:26 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:15:13 +0200
commitd613b1e70e17917952619d35d4d7fe4c9018555e (patch)
treeb7568236697dac321838cffdba3e748eedd02e3d /README.md
parentac45b5e1586914bff131a7c0fe352da751d2cade (diff)
Replaced various ownCloud with Nextcloud.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index 33522157..b2deedf2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ownCloud Contacts
+# Nextcloud Contacts
[![irc](https://img.shields.io/badge/irc%20channel-%23owncloud--contacts%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=owncloud-contacts)
[![Build Status](https://scrutinizer-ci.com/g/owncloud/contacts/badges/build.png?b=master)](https://scrutinizer-ci.com/g/owncloud/contacts/build-status/master)
@@ -7,11 +7,11 @@
![codecov.io](https://codecov.io/github/owncloud/contacts/branch.svg?branch=master)
-**A contacts app for [ownCloud](https://owncloud.org) and [Nextcloud](https://nextcloud.com).**
+**A contacts app for [Nextcloud](https://nextcloud.com) and [ownCloud](https://owncloud.org).**
This is the new contacts app that has replaced the [old contacts app](https://github.com/owncloudarchive/contacts), and is only the frontend for the new server-integrated CardDAV-Backend.
-![](https://raw.githubusercontent.com/owncloud/screenshots/master/contacts/contacts.png)
+![](https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png)
## Maintainers:
@@ -21,7 +21,7 @@ This is the new contacts app that has replaced the [old contacts app](https://gi
- [Tom Needham](https://github.com/tomneedham)
-If you’d like to join, just go through the [issue list](https://github.com/owncloud/contacts/issues) and fix some. :)
+If you’d like to join, just go through the [issue list](https://github.com/nextcloud/contacts/issues) and fix some. :)
## Building the app
@@ -38,14 +38,6 @@ This requires the following things to be present:
* npm: for building and testing everything JS
-## Publish to App Store
-
-First get an account for the [App Store](http://apps.owncloud.com/) then run:
-
- make && make appstore
-
-The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
-
## Running tests
You can use the provided Makefile to run all tests by using: