Annotation of parser3/src/etc/parser3.conf.in, revision 1.1

1.1     ! paf         1: @auto[]
        !             2: $prefix[@prefix@]
        !             3: $exec_prefix[@exec_prefix@]
        !             4: $libdir[@libdir@]
        !             5: 
        !             6: $charsetsdir[@charsetsdir@]
        !             7: $CHARSETS[
        !             8:     $.windows-1251[$charsetsdir/windows-1251.cfg]
        !             9:     $.koi8-r[$charsetsdir/koi8-r.cfg]
        !            10: ]
        !            11: 
        !            12: $DEFAULTS[
        !            13:        $.content-type[
        !            14:                $.value[text/html]
        !            15:                $.charset[windows-1251]
        !            16:        ]
        !            17: ]
        !            18: 
        !            19: #change your client libraries paths to 
those on your system
        !            20: $SQL[
        !            21:        $.drivers[^table::set{protocol  driver  client
        !            22: mysql  $libdir/libparser3mysql.so      /usr/local/lib/mysql/libmysql.so
        !            23: pgsql  $libdir/libparser3pgsql.so      /usr/local/pgsql/lib/libpq.so
        !            24: oracle $libdir/libparser3oracle.dll    /u01/app/oracle/product/8.1.5/lib/libclntsh.so?ORACLE_HOME=/u01/app/oracle/product/8.1.5&ORA_NLS33=/u01/app/oracle/product/8.1.5/ocommon/nls/admin/data
        !            25: }]
        !            26: ]
        !            27: 
        !            28: #for ^file:load[name;user-name] mime-type autodetection
        !            29: $MIME-TYPES[^table::set{ext    mime-type
        !            30: zip    application/zip
        !            31: doc    application/msword
        !            32: xls    application/vnd.ms-excel
        !            33: pdf    application/pdf
        !            34: ppt    application/powerpoint
        !            35: rtf    application/rtf
        !            36: gif    image/gif
        !            37: jpg    image/jpeg
        !            38: png    image/png
        !            39: tif    image/tiff
        !            40: html   text/html
        !            41: htm    text/html
        !            42: txt    text/plain
        !            43: mts    application/metastream
        !            44: mid    audio/midi
        !            45: midi   audio/midi
        !            46: mp3    audio/mpeg
        !            47: ram    audio/x-pn-realaudio
        !            48: rpm    audio/x-pn-realaudio-plugin
        !            49: ra     audio/x-realaudio
        !            50: wav    audio/x-wav
        !            51: au     audio/basic
        !            52: mpg    video/mpeg
        !            53: avi    video/x-msvideo
        !            54: mov    video/quicktime
        !            55: swf    application/x-shockwave-flash
        !            56: }]
        !            57: 
        !            58: $LIMITS[
        !            59:        $.post_max_size(10*0x400*0x400)
        !            60: ]      
        !            61: 
        !            62: $MAIL[
        !            63: #      $.prog1[/usr/sbin/sendmail -t]
        !            64: #      $.prog2[/usr/lib/sendmail -t]
        !            65: ]
        !            66: 
        !            67: @exception[origin;source;comment;type;code;stack]
        !            68: <title>ROOT_CONF_ERROR</title>
        !            69: <body bgcolor=white>
        !            70: <font color=black>
        !            71: <pre>^untaint[html]{$comment}</pre>
        !            72: ^if(def $source){
        !            73: <b>$source</b><br>
        !            74: <pre>^untaint[html]{$origin}</pre>
        !            75: }
        !            76: ^if(def $type){type=$type}
        !            77: ^if(def $code){code=$code}
        !            78: ^if($stack){
        !            79:        <hr>
        !            80:        ^stack.menu{
        !            81:                <tt>$stack.name</tt> $stack.origin<br>
        !            82:        }
        !            83: }

E-mail: