diff --git a/Repositories/statistics/config/inc.vars.es_src.php b/Repositories/statistics/config/inc.vars.es_src.php index f3a0222..e0b79ae 100755 --- a/Repositories/statistics/config/inc.vars.es_src.php +++ b/Repositories/statistics/config/inc.vars.es_src.php @@ -41,17 +41,12 @@ // multiple EPrints archives. Also added the natural-language // archive name for easy reference. "eprints_archives" => array( - "default" => array( - "archive_name" => "EPrints Repositories @ Otago", - ), "otago_eprints" => array( - "archive_name" => "Otago EPrints Repository", "sqlserver_eprints" => "localhost", "sqluser_eprints" => "otago_eprints", "sqlpass_eprints" => "DrSyntaxRidesAgain", ), "cardrona" => array( - "archive_name" => "Cardrona Community Repository", "sqlserver_eprints" => "localhost", "sqluser_eprints" => "cardrona", "sqlpass_eprints" => "chautquau", @@ -137,7 +132,18 @@ "short_prog_title" => "es", "public_prog" => "index.php", "public_prog_request_uri" => "/index.php", - "eprints_location" => "http://##EPRINTS_HOST##:##EPRINTS_PORT##", + // NJS 2006-06-15: Made location URL a list and added list of + // full repository names. + "eprints_location" => array( + "default" => "http://##EPRINTS_HOST##:##EPRINTS_PORT##", + "otago_eprints" => "http://##EPRINTS_HOST##:##EPRINTS_PORT##", + "cardrona" => "http://cardrona.eprints.otago.ac.nz", + ), + "repository_name" => array( + "default" => "EPrints Repositories @ Otago", + "otago_eprints" => "Otago Eprints Repository", + "cardrona" => "Cardrona Community Repository", + ), /* replaced admin_prog */ "prog_address" => array( "public" => "index.php",