Commit Graph

21 Commits

Author SHA1 Message Date
orbiter
f1b712c29a small corrections to image loading methods in result presentation
especially loading of favicons in search results. This is a fix that
affects only searches in intranet/repository configurations.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5670 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-03-06 15:39:02 +00:00
orbiter
98f36a801a - small update to search result layout
- some more mime types

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5669 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-03-06 10:16:14 +00:00
orbiter
f6da5f8f00 more mime types
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5567 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-02-02 16:07:31 +00:00
f1ori
6792c2a07d * change mime type of xml documents from application/xml to text/xml
-> for easier Javascript requests


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5426 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-01 12:30:51 +00:00
karlchenofhell
0a64047081 - plasmaParserDocument can process subdocuments now (other archive-parsers may want to use this method)
- added 7zip parser
- added 'text/sgml' to realtime parseable mimetypes (sometimes returned by the mime type parser)
- added new cached output stream class, very suitable for parsers because of limited memory

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3740 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-18 23:13:44 +00:00
theli
146f4aee01 *) adding mimetype for opml
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3514 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-22 12:37:14 +00:00
theli
9b33562ed1 *) adding mimetype application/x-rar
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3420 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-28 13:11:59 +00:00
theli
c8862e47fb *) adding mimetype for svg
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3382 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-20 15:25:46 +00:00
orbiter
b123a404b0 added mime types
added peer name in search statistics

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3285 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-27 23:24:18 +00:00
hydrox
9f55973fe2 *) added some OpenDocument extentions to httpd.mime
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2250 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-06-28 08:08:20 +00:00
rramthun
9c85820d35 added MIME-type for wmv and rm
removed double copyright at startup

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1922 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-18 12:39:00 +00:00
theli
c7ececbfb2 *) httpd.mime: adding jar mimetype
*) httpd.java: charset is only appended to mimetype for text mimetypes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1839 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-07 15:58:50 +00:00
theli
c274b56a1b *) adding mimetype for xpi
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1447 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-26 09:38:28 +00:00
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
allo
c2ba2d00e6 ogg support in httpd
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@962 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-10-19 19:46:26 +00:00
theli
74eb21f62e *) adding image tag into rss template
*) adding a xslt stylesheet so that the rss document can be viewed in a normal webbrowser
*) adding pubDate tag to each search item

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@173 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-25 08:47:34 +00:00
rramthun
ecf8a2ef16 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@142 6c8d7289-2bf4-0310-a012-ef5d649a1542 2005-05-19 17:33:13 +00:00
rramthun
947f344b34 added mimetype for GIMP
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@136 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-18 18:13:41 +00:00
rramthun
9e9abd1689 added OpenOffice.org MIME types
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@109 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-12 17:38:42 +00:00
(no author)
b7d4389e4b *) support for Proxy Auto-Config File generation added.
File is accessible using: 
   http://proxy:8080/autoconfig.pac

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@20 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-04-15 09:06:15 +00:00
orbiter
248077d3f0 initial load with yacy 0.36
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-04-07 19:19:42 +00:00