/[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 795 - (show annotations)
Sun Feb 4 12:37:42 2007 UTC (17 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 1655 byte(s)
local

1 # this is pseudo hash/yaml format for regex mappings
2
3 # FFSF - nekoliko zaredanih ISBN, odvojenih s '. - '
4
5 10
6 '*'
7 'regex:^' => '^a'
8 '. -' => '^a'
9 ';' => '^a'
10
11 101
12 '*'
13 'regex:^' => '^a'
14 ' ; ' => '^a'
15 # ' ; ' => '^a'
16 # ' ; ' => '^a'
17
18 200
19 '^a'
20 ' : 1' => ' 1'
21 ' : ' => '^e'
22 ' = ' => '^d'
23 ' ; ' => '^k'
24 '^k'
25 '^c' => '. '
26 '^e' => ' : '
27 '^e' => ' : '
28 '^d'
29 '^e' => ' : '
30 '^k' => ' ; '
31 '^e'
32 '^d' => ' = '
33 '^k' => ' ; '
34 '^e' => ' : '
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 '^a'
91 ' : ' => '^e'
92 ' / ' => '^f'
93
94
95 250
96 '*'
97 ' : ' => '^a'
98 ' ; ' => '^b'
99
100 464
101 '^a'
102 '^f' => ' / '
103 '^g' => ', '
104
105
106
107 #330
108 # '*'
109 # '><' => '^a'
110 # '<' => '^a'
111 # '>' => ''
112 # '^a'
113 # '^a' => '^b'
114 # '^b'
115 # '^a' => '^c'
116 # '^c'
117 # '^a' => '^d'
118 # '^d'
119 # '^a' => '^e'
120 # '^e'
121 # '^a' => '^f'
122 # '^f'
123 # '^a' => '^g'
124

  ViewVC Help
Powered by ViewVC 1.1.26