diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-05 10:01:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-05 10:01:52 -0500 |
commit | a632e366a06c61de7d7a60dbe5d552c65a83d00e (patch) | |
tree | b22edb47e7110d09c5f10e9a2a3396e2fd53f8ad /doc | |
parent | f77bc9d35c23804fb90b583035de786b030b2308 (diff) | |
download | ikiwiki-a632e366a06c61de7d7a60dbe5d552c65a83d00e.tar ikiwiki-a632e366a06c61de7d7a60dbe5d552c65a83d00e.tar.gz |
web commit by http://subvert.org.uk/~bma/: Argument in favour of Varioki over creating new plugins to set template variables.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn b/doc/todo/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn index 431305622..c5fe28f4b 100644 --- a/doc/todo/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn +++ b/doc/todo/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn @@ -47,6 +47,15 @@ ManojSrivastava }, </pre> +> > I'd argue in favour of this plugin; it's true that a simple plugin can be +> > used to set a template variable, but that makes it necessary to write a new +> > plugin for every variable (or set of variables) that are needed. In that +> > kind of situation, I don't think bypassing the plugin mechanism is a bad +> > thing, unless an ever-growing collection of plugins to set one or two +> > variables is a good thing. +> > +> > --[[bma]] + ---- <pre> |