Feed Preprocessor (major release)

After all the development (and not as much testing ;)), I desided to open up preprocessing configuration tool.

This part of the interface allows you to control how feed items get processed for you and there are currently 6 modification modules:

  • Link from description (regex) – useful when feed owner is putting a link to some intermediate page but feed item always containg destination link.
  • Remove part of the descriptio (regex) – useful when blog owner annoys you with some content that is not really useful.
  • Feed Friends toolbar – all links get wrapped into a frame with “share” button on it so you can easily share the item with Feed Friends. Uses my first CPAN module – HTML::LinkChanger (Enabled by default).
  • Header and Footer – simple modules adding arbitrary HTML on top and at the bottom of the items just in case you want to write something over there.
  • In-feed Controls – module, I was writing about some time ago which adds links to popular services that can do something with item link/title like del.icio.us, Digg and Feed Friends of course. (Enabled by default)

There are also a couple of modules that filter out some news items by Title or Description regex in case you don’t want to see all of the news in the feed.

Feel free to change some configurations, e.g. add/remove some In-feed controls – you’ll see the results next time your feeds will get updated, fetched and preprocessed. You can also disable a module by clicking “Disable” next to enabled module as well as revert configuration to global defaults, if you changed it, by clicking “Reset”.
P.S. This is essentialy a core of Feed Preprocessor and I’m open to suggestions for more preprocessing modules which will be much easier to add.

P.P.S. Please keep in mind that Feed Preprocessor only affects feeds that you added to a feed list and reading by you feed reader – it preserves original items intact when you share them.

P.P.P.S. Load and other issues might force me to remove some of the modules in the future. Let’s consider it BETA.

Leave a Reply