]> sipb.mit.edu Git - ikiwiki.git/commitdiff
comment
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 30 Jan 2008 20:33:13 +0000 (15:33 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 30 Jan 2008 20:33:13 +0000 (15:33 -0500)
doc/todo/fortune:_select_options_via_environment.mdwn

index 75b48cd9c026d453a1a081bc94551c43c88a44cb..f906312fe6ac883bdfba038bed17b49aee428a1e 100644 (file)
@@ -29,3 +29,6 @@
 
         if ($?) {
                 return "[[".gettext("fortune failed")."]]";
 
         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]]