Annotation of parser3/src/www/htdocs/auto.p, revision 1.7
1.1 paf 1: @auto[]
2: $LIMITS[
3: $post_max_size(10*0x400*0x400)
4: ]
5: $DEFAULTS[
6: $content-type0[text/html]
7: $content-type[
8: $value[text/html]
9: $charset[windows-1251]
10: ]
1.3 paf 11: ]
1.7 ! paf 12: $LOCALE[
! 13: #for ^match{}[i]
! 14: $ctype[Russian_Russia.1251]
! 15: ]
1.3 paf 16: $SQL[
1.6 paf 17: $connect-string[mysql://test:test@localhost/test/cp1251_koi8]
1.4 paf 18: $drivers[^table:set{protocol library
19: mysql Y:\parser3\src\sql\mysql\Debug\parser3mysql.dll
20: }]
1.1 paf 21: ]
22: #for ^file:load[name;user-name;mime-type << autodetection]
1.2 paf 23: $MIME-TYPES[^table:set{ext mime-type
1.1 paf 24: zip application/zip
25: doc application/msword
26: xls application/vnd.ms-excel
27: pdf application/pdf
28: ppt application/powerpoint
29: rtf application/rtf
30: gif image/gif
31: jpg image/jpeg
32: png image/png
33: tif image/tiff
34: html text/html
35: htm text/html
36: txt text/plain
37: mts application/metastream
38: mid audio/midi
39: midi audio/midi
40: mp3 audio/mpeg
41: ram audio/x-pn-realaudio
42: rpm audio/x-pn-realaudio-plugin
43: ra audio/x-realaudio
44: wav audio/x-wav
45: au audio/basic
46: mpg video/mpeg
47: avi video/x-msvideo
48: mov video/quicktime
49: swf application/x-shockwave-flash
50: }]
51:
52: @auto_test[]
53: ^BASE.auto_test[]
54: <li>DR
55:
E-mail: