/[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 660 by dpavlin, Fri Sep 8 14:35:51 2006 UTC revision 783 by dpavlin, Wed Dec 6 23:42:20 2006 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    10
4      '*'
5        'regex:^' => '^a'
6        '. -' => '^b'
7        '. -' => '^c'
8        '. -' => '^d'
9        ';' => '^b'
10    
11    101
12      '*'
13        'regex:^' => '^a'
14        ' ; ' => '^a'
15        ' ; ' => '^a'
16        ' ; ' => '^a'
17    
18  200  200
19    '^a'    '^a'
20        ' : 1' => ' 1'
21      ' : ' => '^e'      ' : ' => '^e'
22      ' = ' => '^d'      ' = ' => '^d'
23      ' ; ' => '^k'      ' ; ' => '^k'
24    '^k'    '^k'
25        '^c' => '. '
26        '^e' => ' : '
27      '^e' => ' : '      '^e' => ' : '
28    '^d'    '^d'
29      '^e' => ' : '      '^e' => ' : '
30        '^k' => ' ; '
31    '^e'    '^e'
32      '^d' => ' = '      '^d' => ' = '
33      '^k' => ' ; '      '^k' => ' ; '
34    '*'    '*'
35      '^g' => ' ; '      '^g' => ' ; '
36    
37    
38    
39  210  210
40    '^a'    '^a'
     '^c' => '^b'  
   '^b'  
41      ' ; ' => '^a'      ' ; ' => '^a'
42      ' : ' => '^b'      ' ; ' => '^a'
43        ' ; ' => '^a'
44        ' ; ' => '^a'
45        ' ; ' => '^a'
46      '^c'
47        ' : ' => '^c'
48        ' : ' => '^c'
49        ' : ' => '^c'
50        ' : ' => '^c'
51        ' : ' => '^c'
52        ' : ' => '^c'
53        ' ; ' => '^a'
54        ' ; ' => '^a'
55        ' ; ' => '^a'
56        ' ; ' => '^a'
57      '*'
58        '^c' => ' : ^b'
59      '^d' => '^c'      '^d' => '^c'
   '*':  
     '. (': '. (^e'  
   '^e':  
     ' : ': ' ^f'  
 700  
60    '^a'    '^a'
61      '^b' => ', '      '^a' => ' ; ^x'
62  701      '^c' => ', ^c'
63      '^x'
64        '^a' => ' ; ^x'
65        '^a' => ' ; ^x'
66        '^a' => ' ; ^x'
67        '^a' => ' ; ^x'
68      '^b'
69        '^a' => ' ; ^x'
70        '^a' => ' ; ^x'
71        '^a' => ' ; ^x'
72        '^a' => ' ; ^x'
73        '^c' => ', ^c'
74      '*'
75        '^x' => '^a'
76        '^y' => '^a'
77      '^c'
78        '. (' => '. ^e('
79      '^e'
80        ' : ' => ' : ^f'
81    
82    225
83    '^a'    '^a'
84      '^b' => ', '      ' \/ '  => '^f'
85  702      ' = '   => '^d'
86        '\)\('  => '^b'
87      '*'
88        ', ISSN ' => '^x'
89    
90    
91    250
92      '*'
93        ' : ' => '^a'
94        ' ; ' => '^b'
95    
96    464
97    '^a'    '^a'
98      '^b' => ', '      '^f' => ' \/ '
99        '^g' => ', '
100    
101    
102    
103    #330
104    #  '*'
105    #    '><' => '^a'
106    #    '<' => '^a'
107    #    '>' => ''
108    #  '^a'
109    #    '^a' => '^b'
110    #  '^b'
111    #   '^a' => '^c'
112    #  '^c'
113    #    '^a' => '^d'
114    #  '^d'
115    #    '^a' => '^e'
116    #  '^e'
117    #    '^a' => '^f'
118    #  '^f'
119    #    '^a' => '^g'
120      

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

  ViewVC Help
Powered by ViewVC 1.1.26