yacy_search_server/source/de/anomic/server
theli 351c86d5d9 *) Migration of optional Content Parser integration
- each additional parser must be in a subpackage 
  of plasma.parser
- each parser must have its own ant build file (which will 
  be called automatically from the main build file)
- Calling the main build file results in building a separate 
  zip file for each optional parser. This zip file includes:
  + sources of the Parser.java
  + compiled classes of the Parser.java
  + needed additional libs (libx)
- To install an additional parser the user simply needs to
  extract the zip file listed above into his/her yacy directory.
- The configuration (enabling/disabling) of a parser can be done
  via the webinterface (currently the settings dialoge) and is
  done "on-the-fly". The installation can not be done "on-the-fly"
  at the moment because of classpath issues.
- The classpath of the linux startup/stop scripts is generated 
  automatically now (including all libraries from lib and libx).

*) Bugfix: File Extension was not calculated correctly by the crawler
   e.g.: file extension was accidentally: .php?param=value
   Corrected.

*) Adding additional parser for parsing of rss/atom feeds
- added needed libs to do this.

TODO:
- automatic building classpath for windows startup scripts


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@78 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-03 09:47:56 +00:00
..
serverAbstractSwitch.java fixed caching+synchronization+brute-force-denial 2005-04-27 21:09:40 +00:00
serverAbstractThread.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverByteBuffer.java *) Adding additional functions to serverByteBuffer so that it 2005-04-20 07:39:40 +00:00
serverClassLoader.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverCodings.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverCore.java fixed brute-force + peer-disconnect - Bug 2005-05-01 23:31:21 +00:00
serverDate.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverFileUtils.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverHandler.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverInstantThread.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverLog.java *) Migration of optional Content Parser integration 2005-05-03 09:47:56 +00:00
serverObjects.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverSemaphore.java *) adding an new package for extra content parsers 2005-04-24 21:24:53 +00:00
serverSwitch.java enhanced crawling performance, changed memory settings, new performace options 2005-04-24 23:15:40 +00:00
serverSystem.java *) Some performance improvements 2005-04-19 06:55:57 +00:00
serverThread.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00