yacy_search_server/source/de/anomic/plasma/parser
theli 97d2a08ef1 *) restructuring needed to support parsing of documents using various charsets
- serverFileUtils.java: 
   -- adding methods to copy from stream to writer and readers to writers
   -- moving httpc writeX methods into serverFileUtils class
   - serverCharBuffer.java: removing inheritance from Writer class
   - replacing htmlFilterOutputStream by htmlFilterWriter class which handles
     content as char stream
   - htmlFilterContentTransformer.java: deactivating getText mode 
    (still needs to be migrated to use char streams instead of byte streams)
   - changes in several classes to use htmlFilterWriter instead of htmlFilterOutputStream
   - changes in Scraper and Transformer classes to operate on chars instead of bytes
   - httpdProxyHandler.java: bugfix. clientTimeout setting was missing in config file

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2617 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-18 10:12:11 +00:00
..
bzip *) changes needed for multi-language support 2006-09-15 12:52:46 +00:00
doc *) storing document charset into plasmaParserDocument object (is needed later by the condenser) 2006-09-15 13:18:12 +00:00
gzip *) changes needed for multi-language support 2006-09-15 12:52:46 +00:00
mimeType *) changes needed for multi-language support 2006-09-15 12:52:46 +00:00
odt - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
pdf - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
rpm *) storing document charset into plasmaParserDocument object (is needed later by the condenser) 2006-09-15 13:18:12 +00:00
rss *) restructuring needed to support parsing of documents using various charsets 2006-09-18 10:12:11 +00:00
rtf *) storing document charset into plasmaParserDocument object (is needed later by the condenser) 2006-09-15 13:18:12 +00:00
tar - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
vcf *) storing document charset into plasmaParserDocument object (is needed later by the condenser) 2006-09-15 13:18:12 +00:00
zip - added automatic tag generation when a web page from the search results is added 2006-09-18 00:37:02 +00:00
AbstractParser.java *) changes needed for multi-language support 2006-09-15 12:52:46 +00:00
Parser.java *) changes needed for multi-language support 2006-09-15 12:52:46 +00:00
ParserException.java code cleanup 2005-12-05 14:24:13 +00:00
ParserInfo.java *) Redesign of parser configuration 2005-11-29 07:27:58 +00:00