aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-11 07:07:45 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-11 07:07:45 -0500
commitb771ec72f82124d142f2e1d49c842a171ced562c (patch)
treebbcdc11f920583dec36465f2ebf75b8e83b9fce1
parent24c479d059b92eea8a58e627351dbc11ddfd50a9 (diff)
downloadelgg-b771ec72f82124d142f2e1d49c842a171ced562c.tar.gz
elgg-b771ec72f82124d142f2e1d49c842a171ced562c.tar.bz2
updated the readme
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index 81f5dcd7d..24591c3e1 100644
--- a/README
+++ b/README
@@ -9,12 +9,11 @@ Proxy Server
If your site is going through a proxy server to get to the feeds, you may
want to increase the timeout on the feeds (though this is unlikely as the
default timeout is 10 seconds). You can do this by editing
-simplepie/views/default/widgets/feed_reader/view.php. There you can just
+simplepie/views/default/widgets/feed_reader/content.php. There you can just
uncomment the line $feed->set_timeout(20);
-Images
+HTML tags in feeds
--------------------------
-Currently, images are stripped from the feeds as they are likely larger
-than the width of the widget and will cause display issues. To include
-images, edit the widget view and add the img tag to the $allow_tags array. \ No newline at end of file
+The widget allows the following tags: `<a><p><br><b><i><em><del><pre><strong><ul><ol><li><img>`.
+Other tags are stripped to avoid problems with the display of your site. \ No newline at end of file