]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/opml.mdwn
Merge commit 'upstream/master' into prv/po
[ikiwiki.git] / doc / plugins / contrib / opml.mdwn
1 [[!template id=plugin name=opml author="[[JanWalzer|jwalzer]]"]]
2 [[!tag type/format]]
3
4 The idea of this plugin is to parse in an OPML-File and output a linklist, maybe some customization.
5 OPML-Files are xml-files that most RSS-Readers write out, to summarize their subscribes feedlist.
6
7 I have a "dumb" perlscript running on my website, that tries to do a opml2mdwn transformation, but its quite bad on that.
8
9 This Plugin is **NOT Ready** in any way. I'm just putting this page up as a hook, to discuss it.
10
11 I intend to work on this, but I'd appreciate any help on this.