Annotation of parser3/src/www/auto.p, revision 1.2
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[
11: $post_max_size(10*0x400*0x400)
12: ]
13: $defaults[
14: $content-type0[text/html]
15: $content-type[
16: $value[text/html]
17: $charset[windows-1251]
18: ]
19: ]
1.2 ! paf 20:
! 21: @auto_test[]
! 22: ^BASE.auto_test[]
! 23: <li>site
! 24:
! 25:
E-mail: