// 190webcpp
/**  
 * Web C Plus Plus driver settings
 * http://webcpp.sourceforge.net/ 
 */
$mime_drivers['horde']['webcpp'] = array(
    'location' => '/usr/bin/webcpp',
    'inline' => true,
    'handles' => array(
        'text/xml', 'text/sgml', 'application/xml', 'application/x-sh',
        'application/x-javascript', 'application/x-tcl', 'x-extension/asm',
        'application/x-asp', 'x-extension/bas', 'x-extension/cs',
        'text/x-csrc', 'x-extension/rc', 'text/x-c++src', 'text/x-c++src',
        'text/x-c++src', 'text/x-chdr', 'x-extension/bat', 'text/x-fortran',
        'x-extension/f77', 'x-extension/f90', 'x-extension/for',
        'x-extension/ftn', 'text/x-java', 'application/x-javascript',
        'text/sgml', 'text/xml', 'text/x-pascal', 'application/x-cgi',
        'application/x-perl', 'application/x-python', 'text/x-sql',   
        'text/x-tcl', 'application/x-shellscript', 'x-extension/vhd', 
        'x-extension/vhdl'
    ),
    'icons' => array(
        'default'                  => 'text.png',
        'text/xml'                 => 'xml.png', 
        'text/x-csrc'              => 'source-c.png',
        'text/x-chdr'              => 'source-h.png',
        'text/x-java'              => 'source-java.png',
        'application/x-javascript' => 'script-js.png'   
    )
);   

