/[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

Contents of /trunk/conf/modify/common.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 773 - (show annotations)
Fri Nov 3 20:41:12 2006 UTC (17 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1027 byte(s)
local

1 # this is pseudo hash/yaml format for regex mappings
2
3 200
4 '^a'
5 ' : ' => '^e'
6 ' = ' => '^d'
7 ' ; ' => '^k'
8 '^k'
9 '^c' => '. '
10 '^e' => ' : '
11 '^e' => ' : '
12 '^d'
13 '^e' => ' : '
14 '^k' => ' ; '
15 '^e'
16 '^d' => ' = '
17 '^k' => ' ; '
18 '*'
19 '^g' => ' ; '
20
21 210
22 '^a'
23 ' ; ' => '^a'
24 ' ; ' => '^a'
25 # ovo provjeriti, pa mo¾da ispraviti - ima na lingvistici:
26 ' : ' => '^a'
27 '^c'
28 ' : ' => '^c'
29 '*'
30 '^c' => '^b'
31 '^d' => '^c'
32 '^a'
33 '^a' => ' ; ^x'
34 '^c' => ', ^c'
35 '^x'
36 '^a' => ' ; ^x'
37 '^b'
38 '^a' => ' ; ^x'
39 '^a' => ' ; ^x'
40 '^c' => ', ^c'
41 '*'
42 '^x' => '^a'
43 '^y' => '^a'
44
45 225
46 '*'
47 '^d' => ' = '
48 '^e' => ' : '
49 '^f' => ' \/ '
50 '^h' => '. '
51 '^i' => '. '
52
53 250
54 '*'
55 ' : ' => '^a'
56 ' ; ' => '^b'
57
58
59 #330
60 # '*'
61 # '><' => '^a'
62 # '<' => '^a'
63 # '>' => ''
64 # '^a'
65 # '^a' => '^b'
66 # '^b'
67 # '^a' => '^c'
68 # '^c'
69 # '^a' => '^d'
70 # '^d'
71 # '^a' => '^e'
72 # '^e'
73 # '^a' => '^f'
74 # '^f'
75 # '^a' => '^g'
76

  ViewVC Help
Powered by ViewVC 1.1.26