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.
![]()
All original sound, text and graphics on this site (staticfree.info) are licensed under a
Creative Commons License.
Re: Rawdog To OPML exporter
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.