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

Diff of /trunk/conf/normalize/excel-wiley.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 805 by dpavlin, Wed Dec 6 23:42:20 2006 UTC revision 806 by dpavlin, Sun Mar 4 13:03:11 2007 UTC
# Line 8  marc('022','a', Line 8  marc('022','a',
8                  sub { rec('B') },                  sub { rec('B') },
9                  'wiley','full',                  'wiley','full',
10                  sub {                  sub {
11                          regex('s/\s*(\.|:|\-|\(|\))\s*//g',                          regex('s/\s*(\.|:|\-|\(|\)|and|&)\s*//g',
12                                  lc( rec('A') )                                  lc( rec('A') )
13                          );                          );
14                  },                  },
# Line 20  marc('022','y', Line 20  marc('022','y',
20                  sub { rec('C') },                  sub { rec('C') },
21                  'wiley','full',                  'wiley','full',
22                  sub {                  sub {
23                          regex('s/\s*(\.|:|\-|\(|\))\s*//g',                          regex('s/\s*(\.|:|\-|\(|\)|and|&)\s*//g',
24                                  lc( rec('A') )                                  lc( rec('A') )
25                          );                          );
26                  },                  },
# Line 42  marc('500','a', Line 42  marc('500','a',
42                  sub { 'Full Text dostupan od: ' . rec('V') },                  sub { 'Full Text dostupan od: ' . rec('V') },
43                  'wiley','full',                  'wiley','full',
44                  sub {                  sub {
45                          regex('s/\s*(\.|:|\-|\(|\))\s*//g',                          regex('s/\s*(\.|:|\-|\(|\)|and|&)\s*//g',
46                                  lc( rec('A') )                                  lc( rec('A') )
47                          );                          );
48                  },                  },
# Line 54  marc('856','u', Line 54  marc('856','u',
54                  sub { rec('D') },                  sub { rec('D') },
55                  'wiley','full',                  'wiley','full',
56                  sub {                  sub {
57                          regex('s/\s*(\.|:|\-|\(|\))\s*//g',                          regex('s/\s*(\.|:|\-|\(|\)|and|&)\s*//g',
58                                  lc( rec('A') )                                  lc( rec('A') )
59                          );                          );
60                  },                  },

Legend:
Removed from v.805  
changed lines
  Added in v.806

  ViewVC Help
Powered by ViewVC 1.1.26