зеркало из https://github.com/nextcloud/news.git
f261065070
The core ownCloud libraries provide a getUrlContent() util which will attempt to retrieve the contents of a URL using curl with a fall-back to get_file_contents(). By using getUrlContent() we can remove curl as a dependency, which is useful for servers that don't have it installed. |
||
---|---|---|
3rdparty/SimplePie | ||
appinfo | ||
backgroundjob | ||
bl | ||
controller | ||
css | ||
db | ||
dependencyinjection | ||
external | ||
img | ||
js | ||
l10n | ||
templates | ||
tests | ||
utility | ||
.gitignore | ||
README.rst |
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