--- search/config.pm 2002/10/24 18:25:20 1.11 +++ search/config.pm 2002/10/27 21:20:47 1.14 @@ -104,13 +104,23 @@ ); -# tip gradje +# tip gradje (we'll try to read all those directories in your isis data dirs) %default::tip = ( 'LIBRI', "Knjiga", # 'ARTI', "Članak/poglavlje", 'PERI', "Časopis", - 'online', "On-line časopisi", ); + +# define mapping from types to html output and define order of display +@default::tip_html = ( + # tip # html output + 'Knjiga', "Knjiga", +# 'Članak/poglavlje', "Članak/poglavlje", + 'Časopis', "Časopis", + 'on-line', "on-line izdanje", +); + +# chop URL to this len and add ... $default::max_display_url_len = 80; # Search.cgi Configuration Constrants @@ -160,6 +170,11 @@ # other external script like web crawler) @main::always_selected_databases = ( "sciencedirect", + "ebsco-buh-ft", + "ebsco-hch-ft", + "ebsco-aph-ft", + "ebsco-f5h-ft", + "ebsco-hph-ft", ); 1;