Annotation of parser3/src/www/auto.p, revision 1.4

1.1       paf         1: @exception[origin;source;comment;type;code]
                      2: SITE_ERROR:
                      3: ^if(def $source){$origin '$source'}
                      4: ${comment}.
                      5: ^if(def $type){type=$type}
                      6: ^if(def $code){code=$code}
                      7: 
                      8: 
                      9: @auto[]
                     10: $limits[
1.4     ! parser     11:        $.post_max_size(10*0x400*0x400)
1.1       paf        12: ]      
                     13: $defaults[
1.4     ! parser     14:        $.content-type0[text/html]
        !            15:        $.content-type[
        !            16:                $.value[text/html]
        !            17:                $.charset[windows-1251]
1.1       paf        18:        ]
                     19: ]
1.2       paf        20: 
1.3       parser     21: 
1.2       paf        22: @auto_test[]
                     23: ^BASE.auto_test[]
                     24: <li>site
                     25: 
                     26: 

E-mail: