/[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 722 - (show annotations)
Fri Sep 29 12:48:07 2006 UTC (17 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1010 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 '^e' => ' : '
10 '^d'
11 '^e' => ' : '
12 '^k' => ' ; '
13 '^e'
14 '^d' => ' = '
15 '^k' => ' ; '
16 '*'
17 '^g' => ' ; '
18
19 210
20 '^a'
21 ' ; ' => '^a'
22 ' ; ' => '^a'
23 # ovo provjeriti - ima na lingvistici:
24 ' : ' => '^a'
25 '^c'
26 ' : ' => '^c'
27 '*'
28 '^c' => '^b'
29 '^d' => '^c'
30 '^a'
31 '^a' => ' ; ^x'
32 '^c' => ', ^c'
33 '^x'
34 '^a' => ' ; ^x'
35 '^b'
36 '^a' => ' ; ^x'
37 '^a' => ' ; ^x'
38 '^c' => ', ^c'
39 '*'
40 '^x' => '^a'
41 '^y' => '^a'
42
43 225
44 '*'
45 '^d' => ' = '
46 '^e' => ' : '
47 '^f' => ' \/ '
48 '^h' => '. '
49 '^i' => '. '
50
51 #330
52 # '*'
53 # '><' => '^a'
54 # '<' => '^a'
55 # '>' => ''
56 # '^a'
57 # '^a' => '^b'
58 # '^b'
59 # '^a' => '^c'
60 # '^c'
61 # '^a' => '^d'
62 # '^d'
63 # '^a' => '^e'
64 # '^e'
65 # '^a' => '^f'
66 # '^f'
67 # '^a' => '^g'
68
69
70 700
71 '^a'
72 '^b' => ', '
73
74 701
75 '^a'
76 '^b' => ', '
77 702
78 '^a'
79 '^b' => ', '

  ViewVC Help
Powered by ViewVC 1.1.26