Blame view

sources/apps/contacts/README.md 1.09 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
  #The Contacts app
  
  Build status
  ------------
  
  | branch      | status |
  | ----------- | ------ |
6d9380f96   Cédric Dupont   Update sources OC...
8
  | master      | [![Build Status](http://img.shields.io/travis/owncloud/contacts.svg)](https://travis-ci.org/owncloud/contacts) |
d1bafeea1   Kload   [fix] Upgrade to ...
9
10
11
  
  
  ##Maintainer:
6d9380f96   Cédric Dupont   Update sources OC...
12
13
14
15
  - [Thomas Tanghus](https://github.com/tanghus) - Back- and front-end code
  
  ###Design / front-end:
  - [Jan ten Bokkel](https://github.com/jbtbnl)
d1bafeea1   Kload   [fix] Upgrade to ...
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  
  ###Additional maintainers:
  - [Bart Visscher](https://github.com/bartv2)
   
  ###Original author:
   - Jacob Sack
  
  Developer setup info:
  ---------------------
  
  This repository contains the Contacts app >= ownCloud 6. Earlier versions are in 
  https://github.com/owncloud/apps/ in the `stable5` and `stable45` branches.
  Any issues should be posted in [this repository](https://github.com/owncloud/contacts/issues), no matter what version.
  
  ### Master branch:
  This branch is still in development. Do not use it in a production environment.
  To test it you will need the master branch of [owncloud/core](https://github.com/owncloud/core) and
6d9380f96   Cédric Dupont   Update sources OC...
33
  remember to [update the 3rdparty submodule](http://blog.jacius.info/git-submodule-cheat-sheet/)
d1bafeea1   Kload   [fix] Upgrade to ...
34