aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2010-07-04 19:39:29 +0000
committercash <cash.costello@gmail.com>2010-07-04 19:39:29 +0000
commit16da0ce0f606397012c65950b07262fbecb2fc84 (patch)
tree4d504a62f679c3b0d307e95ca8d7a91634215afa /README
parent14025a5462c77d841801e00b2eda993bba62264d (diff)
downloadelgg-16da0ce0f606397012c65950b07262fbecb2fc84.tar.gz
elgg-16da0ce0f606397012c65950b07262fbecb2fc84.tar.bz2
brought the simplepie plugin up to Elgg coding standards
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 20 insertions, 8 deletions
diff --git a/README b/README
index bbfb94635..81f5dcd7d 100644
--- a/README
+++ b/README
@@ -1,8 +1,20 @@
-Widget Title
----------------------------
-To change the widget title, edit the language file (en.php) and change the string simplepie:widget from Blog to whatever you desire.
-
-
-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 uncomment the line $feed->set_timeout(20); \ No newline at end of file
+Widget Title
+---------------------------
+To change the widget title, edit the language file (en.php) and change the
+string 'simplepie:widget' from 'RSS Feed' to whatever you desire.
+
+
+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
+uncomment the line $feed->set_timeout(20);
+
+
+Images
+--------------------------
+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