Blame view

sources/apps/calendar/README.md 827 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
  Calendar app
  ============
  
  Maintainers:
  ------------
  - [Georg Ehrke](https://github.com/georgehrke)
  - [Thomas Tanghus](https://github.com/tanghus)
  - [Bart Visscher](https://github.com/bartv2)
  
  Developer setup info:
  ---------------------
6d9380f96   Cédric Dupont   Update sources OC...
12
  __Important note__: ownCloud 7 or ownCloud 8 will be last version to ship the master branch's codebase. It will be replaced by the rework branch. If you want to implement new features, please strongly consider implementing them based on the rework branch's codebase.
d1bafeea1   Kload   [fix] Upgrade to ...
13
14
  ### Master branch:
  Just clone this repo into your apps directory.
6d9380f96   Cédric Dupont   Update sources OC...
15
  Get the lastest version of master:
d1bafeea1   Kload   [fix] Upgrade to ...
16
  ```bash
6d9380f96   Cédric Dupont   Update sources OC...
17
18
  git clone git://github.com/owncloud/calendar.git
  cd calendar
d1bafeea1   Kload   [fix] Upgrade to ...
19
  ```
d1bafeea1   Kload   [fix] Upgrade to ...
20

6d9380f96   Cédric Dupont   Update sources OC...
21
22
  ### Rework branch:
  Get the lastest version of rework:
d1bafeea1   Kload   [fix] Upgrade to ...
23
24
25
26
27
  ```bash
  git clone git://github.com/owncloud/calendar.git
  cd calendar
  git checkout rework
  ```