yacy_search_server/source/de/anomic/server
theli 361f05978d Multiple updates regarding the yacy seedUpload facility,
optional content parsers, thread pool configuration ...

Please help me testing if everything works correct.

*) Migration of yacy seedUpload functionality
See: http://www.yacy-forum.de/viewtopic.php?t=256
- new uploaders can now be easily introduced because of a new modulare uploader system
- default uploaders are: none, file, ftp
- adding optional uploader for scp
- each uploader provides its own configuration file that will be 
  included into the settings page using the new template include feature
- Each uploader can define its libx dependencies. If not all needed libs are
  available, the uploader is deactivated automatically.

*) Migration of optional parsers
See: http://www.yacy-forum.de/viewtopic.php?t=198
- Parsers can now also define there libx dependencies
- adding parser for bzip compressed content
- adding parser for gzip compressed content
- adding parser for zip files
- adding parser for tar files
- adding parser to detect the mime-type of a file
  this is needed by the bzip/gzip Parser.java
- adding parser for rtf files
- removing extra configuration file yacy.parser
  the list of enabled parsers is now stored in the main config file

*) Adding configuration option in the performance dialog to configure
See: http://www.yacy-forum.de/viewtopic.php?t=267
- maxActive / maxIdle / minIdle values for httpd-session-threadpool
- maxActive / maxIdle / minIdle values for crawler-threadpool

*) Changing Crawling Filter behaviour
See: http://www.yacy-forum.de/viewtopic.php?p=2631

*) Replacing some hardcoded strings with the proper constants of the httpHeader class

*) Adding new libs to libx directory. This libs are
- needed by new content parsers
- needed by new optional seed uploader
- needed by SOAP API (which will be committed later)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@126 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-17 08:25:04 +00:00
..
serverAbstractSwitch.java Fixed a spelling mistake 2005-05-13 20:43:08 +00:00
serverAbstractThread.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverByteBuffer.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverClassLoader.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverCodings.java Multiple updates regarding the yacy seedUpload facility, 2005-05-17 08:25:04 +00:00
serverCore.java Multiple updates regarding the yacy seedUpload facility, 2005-05-17 08:25:04 +00:00
serverDate.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverFileUtils.java *) adding transparent proxy support 2005-05-08 22:36:26 +00:00
serverHandler.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverInstantThread.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverLog.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverObjects.java Multiple updates regarding the yacy seedUpload facility, 2005-05-17 08:25:04 +00:00
serverSemaphore.java *) adding an new package for extra content parsers 2005-04-24 21:24:53 +00:00
serverSwitch.java implemented serverSwitchActions - action-hooks 2005-05-11 14:58:03 +00:00
serverSwitchAbstractAction.java fixed last commit + added missing files 2005-05-11 15:54:26 +00:00
serverSwitchAction.java fixed last commit + added missing files 2005-05-11 15:54:26 +00:00
serverSystem.java *) Import statements reorganized 2005-05-05 05:32:19 +00:00
serverThread.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00