diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-11 11:14:05 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-11 11:14:05 +0000 |
| commit | cf43bdc87e476886492190cedae5ece80c56993b (patch) | |
| tree | dfd9920efc8d6e8dd2f8c7378740ca08601abbab /defaults/httpd.mime | |
| parent | 6eba2cb96b74cc8db4f4b4a117ce6fe6dd1cf854 (diff) | |
This is a large bugfix and enhancement commit to support a better location detection for data
- fixes to http file server session handling
- fixes and enhancements to metadata date/time handling
- added dc:publisher metadata field and updated all document parser
- fixed bug in metdata read procedure
- enhanced dublin core and rss parser to understand more fields more properly
- enhanced url selection in case that multiple urls are given in surrogates
- fix for condenser; failure when last word does not end with termination symbol
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6863 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'defaults/httpd.mime')
| -rw-r--r-- | defaults/httpd.mime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/httpd.mime b/defaults/httpd.mime index 0717448d9..9dabb1c70 100644 --- a/defaults/httpd.mime +++ b/defaults/httpd.mime @@ -40,6 +40,7 @@ jpeg = image/jpeg jpg = image/jpeg
js = text/javascript
jsp = text/html
+kml = application/vnd.google-earth.kml+xml
lha = application/x-lzh
lzh = application/x-lzh
m4v = video/x-m4v
|
