]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/multiple_output_formats.mdwn
web commit by http://harningt.eharning.us/: applied alterations according to comments...
[ikiwiki.git] / doc / todo / multiple_output_formats.mdwn
index 326f7c55cf534d60bd046ec6cdea5f6a42e5961f..00623be3911d36009d1630ce29666c1c7a6c29f8 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.
 
---[[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]]