/[webpac2]/trunk/vhost/ecas/marc.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/vhost/ecas/marc.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1251 - (show annotations)
Mon Jul 27 13:33:31 2009 UTC (14 years, 10 months ago) by mglavica
File MIME type: text/plain
File size: 296 byte(s)
e-journals catalog configuration files

1 search( 'title',
2 regex('s/í/í/g',
3 rec('245','a')
4 )
5 );
6 search( 'issn', rec('022','a') );
7 search( 'publisher',
8 regex('s/,$//',
9 rec('260','b')
10 )
11 );
12 search( 'url', rec('856','u') );
13 search( 'urlp', rec('856','u') );
14 search( 'collection',
15 config('input description')
16 )
17

  ViewVC Help
Powered by ViewVC 1.1.26