
# These should be std. in /etc/mime.types but fuckwittage prevails
application/x-bittorrent torrent
application/x-zsync      zsync
image/x-icon             ico

# Fix xml to not have text/xml
application/xml          xml

# Open Office files should be seen...
application/vnd.oasis.opendocument.text                  odt
application/vnd.oasis.opendocument.text-template         ott
application/vnd.oasis.opendocument.text-master           otm
application/vnd.oasis.opendocument.text-web              oth
application/vnd.oasis.opendocument.spreadsheet           ods
application/vnd.oasis.opendocument.spreadsheet-template  ots
application/vnd.oasis.opendocument.graphics              odg
application/vnd.oasis.opendocument.graphics-template     otg
application/vnd.oasis.opendocument.presentation          odp
application/vnd.oasis.opendocument.presentation-template otp
application/vnd.oasis.opendocument.image                 odi
application/vnd.oasis.opendocument.image-template        oti
application/vnd.oasis.opendocument.formula               odf
application/vnd.oasis.opendocument.formula-template      otf
application/vnd.oasis.opendocument.chart                 odc
application/vnd.oasis.opendocument.chart-template        otc

# These are for WPF apps.
application/manifest .manifest
application/xaml+xml .xaml
application/x-ms-application .application
application/x-ms-xbap .xbap
application/octet-stream .deploy

#  These are needed because, unlike apache-httpd, jhttpd doesn't default to
# text/plain MIME type
text/plain  C c cc cpp cxx H h hh txt

#  This is an extension with the And-httpd parser, mainly needed because
# we don't default to text/plain like Apache
text/plain  ./AUTHORS ./BUGS ./COPYING ./COPYING.LIB ./INSTALL
text/plain  ./Makefile ./Makefile.am ./Makefile.in ./NEWS
text/plain  ./README ./SConstruct ./THANKS ./TODO

#  Another extension, allow files to be filtered based on extension
# note that because of gzip you'll probably want the .gz version too
# Valid: codes are 400, 403, 404, 410, 500 and 503
/403/			  shtml shtml.gz .~ .# tmp tmp.gz
/403/			  htaccess htaccess.gz
/403/			  htpasswd htpasswd.gz
/403/			  htgroup  htgroup.gz
/403/			  sconsign sconsign.gz
