diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-12 17:41:01 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-12 17:41:01 -0500 |
commit | 14cdc430838fd5c8e61319d1cb229e601241bb92 (patch) | |
tree | 9f5a71a53c8199fc2a5f18745b00582c7c8be861 | |
parent | 49adc59474027390eb53eb749a7bc95492142582 (diff) | |
parent | c23abb3553cf03e9b85aff0e9a6cc8e1c55acde5 (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
-rw-r--r-- | doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/different_search_engine.mdwn | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn b/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn index 30490e9d3..9f52a724a 100644 --- a/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn +++ b/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn @@ -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]] diff --git a/doc/todo/different_search_engine.mdwn b/doc/todo/different_search_engine.mdwn index 81cb04539..39f3e3256 100644 --- a/doc/todo/different_search_engine.mdwn +++ b/doc/todo/different_search_engine.mdwn @@ -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. |