Annotation of parser3/src/www/htdocs/auto.p, revision 1.3

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: ]
        !            12: $SQL[
1.2       paf        13:        $connect-string[mysql://user:pass@host:port/database]
1.1       paf        14: ]
                     15: #for ^file:load[name;user-name;mime-type << autodetection]
1.2       paf        16: $MIME-TYPES[^table:set{ext     mime-type
1.1       paf        17: zip    application/zip
                     18: doc    application/msword
                     19: xls    application/vnd.ms-excel
                     20: pdf    application/pdf
                     21: ppt    application/powerpoint
                     22: rtf    application/rtf
                     23: gif    image/gif
                     24: jpg    image/jpeg
                     25: png    image/png
                     26: tif    image/tiff
                     27: html   text/html
                     28: htm    text/html
                     29: txt    text/plain
                     30: mts    application/metastream
                     31: mid    audio/midi
                     32: midi   audio/midi
                     33: mp3    audio/mpeg
                     34: ram    audio/x-pn-realaudio
                     35: rpm    audio/x-pn-realaudio-plugin
                     36: ra     audio/x-realaudio
                     37: wav    audio/x-wav
                     38: au     audio/basic
                     39: mpg    video/mpeg
                     40: avi    video/x-msvideo
                     41: mov    video/quicktime
                     42: swf    application/x-shockwave-flash
                     43: }]
                     44: 
                     45: @auto_test[]
                     46: ^BASE.auto_test[]
                     47: <li>DR
                     48: 

E-mail: