Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17376/lib
Modified Files:
config.inc.template
Log Message:
Removed aid prefix and suffix. Set in retriever config instead (see manual)
Index: config.inc.template
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib/config.inc.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config.inc.template 19 Oct 2005 23:59:22 -0000 1.3
--- config.inc.template 20 Oct 2005 07:20:39 -0000 1.4
***************
*** 48,61 ****
$conf_index_class = $conf_searchengine . "Search";
- // Static texts to prepend/append to the Archive identifier returned from the
- // search engine. In the case of using nutchwax and the standard ARC retriever
- // the prefix would be the path to where the ARC files are stored and the suffix
- // the files extension (e.g. .arc.gz)
- //
- // St.Ack cleared this out because he's moved the path-to-arc out into the
- // ARCRetriever.
- $conf_aid_prefix = "";
- $conf_aid_suffix = "";
-
// Prefix to document retriever
$document_retriever = "@retrieverUrl@";
--- 48,51 ----
|