diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-05 14:04:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-05 14:04:02 -0400 |
commit | bdcffa834acf82581972e482745cf6da50a20e18 (patch) | |
tree | 78e5a71da998e5500233510c560d906138f55108 /doc/todo | |
parent | 4bbe89293bfb5f0d4f1a7d78c4dbb3cbf75d1b12 (diff) | |
download | ikiwiki-bdcffa834acf82581972e482745cf6da50a20e18.tar ikiwiki-bdcffa834acf82581972e482745cf6da50a20e18.tar.gz |
response
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/support_dicts_in_setup.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/support_dicts_in_setup.mdwn b/doc/todo/support_dicts_in_setup.mdwn index c89158e21..68242fda8 100644 --- a/doc/todo/support_dicts_in_setup.mdwn +++ b/doc/todo/support_dicts_in_setup.mdwn @@ -17,3 +17,10 @@ ignoring the other form element data. This would mean mandating javascript support for editing such hashes. — [[Jon]] + +> I really don't like mandating javascript for anything in ikiwiki. +> +> Ikiwiki's websetup is built using CGI::FormBuilder, which makes it easy +> to create forms for simple stuff, but does not allow custom UI for +> complex stuff. This does not seem compatable with that, unless your +> idea is to have a separate form for these more complex things. --[[Joey]] |