/[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 636 - (show annotations)
Wed Sep 6 19:25:22 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 390 byte(s)
implement new modify_file format which is (hopefully) simplier than yaml and/or perl [2.27]
(yes, I know... It's a sin...)

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

  ViewVC Help
Powered by ViewVC 1.1.26