diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-05 13:58:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-05 13:58:47 -0400 |
commit | 4bbe89293bfb5f0d4f1a7d78c4dbb3cbf75d1b12 (patch) | |
tree | ef635e65c1e9aa2adeb3fef0bd5231bba4725fda | |
parent | a4fe34affb6ff507de55fc6cade3f43be3100bd8 (diff) | |
download | ikiwiki-4bbe89293bfb5f0d4f1a7d78c4dbb3cbf75d1b12.tar ikiwiki-4bbe89293bfb5f0d4f1a7d78c4dbb3cbf75d1b12.tar.gz |
comment
-rw-r--r-- | doc/todo/pagespec_aliases.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/pagespec_aliases.mdwn b/doc/todo/pagespec_aliases.mdwn index afb655bc2..209ec5435 100644 --- a/doc/todo/pagespec_aliases.mdwn +++ b/doc/todo/pagespec_aliases.mdwn @@ -92,6 +92,14 @@ however, to add ' or internal()' to `boring`, for some reason. >>> implementing support for more nested datatypes in [[plugins/websetup]]. — >>> [[Jon]] +>>>> Well, it's a difficult problem. websetup builds a form using +>>>> CGI::FormBuilder, which makes it easy to build the simple UI we have +>>>> now, but sorta precludes anything more complicated. And anything with +>>>> a nested datatype probably needs a customized UI for users to be able +>>>> to deal with it. I don't think websetupability need be a deal-breaker +>>>> for this patch. I personally like special pages like Kathryn is doing +>>>> more than complex setup files. --[[Joey]] + --------------------------- Based on the above, I have written an experimental plugin called "subset". |