sfeed connector scripts                                                 [07/17]

These are scripts that convert from one format into another. There are sites or
systems that do not have native RSS/Atom support.

This can be done in various ways, for example:

* You can write a parser that converts to RSS/Atom. This has the advantage it
  works with any RSS/Atom reader, not just sfeed. It is a bit less efficient if
  using sfeed, because it has to parse the XML first.

* You can write a parser that converts to the sfeed(5) TSV format directly. The
  format is a bit simpler, but also more limiting.

Both work with sfeed, I'll explain later on how to use both options.

