Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info

master
Joey Hess 2008-02-12 17:41:01 -05:00
commit 14cdc43083
2 changed files with 4 additions and 2 deletions

View File

@ -26,3 +26,5 @@ Cheers,
+ $template->param(page => $page);
$template->param(title => pagetitle(basename($page)));
$template->param(ctime => displaytime($pagectime{$page}, $params{timeformat}));
Cool, I'll give it a try, thanks! -- [[AdamShand]]

View File

@ -1,6 +1,6 @@
After using it for a while, my feeling is that hyperestradier, as used in
After using it for a while, my feeling is that [[hyperestraier]], as used in
the [[plugins/search]] plugin, is not robust enough for ikiwiki. It doesn't
upgrade well, and it has a habit of sig-11 on certian input from time to
upgrade well, and it has a habit of sig-11 on certain input from time to
time.
So some other engine should be found and used instead.