summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-30 15:33:13 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-30 15:33:13 -0500
commit5ec8fc935206072e82a2af283b151ebdd5992929 (patch)
treeef503ff915694f8d51ae19b12d921ca2528e4b50 /doc/todo
parent60c5e793605b686472a76353135d7173a884fb73 (diff)
comment
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/fortune:_select_options_via_environment.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/fortune:_select_options_via_environment.mdwn b/doc/todo/fortune:_select_options_via_environment.mdwn
index 75b48cd9c..f906312fe 100644
--- a/doc/todo/fortune:_select_options_via_environment.mdwn
+++ b/doc/todo/fortune:_select_options_via_environment.mdwn
@@ -29,3 +29,6 @@
if ($?) {
return "[[".gettext("fortune failed")."]]";
+
+> An environment variable is not the right approach. Ikiwiki has a setup
+> file, and plugins can use configuration from there. --[[Joey]]