summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 22:21:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 22:21:23 +0000
commit0d9539d577886549b51d2bf70167db05f3f2514c (patch)
tree008251aa2b1c5f3f5cb30ec122f2751cda8f3b00 /doc
parenta4eaf056202dc87ab529896cafac082eb987d525 (diff)
added --hyperestraier switch, which turns on search support
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
Diffstat (limited to 'doc')
-rw-r--r--doc/features.mdwn5
-rw-r--r--doc/ikiwiki.setup2
-rw-r--r--doc/todo/done/search.mdwn (renamed from doc/todo/search.mdwn)0
-rw-r--r--doc/usage.mdwn5
4 files changed, 12 insertions, 0 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn
index eaf0d539f..3b3b8ff9b 100644
--- a/doc/features.mdwn
+++ b/doc/features.mdwn
@@ -102,6 +102,11 @@ Currently implemented:
Wiki admins can lock pages so that only other admins can edit them.
+* Full text search
+
+ ikiwiki can use the [[HyperEstraier]] search engine to add powerful
+ full text search capabilities to your wiki.
+
----
It also has some [[TODO]] items and [[Bugs]].
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index bd82f3d10..17b647e75 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -46,4 +46,6 @@ use IkiWiki::Setup::Standard {
#anonok => 1,
# Generate rss feeds for pages?
rss => 1,
+ # Use the Hyper Estraier search engine?
+ #hyperestraier => 1,
}
diff --git a/doc/todo/search.mdwn b/doc/todo/done/search.mdwn
index cbbec7d97..cbbec7d97 100644
--- a/doc/todo/search.mdwn
+++ b/doc/todo/done/search.mdwn
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index 9a8b97ceb..228d4e595 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -143,6 +143,11 @@ These options configure the wiki.
Currently allows locking of any page, other powers may be added later.
May be specified multiple times for multiple admins.
+* --hyperestraier
+
+ Enables use of the [[HyperEstraier]] search engine for full test page
+ searches.
+
* --verbose
Be vebose about what it's doing.