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

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: $site_test(345)
        !            11: 
        !            12: $limits[
        !            13:        $post_max_size(10*0x400*0x400)
        !            14: ]      
        !            15: $defaults[
        !            16:        $content-type0[text/html]
        !            17:        $content-type[
        !            18:                $value[text/html]
        !            19:                $charset[windows-1251]
        !            20:        ]
        !            21: ]

E-mail: