Annotation of parser3/src/www/parser3root_debug.conf, revision 1.8
1.1 parser 1: @auto[]
1.7 parser 2: $CLASS_PATH[Y:\parser3project\parser3\src\www\classes]
3:
1.3 parser 4: $EXEC_ALIASES[
5: /cgi-bin ../cgi
6: ]
7:
1.6 parser 8: $DEFAULTS[
9: $.content-type[
10: $.value[text/html]
11: $.charset[windows-1251]
12: ]
13: ]
14:
1.5 parser 15: #for ^match{}[i]
16: $CHARSETS[
17: $.windows-1251[c:\drives/y\parser3project\parser3\src\www\windows-1251.cfg]
18: ]
19:
1.1 parser 20: $SQL[
21: $.drivers[^table::set{protocol driver client
1.5 parser 22: mysql c:\drives/y\parser3project\mysql\debug\parser3mysql.dll c:\drives/y\parser3project\win32mysql\lib\debug\libmySQL.dll
23: odbc c:\drives/y\parser3project\odbc\Debug\parser3odbc.dll
24: pgsql c:\drives/y\parser3project\pgsql\Debug\parser3pgsql.dll c:\drives/y\parser3project\win32pgsql\lib\release\libpq.dll
25: oracle c:\drives/y\parser3project\oracle\Debug\parser3oracle.dll D:\Oracle\Ora2000\BIN\oci.dll
1.1 parser 26: }]
27: ]
28:
29:
30: $user-html[^table::set{user html comment
1.2 parser 31: << «^; длинные user вперёд
1.1 parser 32: >> »^;
1.2 parser 33: \n\n <p> !эти есть в таблице по умолчанию
34: \n <br> !но т.к. заменяем, надо повторить.
35: < <^; !можно этим воспользоваться,
36: > >^; !и что-то сделать ДО обычных замен
37: " "^; !например из << и >>
38: & &^; !сделать ёлочки-кавычки.
1.1 parser 39: _  ^;
1.2 parser 40: ^#AB «^; windows коды ёлочек
41: ^#BB »^; windows коды ёлочек
1.1 parser 42: (c) ©^;
43: ^#A9 ©^; windows (c)
44: }]
45:
46: #for ^file:load[name;user-name;mime-type << autodetection]
47: $MIME-TYPES[^table::set{ext mime-type
48: zip application/zip
49: doc application/msword
50: xls application/vnd.ms-excel
51: pdf application/pdf
52: ppt application/powerpoint
53: rtf application/rtf
54: gif image/gif
55: jpg image/jpeg
56: png image/png
57: tif image/tiff
58: html text/html
59: htm text/html
60: txt text/plain
61: mts application/metastream
62: mid audio/midi
63: midi audio/midi
64: mp3 audio/mpeg
65: ram audio/x-pn-realaudio
66: rpm audio/x-pn-realaudio-plugin
67: ra audio/x-realaudio
68: wav audio/x-wav
69: au audio/basic
70: mpg video/mpeg
71: avi video/x-msvideo
72: mov video/quicktime
73: swf application/x-shockwave-flash
74: }]
75:
76: $LIMITS[
77: $.post_max_size(10*0x400*0x400)
78: ]
79:
80: $MAIL[
81: $.SMTP[mail.office.design.ru]
82: # $.prog1[/usr/sbin/sendmail -t]
83: # $.prog2[/usr/lib/sendmail -t]
84: ]
85:
86: @exception[origin;source;comment;type;code][i;j]
87: <body bgcolor=white>
88: <font color=black>
89: ROOT_CONF_ERROR:
1.8 ! parser 90: ^if(def $source){$origin <b>$source</b>}
1.1 parser 91: ${comment}.
92: ^if(def $type){type=$type}
93: ^if(def $code){code=$code}
E-mail: