/[webpac2]/branches/Sack/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 /branches/Sack/vhost/ecas/marc.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (show annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 296 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

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