From 7318053c631f1b3cbfc1cb3efd860f9de006d6e2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 6 Aug 2013 14:47:56 +0200 Subject: Update README.rst Move stuff to the wiki --- README.rst | 95 ++------------------------------------------------------------ 1 file changed, 2 insertions(+), 93 deletions(-) diff --git a/README.rst b/README.rst index f456d7acb..9e717f76a 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,8 @@ README The News app is a an RSS/Atom feed aggregator. It offers a `RESTful API `_ for app developers. The source code is `available on GitHub `_ +For further developer and user documentation please visit `the wiki `_ + .. |travis-ci| image:: https://travis-ci.org/owncloud/news.png .. _travis-ci: https://travis-ci.org/owncloud/news @@ -115,49 +117,6 @@ Keyboard shortcuts * **Star item and jump to next one**: h * **Open current item**: o -Mobile Clients --------------- - -Official -~~~~~~~~ -* **Platform**: Android, iOS, Windows Phone (PhoneGap), FirefoxOS -* **Status**: In development -* **Author**: `Bernhard Posselt `_ -* **Link (source)**: `https://github.com/owncloud/news-mobile `_ -* **License**: AGPL -* **Bugtracker**: `https://github.com/owncloud/news-mobile/issues `_ - -Unofficial -~~~~~~~~~~ -* **Platform**: Android -* **Status**: Beta -* **Author**: `David Luhmer `_ -* **Link (source)**: `Owncloud News Reader `_ -* **Google play Store**: `buy the App `_ -* **License**: AGPL -* **Bugtracker**: `https://github.com/owncloud/News-Android-App/issues `_ - ----------------- - -* **Platform**: Blackberry 10 -* **Status**: Beta -* **Author**: `Adam Pigg `_ -* **Link (source)**: `Own News `_ -* **Blackberry World**: coming soon -* **License**: GPL - ----------------- - -* **Platform**: iOS -* **Status**: Beta -* **Author**: `Peter Hedlund `_ -* **Link (source)**: `iOCNews `_ -* **Apple App Store**: coming soon -* **Bugtracker**: `https://github.com/phedlund/iOCNews/issues `_ -* **License**: BSD - -Desktop Clients ---------------- Performance Notices ------------------- @@ -213,54 +172,4 @@ in the **js/** directory feedUpdateInterval: 1000*60*3 # miliseconds -Building the package --------------------- -To build the app simply run:: - - make - -Then build the package with:: - - make dist - -The package lies in the **build/** directory and is ready to be uploaded to `the App-Store `_ - -Running tests -------------- -All tests -~~~~~~~~~ -To run them execute:: - - make test - -PHP Unit tests -~~~~~~~~~~~~~~ -To run them execute:: - - make unit-tests - -Integration tests -~~~~~~~~~~~~~~~~~ -To run them execute:: - - make integration-tests - -Acceptance tests -~~~~~~~~~~~~~~~~ -.. note:: For acceptance tests, a user with the name **test** and password **test** must exist! - -To change the url under which ownCloud is installed, set the environment variable $OWNCLOUD_HOST:: - - export OWNCLOUD_HOST="localhost/core" - -Otherwise it defaults to **localhost/owncloud**, - -To run them execute:: - - make acceptance-tests - -JavaScript unit tests -~~~~~~~~~~~~~~~~~~~~~ -To run them execute:: - make javascript-tests -- cgit v1.2.3