/[webpac2]/trunk/conf/normalize/excel-wiley.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/conf/normalize/excel-wiley.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 758 - (show annotations)
Wed Oct 25 11:02:36 2006 UTC (17 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 291 byte(s)
local config

1 marc_indicators('245', 0, 0);
2
3 marc('245','a',
4 rec('A')
5 );
6
7 marc('245','h',
8 '[ Elektronièka graða ]'
9 );
10
11 marc('856','u',
12 lookup(
13 sub { rec('856','u') },
14 'wiley','full',
15 sub {
16 regex('s/\s*(\.|:)\s*$//g',
17 lc( rec('245','a') )
18 );
19 },
20
21 sub {
22 lc( rec('A') )
23 }
24 )
25 );

  ViewVC Help
Powered by ViewVC 1.1.26