CMFSin
Category: Services, Weblogs
—
Other products by this author
Current release: CMFSin 0.7
Released Sep 19, 2007 — tested with Plone 2.5, Plone 2.1
Stable release for Plone 2.5, 2.1.
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
This is a simple syndication client for Plone. It uses rssparser and shares many things in common with CMFNewsFeed but has a different model for handling channels. It is designed to map n channels or feeds to sets of composite virtual channels which can then be called in in a timely fashion. Most of the remaining work has to happen in UI land.
Step-by-step instructions
- Install using the Add/Remove Products feature of Plone Setup.
- In the ZMI, go to the new sin_tool object of your CMF/Plone site.
Add RSS or RDF channels to the "channels" section:
syntax:
= ex: freshmeat=http://freshmeat.net/backend/fm-releases-software.rdf
- Add syndication mappings to the "map" section.
syntax:
= [, ]* ex: geek=freshmeat,slashdot
- Click "Set Config".
- Finally, go to the Properties tab of your CMF/Plone site then
add the mappings you defined to your left_slots or right_slots.
syntax: here/sin_tool/macros/
ex: here/sin_tool/macros/geeknews
Credits:
- Ben
- Thanks to Mark Pilgrim for the rssparser that I use (a hacked up version of)
- Andy McKay, Richard Amerman and Jon Lim and Sprint Victoria for 0.6
- Sidnei da Silva (dreamcatcher) for house cleaning and beer drinking.