Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
web commit by http://chrisisbd.myopenid.com/
[git.ikiwiki.info.git]
/
doc
/
todo
/
different_search_engine.mdwn
diff --git
a/doc/todo/different_search_engine.mdwn
b/doc/todo/different_search_engine.mdwn
index 7014acd3388f9f82cc2cd2f393155e283cfd1b84..81cb04539eed6541d23424785c807cfa665356f9 100644
(file)
--- a/
doc/todo/different_search_engine.mdwn
+++ b/
doc/todo/different_search_engine.mdwn
@@
-66,20
+66,20
@@
Index: IkiWiki/Plugin/search.pm
+
sub import { #{{{
- hook(type => "getopt", id => "hyperestraier",
+
sub import { #{{{
- hook(type => "getopt", id => "hyperestraier",
-- call => \&getopt);
+- call => \&
amp;
getopt);
- hook(type => "checkconfig", id => "hyperestraier",
+ hook(type => "checkconfig", id => "plucene",
- hook(type => "checkconfig", id => "hyperestraier",
+ hook(type => "checkconfig", id => "plucene",
- call => \&checkconfig);
+ call => \&
amp;
checkconfig);
- hook(type => "pagetemplate", id => "hyperestraier",
- hook(type => "pagetemplate", id => "hyperestraier",
-- call => \&pagetemplate);
+- call => \&
amp;
pagetemplate);
- hook(type => "delete", id => "hyperestraier",
+ hook(type => "delete", id => "plucene",
- hook(type => "delete", id => "hyperestraier",
+ hook(type => "delete", id => "plucene",
- call => \&delete);
+ call => \&
amp;
delete);
- hook(type => "change", id => "hyperestraier",
+ hook(type => "change", id => "plucene",
- hook(type => "change", id => "hyperestraier",
+ hook(type => "change", id => "plucene",
- call => \&change);
+ call => \&
amp;
change);
- hook(type => "cgi", id => "hyperestraier",
- hook(type => "cgi", id => "hyperestraier",
-- call => \&cgi);
+- call => \&
amp;
cgi);
} # }}}
-sub getopt () { #{{{
} # }}}
-sub getopt () { #{{{