/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1158 - (hide annotations)
Sat Apr 25 12:15:41 2009 UTC (15 years ago) by mglavica
File MIME type: text/plain
File size: 249 byte(s)
local configuration for ecas

1 mglavica 1158
2     search( 'title', rec('245','a') );
3     search( 'issn', rec('022','a') );
4     search( 'publisher',
5     regex('s/,$//',
6     rec('260','b')
7     )
8     );
9     search( 'url', rec('856','u') );
10     display( 'url', 'Full text' );
11     search( 'collection', rec('773','t') );
12    

  ViewVC Help
Powered by ViewVC 1.1.26