summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: c01621d5da315283915071d74ce6266670554da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
README
======

Status
------
App is not finished yet and in rewrite.

If the first kinda working version is available it will be mentioned in this readme.


TODO
----

* Referential integrity (delete items and feeds when feed or folder with FK was deleted)
* Port coffeescript
* make export work -> generate xml with template
* make feed update work
* fix search plugin
* fix background job


How to install the news app
---------------------------
- Install ownCloud 5.0
- Clone the App Framework app into the /var/www directory::

	git clone https://github.com/owncloud/appframework.git

- Clone the News app into the /var/www directory::

	git clone https://github.com/owncloud/news.git


- Link both into ownCloud's apps folder::

	ln -s /var/www/appframework /var/www/owncloud/apps
	ln -s /var/www/news /var/www/owncloud/apps

- Activate the App Framework App first, then activate the News app in the apps menu