summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-30 01:38:59 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-30 01:38:59 -0500
commitddfa16145ac4c9938606104b685b382e2acd2f05 (patch)
treedd3156c26f5edd8c741b04fab31263100dfc2a03 /doc
parent4d1a794c3fd2116b2755877f73d6874db6c03083 (diff)
parentd758d326042ee3f2b44d899dc78158c99f901c3f (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/multiple_output_formats.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/multiple_output_formats.mdwn b/doc/todo/multiple_output_formats.mdwn
index 76fd39303..00623be39 100644
--- a/doc/todo/multiple_output_formats.mdwn
+++ b/doc/todo/multiple_output_formats.mdwn
@@ -5,4 +5,13 @@ This would provide true "printable versions" of the wiki pages supporting it.
--[[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]]