summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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