X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/44d6fa4db19af2a1562f318dece16d9e6decbc9b..dad49323e80889e70ce3fc1bf479ede89a5f1607:/doc/todo/multiple_output_formats.mdwn diff --git a/doc/todo/multiple_output_formats.mdwn b/doc/todo/multiple_output_formats.mdwn index 326f7c55c..0538f894c 100644 --- a/doc/todo/multiple_output_formats.mdwn +++ b/doc/todo/multiple_output_formats.mdwn @@ -3,4 +3,15 @@ such as postscript or plain text, and provide links to those on the html output. This would provide true "printable versions" of the wiki pages supporting it. ---[[JeremieKoenig]] \ No newline at end of file +--[[JeremieKoenig]] + +Could this be done by making the output format a plugin, similar to the way +pyblosxom works? Atom and RSS could then possibly be moved into plugins. + +Presumably they'd have to work by converting HTML into some other format, as +trying to force all input languages to generate more than one output language +would be impractical to say the least. + +--[[bma]] + +[[!tag wishlist]]