πŸ“° RSS/Atom feed reader
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Bernhard Posselt f16b8e1d92 load new feed when it was added 2013-04-11 19:50:17 +02:00
3rdparty/SimplePie removed moved libs 2013-03-21 16:35:12 +01:00
appinfo add link to feed which gets opened when clicked on the subheading of an item 2013-04-08 15:23:06 +02:00
backgroundjob move autopurge to itembl 2013-04-04 13:23:03 +02:00
bl translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered 2013-04-11 15:48:50 +02:00
controller removed useless settings 2013-04-03 12:25:48 +02:00
css use images instead of captions for folder create buttons to not run into width problems 2013-04-11 18:06:59 +02:00
db add link to feed which gets opened when clicked on the subheading of an item 2013-04-08 15:23:06 +02:00
dependencyinjection translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered 2013-04-11 15:48:50 +02:00
external reorganize folder 2013-03-21 16:32:36 +01:00
img translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered 2013-04-11 15:48:50 +02:00
js load new feed when it was added 2013-04-11 19:50:17 +02:00
l10n [tx-robot] updated from transifex 2013-03-16 22:16:04 +01:00
templates fixed folderselection 2013-04-11 19:45:36 +02:00
tests translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered 2013-04-11 15:48:50 +02:00
utility enclosure method called on wrong objects 2013-04-09 19:38:59 +02:00
.gitignore added feedmaper 2013-03-20 19:21:47 +01:00
README.rst Update README.rst 2013-03-31 15:14:41 +03:00

README.rst

README
======

The News app is a an rss/atom feed aggregator. It is based on the library SimplePie.

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

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

See the milestones in the Bugtracker for more information on progress


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