diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-30 01:38:59 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-30 01:38:59 -0500 |
commit | ddfa16145ac4c9938606104b685b382e2acd2f05 (patch) | |
tree | dd3156c26f5edd8c741b04fab31263100dfc2a03 /doc/todo | |
parent | 4d1a794c3fd2116b2755877f73d6874db6c03083 (diff) | |
parent | d758d326042ee3f2b44d899dc78158c99f901c3f (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/multiple_output_formats.mdwn | 9 |
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]] |