use right name for search plugin
parent
14aa5a7351
commit
75348182fc
|
@ -36,6 +36,3 @@
|
||||||
* HTML::Scrubber doesn't produce valid xhtml for tags like hr, so if html
|
* HTML::Scrubber doesn't produce valid xhtml for tags like hr, so if html
|
||||||
sanitisation is enabled the html page won't be valid.
|
sanitisation is enabled the html page won't be valid.
|
||||||
<http://bugs.debian.org/365971>
|
<http://bugs.debian.org/365971>
|
||||||
* The file doc/ikiwiki.setup includes: "#plugin => [qw{pagecount inline brokenlinks hyperestraier smiley htmlscrubber}],". "hyperrestraier" should be replaced with "search", or perhaps the line should instead read as follows?: "#plugin => [qw{pagecount inline orphans brokenlinks search smiley
|
|
||||||
haiku htmlscrubber}],"
|
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,6 @@ use IkiWiki::Setup::Standard {
|
||||||
# Include discussion links on all pages?
|
# Include discussion links on all pages?
|
||||||
discussion => 1,
|
discussion => 1,
|
||||||
# To change the enabled plugins, edit this list
|
# To change the enabled plugins, edit this list
|
||||||
#plugin => [qw{pagecount inline brokenlinks hyperestraier smiley
|
#plugin => [qw{pagecount inline brokenlinks search smiley
|
||||||
# htmlscrubber}],
|
# htmlscrubber}],
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,5 @@ This plugin is included in ikiwiki, but is not enabled by default. It adds
|
||||||
full text search to ikiwiki, using the [[HyperEstraier]] engine.
|
full text search to ikiwiki, using the [[HyperEstraier]] engine.
|
||||||
|
|
||||||
It's possible to configure HyperEstraier via one of ikiwiki's
|
It's possible to configure HyperEstraier via one of ikiwiki's
|
||||||
[[templates]], but for most users, no configuration should be needed aside from enabling the plugin.
|
[[templates]], but for most users, no configuration should be needed aside
|
||||||
|
from enabling the plugin.
|
||||||
|
|
Loading…
Reference in New Issue