/[webpac-proto]/search/config.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /search/config.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by dpavlin, Thu Oct 24 16:34:09 2002 UTC revision 1.11 by dpavlin, Thu Oct 24 18:25:20 2002 UTC
# Line 109  $main::AdvancedSearchDropdowns = 4 ; Line 109  $main::AdvancedSearchDropdowns = 4 ;
109          'LIBRI',        "Knjiga",          'LIBRI',        "Knjiga",
110  #       'ARTI',         "Članak/poglavlje",  #       'ARTI',         "Članak/poglavlje",
111          'PERI',         "Časopis",          'PERI',         "Časopis",
112            'online',       "On-line časopisi",
113  );  );
114    $default::max_display_url_len = 80;
115    
116  # Search.cgi Configuration Constrants  # Search.cgi Configuration Constrants
117    
# Line 154  $main::JavaScript_SetChecked = '<SCRIPT Line 156  $main::JavaScript_SetChecked = '<SCRIPT
156                  </SCRIPT>                  </SCRIPT>
157                  ';                  ';
158    
159    # databases which don't have to be in database.cf (for example filled by
160    # other external script like web crawler)
161    @main::always_selected_databases = (
162            "sciencedirect",
163    );
164    
165  1;  1;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.26