diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-19 15:24:17 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-19 15:24:17 +0000 |
commit | 8b2c05afc0a9f8ad7490fd46bb1c8249d03c2fb8 (patch) | |
tree | 9ddf3b460679f93d81637d593baaa855a8f1db23 /modules/rss/module.info | |
parent | 237656f6c85697c41a935d0b05979cebbb2cc87b (diff) |
1) Rename the module media_rss to rss
2) Protect the fullsize image with a permission check
3) Added a content:encoded element to each item which allows the image to show up in the body of the feed.
Diffstat (limited to 'modules/rss/module.info')
-rw-r--r-- | modules/rss/module.info | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/rss/module.info b/modules/rss/module.info new file mode 100644 index 00000000..ffd26192 --- /dev/null +++ b/modules/rss/module.info @@ -0,0 +1,3 @@ +name = RSS +description = Provide a RSS feeds +version = 1 |