Annotation of parser3/src/www/parser3root_debug.conf, revision 1.5

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

E-mail: