From: Sverre B. <sv...@us...> - 2005-10-05 01:38:27
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25472/lib Modified Files: config.inc Log Message: changing NwaToolset references to WERA Index: config.inc =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib/config.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.inc 4 Oct 2005 23:40:44 -0000 1.2 --- config.inc 5 Oct 2005 01:38:18 -0000 1.3 *************** *** 5,9 **** * Copyright (C) 2001-2002 Royal Library in Stockholm, * Royal Library in Copenhagen, ! * Helsinki University Library of Finland, * National Library of Norway, * National and University Library of Iceland. --- 5,9 ---- * Copyright (C) 2001-2002 Royal Library in Stockholm, * Royal Library in Copenhagen, ! * Helsinki University Library of Finland, * National Library of Norway, * National and University Library of Iceland. *************** *** 37,41 **** // Path to includefiles ! $conf_rootpath = "/opt/lampp/htdocs/archive-access-wera"; $conf_includepath = "$conf_rootpath/lib"; $conf_searchenginepath = "$conf_includepath/seal"; --- 37,41 ---- // Path to includefiles ! $conf_rootpath = "/opt/lampp/htdocs/aaWera"; $conf_includepath = "$conf_rootpath/lib"; $conf_searchenginepath = "$conf_includepath/seal"; *************** *** 43,47 **** // What search engine to use $conf_searchengine = "nutch"; ! $conf_searchengine_url = "http://wbsearch04.archive.org:8080/nutchwax/opensearch"; $conf_index_file = $conf_searchenginepath . "/" . $conf_searchengine . ".inc"; $conf_index_class = $conf_searchengine . "Search"; --- 43,48 ---- // What search engine to use $conf_searchengine = "nutch"; ! #$conf_searchengine_url = "http://wbsearch04.archive.org:8080/nutchwax/opensearch"; ! $conf_searchengine_url = "http://localhost:8080/nutchwax/opensearch"; $conf_index_file = $conf_searchenginepath . "/" . $conf_searchengine . ".inc"; $conf_index_class = $conf_searchengine . "Search"; *************** *** 61,65 **** // URL of gui installation ! $conf_http_host = "http://localhost/archive-access-wera"; // Logo --- 62,66 ---- // URL of gui installation ! $conf_http_host = "http://localhost/aaWera"; // Logo *************** *** 91,96 **** // Mapping to collections reciding at other hosts // Not needed when all of the indexed material is served by this installation ! // $conf_locations["ext1"] = "http://somewhereelse1.com/nwatoolset/result.php"; ! // $conf_locations["ext2"] = "http://somewhereelse2.com/nwatoolset/result.php"; // JavaScript disable/enabled for archived pages viewed in Archive Document View --- 92,97 ---- // Mapping to collections reciding at other hosts // Not needed when all of the indexed material is served by this installation ! // $conf_locations["ext1"] = "http://somewhereelse1.com/wera/result.php"; ! // $conf_locations["ext2"] = "http://somewhereelse2.com/wera/result.php"; // JavaScript disable/enabled for archived pages viewed in Archive Document View |