From: Joey Hess Date: Mon, 5 Sep 2011 17:58:47 +0000 (-0400) Subject: comment X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bbe89293bfb5f0d4f1a7d78c4dbb3cbf75d1b12;p=ikiwiki.git comment --- 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".