]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/multiple_output_formats.mdwn
comments
[ikiwiki.git] / doc / todo / multiple_output_formats.mdwn
index 326f7c55cf534d60bd046ec6cdea5f6a42e5961f..0538f894c23da74410b9ff2a357f1f17e215bbfb 100644 (file)
@@ -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.
 
 
 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]]