/[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 794 by dpavlin, Tue Jan 30 18:23:53 2007 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 '. - '  # FFSF - nekoliko zaredanih ISBN, odvojenih s '. - '
4    
5  10  10
6    '*'    '*'
7      'regex:^' => '^a'      'regex:^' => '^a'
8      '. -' => '^a'      '. -' => '^a'
 #    '. -' => '^c'  
 #    '. -' => '^d'  
9      ';' => '^a'      ';' => '^a'
10    
11  101  101
# Line 32  Line 31 
31    '^e'    '^e'
32      '^d' => ' = '      '^d' => ' = '
33      '^k' => ' ; '      '^k' => ' ; '
34        '^e' => ' : '
35    '*'    '*'
36      '^g' => ' ; '      '^g' => ' ; '
37    
38  205  205
39    '^a'    '^a'
40      ' \/ ' => '^f'      ' / ' => '^f'
41    
42  210  210
43    '^a'    '^a'
# Line 86  Line 86 
86    
87  225  225
88    '*'    '*'
89      ')('  => '^b'      ')('  => '^b'
90      '^a'
91        ' : ' => '^e'
92        ' / ' => '^f'
93    
94    
95  250  250
# Line 96  Line 99 
99    
100  464  464
101    '^a'    '^a'
102      '^f' => ' \/ '      '^f' => ' / '
103      '^g' => ', '      '^g' => ', '
104    
105    

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

  ViewVC Help
Powered by ViewVC 1.1.26