/[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 795 by dpavlin, Sun Feb 4 12:37:42 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    
5  10  10
6    '*'    '*'
7      'regex:^' => '^a'      'regex:^' => '^a'
8      '. -' => '^b'      '. -' => '^a'
9      '. -' => '^c'      ';' => '^a'
     '. -' => '^d'  
     ';' => '^b'  
10    
11  101  101
12    '*'    '*'
13      'regex:^' => '^a'      'regex:^' => '^a'
14      ' ; ' => '^a'      ' ; ' => '^a'
15      ' ; ' => '^a'  #    ' ; ' => '^a'
16      ' ; ' => '^a'  #    ' ; ' => '^a'
17    
18  200  200
19    '^a'    '^a'
# Line 31  Line 31 
31    '^e'    '^e'
32      '^d' => ' = '      '^d' => ' = '
33      '^k' => ' ; '      '^k' => ' ; '
34        '^e' => ' : '
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      '^a'
91        ' : ' => '^e'
92        ' / ' => '^f'
93    
94    
95  250  250
# Line 95  Line 99 
99    
100  464  464
101    '^a'    '^a'
102      '^f' => ' \/ '      '^f' => ' / '
103      '^g' => ', '      '^g' => ', '
104    
105    

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

  ViewVC Help
Powered by ViewVC 1.1.26