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

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

revision 963 by dpavlin, Wed Oct 31 18:07:33 2007 UTC revision 964 by dpavlin, Fri Nov 2 13:00:55 2007 UTC
# Line 97  marc_fixed('008','39','d');            # 39 - Cata Line 97  marc_fixed('008','39','d');            # 39 - Cata
97  # postoji modify -> drugi ISBN počinje prefixom "ISBN" koji se miče (sfb)  # postoji modify -> drugi ISBN počinje prefixom "ISBN" koji se miče (sfb)
98    
99  marc('020','a',  marc('020','a',
100          regex('s/ ISBN //g',          regex('s/\s*[\\r\\n]+\s*\**\s*/ ; /g',
101                  rec('10')                  rec('10')
102          )          )
103  );  );
# Line 168  if ( grep( m/prijevod/i, rec('300')) || Line 168  if ( grep( m/prijevod/i, rec('300')) ||
168  #_debug(2);  #_debug(2);
169    
170  marc_repeatable_subfield('041','a',  marc_repeatable_subfield('041','a',
171          rec('101')          lc( rec('101') )
172  );  );
173    
174  #_debug(0);  #_debug(0);

Legend:
Removed from v.963  
changed lines
  Added in v.964

  ViewVC Help
Powered by ViewVC 1.1.26