/[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.8 by dpavlin, Wed Jul 17 18:37:39 2002 UTC revision 1.12 by dpavlin, Thu Oct 24 18:42:18 2002 UTC
# Line 61  $main::AdvancedSearchDropdowns = 4 ; Line 61  $main::AdvancedSearchDropdowns = 4 ;
61          '326',  'Učestalost izlaženja',          '326',  'Učestalost izlaženja',
62          '992',  'Podaci o fondu',          '992',  'Podaci o fondu',
63          'tip',  'Tip građe',          'tip',  'Tip građe',
64            '856',  'URI',
65  );  );
66    
67    
# Line 86  $main::AdvancedSearchDropdowns = 4 ; Line 87  $main::AdvancedSearchDropdowns = 4 ;
87          '991',          '991',
88          '992',          '992',
89          'sv',          'sv',
90            '856',
91          'knjiz',          'knjiz',
92          'tip',          'tip',
93  );  );
# Line 102  $main::AdvancedSearchDropdowns = 4 ; Line 104  $main::AdvancedSearchDropdowns = 4 ;
104    
105  );  );
106    
107  # tip gradje  # tip gradje (we'll try to read all those directories in your isis data dirs)
108  %default::tip = (  %default::tip = (
109          'LIBRI',        "Knjiga",          'LIBRI',        "Knjiga",
110          'ARTI',         "Članak/poglavlje",  #       'ARTI',         "Članak/poglavlje",
111          'PERI',         "Časopis",          'PERI',         "Časopis",
112  );  );
113    
114    # define mapping from types to html output and define order of display
115    @default::tip_html = (
116            # tip           # html output
117            'Knjiga',       "Knjiga",
118    #       'Članak/poglavlje',     "Članak/poglavlje",
119            'Časopis',      "Časopis",
120            'on-line',      "on-line izdanje",
121    );
122    
123    # chop URL to this len and add ...
124    $default::max_display_url_len = 80;
125    
126  # Search.cgi Configuration Constrants  # Search.cgi Configuration Constrants
127    
128  # List of default configuration settings  # List of default configuration settings
# Line 152  $main::JavaScript_SetChecked = '<SCRIPT Line 166  $main::JavaScript_SetChecked = '<SCRIPT
166                  </SCRIPT>                  </SCRIPT>
167                  ';                  ';
168    
169    # databases which don't have to be in database.cf (for example filled by
170    # other external script like web crawler)
171    @main::always_selected_databases = (
172            "sciencedirect",
173    );
174    
175  1;  1;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26