yacy_search_server/httpd.mime
theli bdf30117c1 *) Redesign of parser configuration
- restructuring of mimeTypes based on the parsers
   - displaying parser usage count
   - displaying human readably parser names
   - displaying parser version information

*) httpdFileHandler.java
   - adding possibility to support "streaming" servlets
     which are special servlets that can communicate with
     the client via the connection streams autonomous
   - the name of these new servlet types must end with the 
     file extension .stream
   - this feature will be needed by the yacy ScreenSaver
     class to fetch statistic data from the peer without the
     need to reconnect to the server all the time

*) Adding human readable names and version information for
   all supported parsers

*) plasmaParser.java
   - adding new structure to store parser statistic data

*) Adding openDocument parser
   - can be used to parse odt files

*) jmimemagic
   - adding rules to detect openDocument formats properly

*) serverLog.java
   - adding functions that can be used to query if a given
     logging level is enabled or not.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1140 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-11-29 07:27:58 +00:00

84 lines
2.3 KiB
Plaintext

###
### This is the MIME file type matching configuration for the YaCy server
###
# Extension = MIME type
ai = application/postscript
aiff = audio/x-aiff
au = audio/basic
avi = video/x-msvideo
bat = text/plain
bin = application/octet-stream
bz2 = application/x-bzip2
class = application/octet-stream
c = text/plain
com = application/octet-stream
css = text/css
db = application/octet-stream
dll = application/octet-stream
doc = application/msword
dot = application/msword
dvi = application/x-dvi
eps = application/postscript
exe = application/octet-stream
gif = image/gif
gz = application/gzip
hqx = application/mac-binhex40
htm = text/html
html = text/html
java = text/plain
jpe = image/jpeg
jpeg = image/jpeg
jpg = image/jpeg
js = text/javascript
lha = application/x-lzh
lzh = application/x-lzh
mov = video/quicktime
mpe = video/mpeg
mpeg = video/mpeg
mpg = video/mpeg
odt = application/vnd.oasis.opendocument.text
ogg = audio/ogg-vorbis
pac = application/x-ns-proxy-autoconfig
pdf = application/pdf
php = application/x-httpd-php
phtml = application/x-httpd-php
pl = text/plain
png = image/png
pot = application/mspowerpoint
pps = application/mspowerpoint
ppt = application/mspowerpoint
ppz = application/mspowerpoint
ps = application/postscript
qt = video/quicktime
ra = audio/x-pn-realaudio
ram = audio/x-pn-realaudio
rpm = audio/x-pn-realaudio-plugin
rss = application/xml
rtf = application/rtf
sh = text/plain
shtml = text/html
stream = audio/x-qt-stream
swf = application/x-shockwave-flash
sxw = application/OOo-writer
sxc = application/OOo-calc
sxd = application/OOo-draw
sxi = application/OOo-impress
tar = application/tar
tex = application/x-tex
tgz = application/tar
tif = image/tiff
tiff = image/tiff
torrent = application/x-bittorrent
txt = text/plain
vcf = text/x-vcard
wav = audio/x-wav
xhtml = application/xhtml+xml
xla = application/msexcel
xls = application/msexcel
xsl = application/xml
xml = application/xml
Z = application/x-compress
zip = application/zip
default = application/octet-stream