/[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 660 - (show annotations)
Fri Sep 8 14:35:51 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 459 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 '^e'
13 '^d' => ' = '
14 '^k' => ' ; '
15 '*'
16 '^g' => ' ; '
17 210
18 '^a'
19 '^c' => '^b'
20 '^b'
21 ' ; ' => '^a'
22 ' : ' => '^b'
23 '^d' => '^c'
24 '*':
25 '. (': '. (^e'
26 '^e':
27 ' : ': ' ^f'
28 700
29 '^a'
30 '^b' => ', '
31 701
32 '^a'
33 '^b' => ', '
34 702
35 '^a'
36 '^b' => ', '

  ViewVC Help
Powered by ViewVC 1.1.26