1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-23 23:15:46 +02:00

added estimations

This commit is contained in:
Bernhard Posselt 2013-03-23 15:34:41 +01:00
parent 165488f70a
commit 1e70a17872

View File

@ -8,25 +8,26 @@ App is not finished yet and in rewrite.
If the first kinda working version is available it will be mentioned in this readme.
TODO
----
Roadmap
-------
All estimations include unittests
* 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
* Referential integrity (delete items and feeds when feed or folder with FK was deleted) ~ 3h
* Port coffeescript ~ 35h
* make export work -> generate xml with template ~ 3h
* make feed update work ~ 5-10h
* fix search plugin ~ 2h
* fix background job ~ 2h
How to install the news app
---------------------------
- Install ownCloud 5.0
- Clone the App Framework app into the /var/www directory::
- 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::
- Clone the News app into the **/var/www** directory::
git clone https://github.com/owncloud/news.git