added blurb about htdig as a good search engine, pointed to
authorjohn <john>
Wed, 3 Apr 2002 16:22:19 +0000 (16:22 +0000)
committerjohn <john>
Wed, 3 Apr 2002 16:22:19 +0000 (16:22 +0000)
the wrapper script in scripts/

doc/INSTALL.mir

index 25b6545..dc2763d 100755 (executable)
@@ -225,6 +225,19 @@ and the openposting-servlet via
 standard login is redaktion/indymedia
 
 
+SEARCHING
+
+The Mir code offers no internal search facilities, rather, the design
+expects the use of an external program to crawl and index the static
+site.  One (recommended) tool for doing this is htdig
+(http://htdig.org), which generates static databases of the site
+content and then accesses those databases through a very fast CGI
+program written in C.  In the scripts directory, a perl CGI script 
+which wraps calls to htsearch is provided (scripts/search.pl) which
+will allow searching based off of media type.  (This is possible
+because the standard templates will include META keywords like
+hasAudio, hasVideo, etc.)  
+
 
 TROUBLESHOOTING