/[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 792 - (show annotations)
Tue Jan 30 18:23:53 2007 UTC (17 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 1634 byte(s)
local

1 # this is pseudo hash/yaml format for regex mappings
2
3 # FFSF - nekoliko zaredanih ISBN, odvojenih s '. - '
4 10
5 '*'
6 'regex:^' => '^a'
7 '. -' => '^a'
8 # '. -' => '^c'
9 # '. -' => '^d'
10 ';' => '^a'
11
12 101
13 '*'
14 'regex:^' => '^a'
15 ' ; ' => '^a'
16 # ' ; ' => '^a'
17 # ' ; ' => '^a'
18
19 200
20 '^a'
21 ' : 1' => ' 1'
22 ' : ' => '^e'
23 ' = ' => '^d'
24 ' ; ' => '^k'
25 '^k'
26 '^c' => '. '
27 '^e' => ' : '
28 '^e' => ' : '
29 '^d'
30 '^e' => ' : '
31 '^k' => ' ; '
32 '^e'
33 '^d' => ' = '
34 '^k' => ' ; '
35 '*'
36 '^g' => ' ; '
37
38 205
39 '^a'
40 ' \/ ' => '^f'
41
42 210
43 '^a'
44 ' ; ' => '^a'
45 ' ; ' => '^a'
46 ' ; ' => '^a'
47 ' ; ' => '^a'
48 ' ; ' => '^a'
49 '^c'
50 ' : ' => '^c'
51 ' : ' => '^c'
52 ' : ' => '^c'
53 ' : ' => '^c'
54 ' : ' => '^c'
55 ' : ' => '^c'
56 ' ; ' => '^a'
57 ' ; ' => '^a'
58 ' ; ' => '^a'
59 ' ; ' => '^a'
60 '*'
61 '^c' => ' : ^b'
62 '^d' => '^c'
63 '^a'
64 '^a' => ' ; ^x'
65 '^c' => ', ^c'
66 '^x'
67 '^a' => ' ; ^x'
68 '^a' => ' ; ^x'
69 '^a' => ' ; ^x'
70 '^a' => ' ; ^x'
71 '^b'
72 '^a' => ' ; ^x'
73 '^a' => ' ; ^x'
74 '^a' => ' ; ^x'
75 '^a' => ' ; ^x'
76 '^c' => ', ^c'
77 '*'
78 '^x' => '^a'
79 '^y' => '^a'
80 '^c'
81 '. (' => '. ^e('
82 '^e'
83 ' : ' => ' : ^f'
84
85 # priprema za konverziju u 440:
86
87 225
88 '*'
89 ')(' => '^b'
90
91
92 250
93 '*'
94 ' : ' => '^a'
95 ' ; ' => '^b'
96
97 464
98 '^a'
99 '^f' => ' \/ '
100 '^g' => ', '
101
102
103
104 #330
105 # '*'
106 # '><' => '^a'
107 # '<' => '^a'
108 # '>' => ''
109 # '^a'
110 # '^a' => '^b'
111 # '^b'
112 # '^a' => '^c'
113 # '^c'
114 # '^a' => '^d'
115 # '^d'
116 # '^a' => '^e'
117 # '^e'
118 # '^a' => '^f'
119 # '^f'
120 # '^a' => '^g'
121

  ViewVC Help
Powered by ViewVC 1.1.26