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

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

revision 516 by dpavlin, Sun May 14 22:09:02 2006 UTC revision 517 by dpavlin, Thu May 18 12:09:19 2006 UTC
# Line 2  tag('MFN', Line 2  tag('MFN',
2          rec('000')          rec('000')
3  );  );
4    
 display('ControlNumber',  
         rec1('001')  
 );  
   
 display('LastTransaction',  
         rec1('005')  
 );  
   
5  display('ISBN',  display('ISBN',
6          rec1('10'),          rec1('10'),
7          rec('010','a')          rec('010','a')
# Line 19  display('ISBN_information', Line 11  display('ISBN_information',
11          rec('010','b')          rec('010','b')
12  );  );
13    
 display('ISBN_availability',  
         rec('010','d')  
 );  
   
14  display('ISBN_incorrect',  display('ISBN_incorrect',
15          rec('010','z')          rec('010','z')
16  );  );
# Line 47  search('ISN', Line 35  search('ISN',
35          rec('011'),          rec('011'),
36  );  );
37    
 display('NationalBibliographySource',  
         rec('020','a')  
 );  
   
 display('NationalBibliographyNumber',  
         rec('020','b')  
 );  
   
 display('LegalDepositSource',  
         rec('021','a')  
 );  
   
 display('LegalDepositNumber',  
         rec('021','b')  
 );  
   
 display('GovernmentDocumentSource',  
         rec('022','a')  
 );  
   
 display('GovernmentDocumentNumber',  
         rec('022','b')  
 );  
   
 display('GovernmentDocumentCancelled',  
         rec('022','z')  
 );  
   
 tag('Coden',  
         rec('040','a')  
 );  
   
 display('GeneralInformation',  
         rec(100,'a')  
 );  
   
38  tag('LanguageText',  tag('LanguageText',
39          rec(101,'a')          rec(101,'a')
40  );  );
# Line 94  tag('LanguageOriginal', Line 46  tag('LanguageOriginal',
46          )          )
47  );  );
48    
 tag('LanguageSummary',  
         rec(101,'d')  
 );  
   
 tag('LanguageContents',  
         rec(101,'e')  
 );  
   
 tag('CountryPublishing',  
         rec(102,'a')  
 );  
   
 tag('LocalSubentity',  
         rec(102,'b')  
 );  
   
49  tag('TitleProper',  tag('TitleProper',
50          regex( 's/<[^>]*>//g',          regex( 's/<[^>]*>//g',
51                  rec(200,'a')                  rec(200,'a')
# Line 353  tag('SubjectForm', Line 289  tag('SubjectForm',
289          rec(608)          rec(608)
290  );  );
291    
292  tag('UncontroledTerms',  tag('UncontrolledTerms',
293          rec(610)          rec(610)
294  );  );
295    

Legend:
Removed from v.516  
changed lines
  Added in v.517

  ViewVC Help
Powered by ViewVC 1.1.26