aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2009-03-17 12:01:45 +0000
committercash <cash.costello@gmail.com>2009-03-17 12:01:45 +0000
commit14025a5462c77d841801e00b2eda993bba62264d (patch)
tree48fb0af11a2a069e93155397567de0ecf312c296 /README
parent723b8220d800da23406699690e6174dfff5ce652 (diff)
downloadelgg-14025a5462c77d841801e00b2eda993bba62264d.tar.gz
elgg-14025a5462c77d841801e00b2eda993bba62264d.tar.bz2
added documentation on feed timeout
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index 94075ca9a..bbfb94635 100644
--- a/README
+++ b/README
@@ -1 +1,8 @@
-To change the widget title, edit the language file (en.php) and change the string simplepie:widget from Blog to whatever you desire. \ 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 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