summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-19 13:17:36 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-19 13:17:36 -0400
commitc7b400af424847d9ed690e6126556cd186886c2a (patch)
treed45167e922ff3f1eaaec0665d462286ebc9b0224
parent61df0678bdba200134af13f3fcf82e384b5a753d (diff)
response
-rw-r--r--doc/todo/else_parameter_for_map_plugin.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/else_parameter_for_map_plugin.mdwn b/doc/todo/else_parameter_for_map_plugin.mdwn
index a59bcfd14..50fe39357 100644
--- a/doc/todo/else_parameter_for_map_plugin.mdwn
+++ b/doc/todo/else_parameter_for_map_plugin.mdwn
@@ -39,3 +39,9 @@ documentation yet, I'm waiting for feedback first, but I'll do it for sure. -- [
>>>> Write a [[plugins/template]] which accepts a pagespec and an
>>>> "else" clause, and then you won't have to duplicate the
>>>> pagespec. --[[JoshTriplett]]
+
+>>>> Yeah, the patch is obviously very simple. My problem with it really is
+>>>> that there would seem to be several other places in ikiwiki where
+>>>> someone might want to be able to handle an "else" case where a
+>>>> pagespec expands to nothing. And adding else cases for all of them
+>>>> could be a bit much. --[[Joey]]