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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 694 - (hide annotations)
Sun Sep 24 22:41:41 2006 UTC (17 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 477 byte(s)
local

1 dpavlin 636 # this is pseudo hash/yaml format for regex mappings
2    
3     200
4     '^a'
5     ' : ' => '^e'
6     ' = ' => '^d'
7 dpavlin 660 ' ; ' => '^k'
8 dpavlin 636 '^k'
9     '^e' => ' : '
10     '^d'
11     '^e' => ' : '
12 dpavlin 694 '^k' => ' ; '
13 dpavlin 636 '^e'
14     '^d' => ' = '
15     '^k' => ' ; '
16     '*'
17     '^g' => ' ; '
18     210
19     '^a'
20     '^c' => '^b'
21     '^b'
22     ' ; ' => '^a'
23     ' : ' => '^b'
24     '^d' => '^c'
25 dpavlin 660 '*':
26     '. (': '. (^e'
27     '^e':
28     ' : ': ' ^f'
29 dpavlin 636 700
30     '^a'
31     '^b' => ', '
32     701
33     '^a'
34     '^b' => ', '
35     702
36     '^a'
37     '^b' => ', '

  ViewVC Help
Powered by ViewVC 1.1.26