Syndication
Publishing RSS feeds from Plone
Plone has had a syndication tool but it's not turned on by default and is a bit cumbersome to set up (requires going into the ZMI), and then enabling syndication for each and every folder on the site.
With Plone 2.1, it's now possible to subscribe to searches as RSS feeds, which allows for simple creation of ad-hoc RSS feeds. And one can also subscribe to a Smart Folder as RSS, which allows for a finer grain of control over what is returned in the list.
But the built-in RSS syndication tool for Plone does not have support for RSS 2.0 with enclosures, which means that it doesn't allow for syndication of rich media content such as audio, video and photos.
RSS 2.0 Syndication tools
There are a couple of 3rd party products that provide functionality to publish RSS 2.0 feeds:
- qRSS2Syndication - Andy Nicholson has gotten this to work successfully for vodcasting (video podcasting).
- Plodcasting
- Podio - developed by eGenius, Podio is a podcasting and audio publishing software that uses the Tabajara taxonomy tool. View the demo site nppod.org and see the code in the SVN repository.
Build a podcast from a Smart Folder
One very clever way to build podcasts, is to use Plone's built-in Smart Folder capabilities. During the Plone multimedia sprint, work was done by Salim and Chervol to add a podcast icon to the document actions in a Smart Folder. When you click on this icon, it returns an RSS 2.0 feed with the audio file enclosures. You can see this work in podcast.xml.pt in the ATAudio product.
A syndication solution based on Zope 3 / Five
Tim Hicks has also developed basesyndication and fatsyndication, tools which provide for publishing of RSS 2.0 feeds. These are very interesting developments because they have been written using Zope 3 and Five (fat = Five+AT).
Subscribing to RSS feeds from Plone
Just as one might like to publish their Plone content as RSS, one might also want to subscribe to RSS feeds from other external websites for display on their Plone site. There are three products which currently provide this functionality:
- CMFSin
- CMFFeed
- PloneRSS (new product just announced - thanks Jon!)
- CMFContentPanels
- PodChannel
The CMFSin product has been around for over 3 years, but has seen very little improvement in the user interface. It's still necessary to go into the ZMI and paste in the RSS feed URLs into a text box. While this is fine for the more technical webmaster, the average Plone user would prefer a Plone-based tool for adding new RSS feeds.
Song Huang (author of the PloneCreativeCommons product) has repurposed CMFSin to display his Flickr photostream feed. The ATPhoto product is more ambitious in that it will actually import the photos from your Flickr account into your Plone site. But this may not be desirable if you have lots of photos in your Flickr account and don't want to import them into Plone - just display them.
Jon Stahl discusses the limitations of CMFSin and CMFFeed on his blog.
PloneRSS is a product written by Garth Bult, the same guy who developed CMFFeed. He has eliminated the dependency for Zeo, and is now using MySQL for the storage. Thanks to Jon for letting me know about this product (released today!).
The CMFContentPanels product allows you to set up a viewlet and paste in the RSS feed url. The interface is easy enough but a bit overkill if all you want to do is display some RSS feeds on your site.
I have not had a chance to try out PodChannel, but it appears to be a very straightforward solution for displaying subscribing to podcast feeds on your Plone site. He uses the example of NPR's podcast feeds.
A syndication solution based on Zope 3 / Five
Just as Tim Hicks has developed the syndication tools, he has also developed subscription tools based on Zope 3 / Five.
Conclusion
Ideally, we would have a syndication tool for Plone that lets us:
- Publish any folder, Smart Folder or search as an RSS 2.0 feed with enclosures.
- Subscribe to RSS 2.0 feeds and detect whether the enclosures are audio, video or photo and render the entry appropriately.
- Aggregate feeds similar to what planetzope.org and planet.plone.org do using PlanetPlanet.
