summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-05-12 12:49:51 -0300
committerAlessandro Cosentino <cosenal@gmail.com>2013-05-12 12:49:51 -0300
commit98ed41bf68a19d2ee6186bfb6762851432359001 (patch)
tree765069ee46590be62bc262c30d5b41f5d1c50894 /README.rst
parentc620c825d8132690a7b51242501a9e5c63f5b32f (diff)
bug for not valid feeds
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b79c8a506..02b01a4ad 100644
--- a/README.rst
+++ b/README.rst
@@ -18,6 +18,14 @@ Before reporting bugs:
* get the newest version of the News app
* `check if they have already been reported <https://github.com/owncloud/news/issues?state=open>`_
+If you are not able to add a feed because its XML does not validate and (see `this issue <https://github.com/owncloud/news/issues/133>`_ for an example),
+check if:
+
+* you are able to add the feed in other feed readers
+* it runs without error through `SimplePie demo <http://www.simplepie.org/demo/>`_
+
+In the case the second condition is not met, please file a bug on `SimplePie issue tracker <https://github.com/simplepie/simplepie>`_.
+
Before you install the News app
-------------------------------
@@ -182,4 +190,4 @@ JavaScript unit tests
~~~~~~~~~~~~~~~~~~~~~
To run them execute::
- make javascript-tests \ No newline at end of file
+ make javascript-tests