X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/44d6fa4db19af2a1562f318dece16d9e6decbc9b..4e891bd9d0fdb8bd0f65a0301d11f90aa8971536:/doc/todo/multiple_output_formats.mdwn?ds=sidebyside 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]]