diff options
author | jwalzer <jwalzer@web> | 2008-10-30 12:22:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-30 12:22:51 -0400 |
commit | 547d296924b27b196fdc0d7c3c88e19ad1a4755f (patch) | |
tree | c6f2100dbe117bc862b9a47a5b91b14277487413 /doc/plugins | |
parent | 40b6033917be90377d3abc86b5fdd6479ae104fd (diff) |
opml-Plugin - Stub-Page
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/opml.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/contrib/opml.mdwn b/doc/plugins/contrib/opml.mdwn new file mode 100644 index 000000000..3f98e8065 --- /dev/null +++ b/doc/plugins/contrib/opml.mdwn @@ -0,0 +1,11 @@ +[[!template id=plugin name=opml author="[[JanWalzer|jwalzer]]"]] +[[!tag type/format]] + +The idea of this plugin is to parse in an OPML-File and output a linklist, maybe some customization. +OPML-Files are xml-files that most RSS-Readers write out, to summarize their subscribes feedlist. + +I have a "dumb" perlscript running on my website, that tries to do a opml2mdwn transformation, but its quite bad on that. + +This Plugin is **NOT Ready** in any way. I'm just putting this page up as a hook, to discuss it. + +I intend to work on this, but I'd appreciate any help on this. |