2 # Include a fortune in a page
3 package IkiWiki::Plugin::fortune;
9 IkiWiki::hook(type => "preprocess", id => "fortune",
10 call => \&preprocess);
13 sub preprocess (@) { #{{{
14 $ENV{PATH}="$ENV{PATH}:/usr/games:/usr/local/games";
18 return "[[fortune failed]]";
21 return "<pre>$f</pre>\n";