/[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 782 by dpavlin, Fri Nov 3 20:41:12 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'
# Line 18  Line 34 
34    '*'    '*'
35      '^g' => ' ; '      '^g' => ' ; '
36    
37    
38    
39  210  210
40    '^a'    '^a'
41      ' ; ' => '^a'      ' ; ' => '^a'
42      ' ; ' => '^a'      ' ; ' => '^a'
43  # ovo provjeriti, pa možda ispraviti - ima na lingvistici:      ' ; ' => '^a'
44      ' : ' => '^a'      ' ; ' => '^a'
45        ' ; ' => '^a'
46    '^c'    '^c'
47      ' : ' => '^c'      ' : ' => '^c'
48        ' : ' => '^c'
49        ' : ' => '^c'
50        ' : ' => '^c'
51        ' : ' => '^c'
52        ' : ' => '^c'
53        ' ; ' => '^a'
54        ' ; ' => '^a'
55        ' ; ' => '^a'
56        ' ; ' => '^a'
57    '*'    '*'
58      '^c' => '^b'      '^c' => ' : ^b'
59      '^d' => '^c'      '^d' => '^c'
60    '^a'    '^a'
61      '^a' => ' ; ^x'      '^a' => ' ; ^x'
62      '^c' => ', ^c'      '^c' => ', ^c'
63    '^x'    '^x'
64      '^a' => ' ; ^x'      '^a' => ' ; ^x'
65        '^a' => ' ; ^x'
66        '^a' => ' ; ^x'
67        '^a' => ' ; ^x'
68    '^b'    '^b'
69      '^a' => ' ; ^x'      '^a' => ' ; ^x'
70      '^a' => ' ; ^x'      '^a' => ' ; ^x'
71        '^a' => ' ; ^x'
72        '^a' => ' ; ^x'
73      '^c' => ', ^c'      '^c' => ', ^c'
74    '*'    '*'
75      '^x' => '^a'      '^x' => '^a'
76      '^y' => '^a'      '^y' => '^a'
77      '^c'
78        '. (' => '. ^e('
79      '^e'
80        ' : ' => ' : ^f'
81    
82  225  225
83      '^a'
84        ' \/ '  => '^f'
85        ' = '   => '^d'
86        '\)\('  => '^b'
87    '*'    '*'
88      '^d' => ' = '      ', ISSN ' => '^x'
89      '^e' => ' : '  
     '^f' => ' \/ '  
     '^h' => '. '  
     '^i' => '. '  
90    
91  250  250
92    '*'    '*'
93      ' : ' => '^a'      ' : ' => '^a'
94      ' ; ' => '^b'      ' ; ' => '^b'
95    
96    464
97      '^a'
98        '^f' => ' \/ '
99        '^g' => ', '
100    
101    
102    
103  #330  #330
104  #  '*'  #  '*'

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

  ViewVC Help
Powered by ViewVC 1.1.26