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

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

revision 783 by dpavlin, Wed Dec 6 23:42:20 2006 UTC revision 792 by dpavlin, Tue Jan 30 18:23:53 2007 UTC
# Line 1  Line 1 
1  # this is pseudo hash/yaml format for regex mappings  # this is pseudo hash/yaml format for regex mappings
2    
3    # FFSF - nekoliko zaredanih ISBN, odvojenih s '. - '
4  10  10
5    '*'    '*'
6      'regex:^' => '^a'      'regex:^' => '^a'
7      '. -' => '^b'      '. -' => '^a'
8      '. -' => '^c'  #    '. -' => '^c'
9      '. -' => '^d'  #    '. -' => '^d'
10      ';' => '^b'      ';' => '^a'
11    
12  101  101
13    '*'    '*'
14      'regex:^' => '^a'      'regex:^' => '^a'
15      ' ; ' => '^a'      ' ; ' => '^a'
16      ' ; ' => '^a'  #    ' ; ' => '^a'
17      ' ; ' => '^a'  #    ' ; ' => '^a'
18    
19  200  200
20    '^a'    '^a'
# Line 34  Line 35 
35    '*'    '*'
36      '^g' => ' ; '      '^g' => ' ; '
37    
38    205
39      '^a'
40        ' \/ ' => '^f'
41    
42  210  210
43    '^a'    '^a'
# Line 79  Line 82 
82    '^e'    '^e'
83      ' : ' => ' : ^f'      ' : ' => ' : ^f'
84    
85    # priprema za konverziju u 440:
86    
87  225  225
   '^a'  
     ' \/ '  => '^f'  
     ' = '   => '^d'  
     '\)\('  => '^b'  
88    '*'    '*'
89      ', ISSN ' => '^x'      ')('  => '^b'
90    
91    
92  250  250

Legend:
Removed from v.783  
changed lines
  Added in v.792

  ViewVC Help
Powered by ViewVC 1.1.26