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

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

revision 937 by dpavlin, Wed Oct 31 12:17:09 2007 UTC revision 974 by dpavlin, Fri Nov 2 14:59:32 2007 UTC
# Line 1  Line 1 
   
1  search_display('ISBN',  search_display('ISBN',
2          rec('020','a')          isbn_13(
3                    rec('020','a')
4            )
5    );
6    
7    warn "### isbn_13 = ",dump(
8            isbn_13(
9                    rec('020','a')
10            )
11  );  );
12    
13  search_display('ISBN_incorrect',  search_display('ISBN_incorrect',
# Line 13  search_display('ISSN', Line 20  search_display('ISSN',
20    
21    
22  search_display('Language',  search_display('Language',
23          rec('040','a')          rec('041','a')
24  );  );
25    
26  search_display('TitleProper',  search_display('TitleProper',
27          rec('245','a')          join_with('',
28                    rec('245','a'),
29                    join_with(' / ',
30                            rec('245','b'),
31                            rec('245','c')
32                    )
33            )
34  );  );
35    
36    # regex('s/\s*[=:\/;]\s*//g',
37    
38  sorted('TitleProper',  sorted('TitleProper',
39          rec('245','a'),          rec('245','a'),
40  );  );
# Line 33  search_display('ReminderTitle', Line 48  search_display('ReminderTitle',
48          )          )
49  );  );
50    
51  search_display('StatementResponsibility',  #display('Pripadajuci',
52          rec('245','f'),  #       lookup(
53  );  #               sub { rec('200','a') },
54    #               'hidra','bib',
55    #               sub { rec('900') },
56    #               sub { rec('451','a') }
57    #       )
58    #);
59    
60    
61  search('PlacePublication',  search('PlacePublication',

Legend:
Removed from v.937  
changed lines
  Added in v.974

  ViewVC Help
Powered by ViewVC 1.1.26