aboutsummaryrefslogtreecommitdiff
path: root/mod/simplepie/README
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:28:31 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:28:31 +0100
commit536ad685d02d6721671237bc6e6f5a04334419ac (patch)
tree7eee2da63fd896bbaa2e6ff182565c01f8445bec /mod/simplepie/README
parent77f0367d454711f1d00e1fcfc5d31147055cc66a (diff)
parent97c0db5dd349f8c777bc813f5f3a00a858412828 (diff)
downloadelgg-536ad685d02d6721671237bc6e6f5a04334419ac.tar.gz
elgg-536ad685d02d6721671237bc6e6f5a04334419ac.tar.bz2
Add 'mod/simplepie/' from commit '97c0db5dd349f8c777bc813f5f3a00a858412828'
git-subtree-dir: mod/simplepie git-subtree-mainline: 77f0367d454711f1d00e1fcfc5d31147055cc66a git-subtree-split: 97c0db5dd349f8c777bc813f5f3a00a858412828
Diffstat (limited to 'mod/simplepie/README')
-rw-r--r--mod/simplepie/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/mod/simplepie/README b/mod/simplepie/README
new file mode 100644
index 000000000..24591c3e1
--- /dev/null
+++ b/mod/simplepie/README
@@ -0,0 +1,19 @@
+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/content.php. There you can just
+uncomment the line $feed->set_timeout(20);
+
+
+HTML tags in feeds
+--------------------------
+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