diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-13 05:36:26 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-13 05:36:26 -0500 |
commit | 9fe42ec59db174f2e16b2216991c486112df8c71 (patch) | |
tree | 7ac9a024b8411062c7884859620e9f725fb14233 | |
parent | b279e16de723bd1e146d03f428ed79d2393b8408 (diff) | |
download | ikiwiki-9fe42ec59db174f2e16b2216991c486112df8c71.tar ikiwiki-9fe42ec59db174f2e16b2216991c486112df8c71.tar.gz |
web commit by http://weakish.int.eu.org/: HTML::Template can keep things simple
-rw-r--r-- | doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn b/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn index feb31a128..c73b53e53 100644 --- a/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn +++ b/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn @@ -49,3 +49,8 @@ here is some more documentation: <http://wiki.zope.org/ZPT/METALSpecification11> I would be glad to volunteer time to make this switch happen, such as rewrite the templates. I'd prefer not having to touch Perl though... + + +----- + +Yes, Template::Toolkit is very powerful. But I think it's somehow overkill for a wiki. HTML::Template can keep things simple, though. --[weakish](http://weakish.int.eu.org/blog/) |