[Lxr-commits] CVS: lxr/templates lxr.conf,1.11,1.12
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2002-07-29 01:17:35
|
Update of /cvsroot/lxr/lxr/templates In directory usw-pr-cvs1:/tmp/cvs-serv3997/templates Modified Files: lxr.conf Log Message: Applied patch [ 571608 ] Adding Glimpse Indexing into genxref from andrewbeck. Also updated to use 'glimpsedir' to store the glimpse database files - example now in lxr.conf Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- lxr.conf 7 Mar 2002 15:44:32 -0000 1.11 +++ lxr.conf 29 Jul 2002 01:17:32 -0000 1.12 @@ -9,11 +9,17 @@ # Define this OR the swish-e variables depending which search engine you want to use. 'glimpsebin' => '/info/lxr/bin/glimpse', + # Where to store the glimpse index files + 'glimpsedir' => 'somewhere', + # Location of SWISH-E indexer binary 'swishindex' => '/usr/local/bin/swish-e', # Location of SWISH-E search binary 'swishsearch' => '/usr/local/bin/swish-e', + + # Where to store the swish index files + 'swishdir' => 'somewhere', # Path to Exuberant Ctags executable 'ectagsbin' => '/usr/bin/ctags', |