]> sipb.mit.edu Git - ikiwiki.git/commitdiff
use right name for search plugin
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 25 May 2006 21:52:03 +0000 (21:52 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 25 May 2006 21:52:03 +0000 (21:52 +0000)
doc/bugs.mdwn
doc/ikiwiki.setup
doc/plugins/search.mdwn

index 12cc546c51de8a7d566bad3fd41e1cfb19650cc3..4c949b59b50aa5cd1aa692e5d4859e132fc2bbc4 100644 (file)
@@ -36,6 +36,3 @@
 * HTML::Scrubber doesn't produce valid xhtml for tags like hr, so if html
   sanitisation is enabled the html page won't be valid.
   <http://bugs.debian.org/365971>
 * HTML::Scrubber doesn't produce valid xhtml for tags like hr, so if html
   sanitisation is enabled the html page won't be valid.
   <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}],"
-
index 57278976e18f4041e3884f07b7dacd18c1d3c913..dee4ca1d57b24bf551974b382668dc1aed5dd2c3 100644 (file)
@@ -51,6 +51,6 @@ use IkiWiki::Setup::Standard {
        # Include discussion links on all pages?
        discussion => 1,
        # To change the enabled plugins, edit this list
        # Include discussion links on all pages?
        discussion => 1,
        # To change the enabled plugins, edit this list
-       #plugin => [qw{pagecount inline brokenlinks hyperestraier smiley
+       #plugin => [qw{pagecount inline brokenlinks search smiley
        #              htmlscrubber}],
 }
        #              htmlscrubber}],
 }
index 4dfed5d2eaaa1a8a50b7ae103ed4ab5a4e905b92..d4a6b4efefc643a1d452bea4494b23e81505dbfd 100644 (file)
@@ -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.
 
 It's possible to configure HyperEstraier via one of ikiwiki's
 full text search to ikiwiki, using the [[HyperEstraier]] engine.
 
 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.