Staticfree Blog

Back to the main blog

Tue, 02 Mar 2004

Rawdog To OPML exporter

I updated my Rawdog to OPML exporter (ver 1.4) to now support categories. You can add OPML categories to your Rawdog file by using the following syntax:


           ### kittens
           feed 60 http://purr.example.com/index.xml
           feed 45 http://kitten.example.com/feed.rdf

           ### news
           feed 60 http://news.example.com/feed
           feed 45 http://morenews.example.com/news.xml

Where the ### comment designates the words after it to be the heading. Not complicated, but quite functional. I also removed the dependency on XML::Simple, as I don't really like using that module for XML generation. It should now be able to run on any out-of-the-box Perl installation.

trackback enabled

Comments

Re: Rawdog To OPML exporter

Tom Dahlstrom @ Fri, 20 May 2005 19:32

Very interesting, I have a need for something very similar to this. If you have a bit of free time and could point me in the right direction it would be greatly appreciated.