yacy_search_server/htroot
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
..
env many bug-fixes 2005-04-30 01:22:46 +00:00
htdocsdefault Fixed spelling mistake and inserted author as described in mailinglist 2005-04-19 13:56:59 +00:00
proxymsg initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
yacy bug fixes and code cleaning 2005-04-15 14:18:14 +00:00
autoconfig.java *) support for Proxy Auto-Config File generation added. 2005-04-15 09:06:15 +00:00
autoconfig.pac *) support for Proxy Auto-Config File generation added. 2005-04-15 09:06:15 +00:00
Blacklist_p.html Fixed some spelling mistakes... 2005-04-26 18:10:40 +00:00
Blacklist_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
CacheAdmin_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
CacheAdmin_p.java *) adding an new package for extra content parsers 2005-04-24 21:24:53 +00:00
CacheResource_p.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
CacheResource_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Config_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
Config_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
CookieMonitorIncoming_p.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
CookieMonitorIncoming_p.java many bug-fixes 2005-04-30 01:22:46 +00:00
CookieMonitorOutgoing_p.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
CookieMonitorOutgoing_p.java many bug-fixes 2005-04-30 01:22:46 +00:00
EditProfile_p.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
EditProfile_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
favicon.ico many bug-fixes 2005-04-30 01:22:46 +00:00
Help.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
index.html Fixed some spelling mistakes... 2005-04-26 15:38:44 +00:00
index.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
index.rss initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
IndexControl_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
IndexControl_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
IndexCreate_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
IndexCreate_p.java *) Trying to speedup local crawling 2005-04-21 10:31:40 +00:00
IndexMonitor.html Fixed some grammar/spelling mistakes 2005-04-09 10:49:03 +00:00
IndexMonitor.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
IndexShare_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
IndexShare_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Lab.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
Log_p.html Log ist now skinnable 2005-04-09 10:10:32 +00:00
Log_p.java Bugfix: Do not shot the first X lines, but the last X line of log 2005-04-25 15:10:24 +00:00
Messages_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
Messages_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
MessageSend_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
MessageSend_p.java fixed brute-force + peer-disconnect - Bug 2005-05-01 23:31:21 +00:00
Network.html Fixed some spelling mistakes 2005-04-20 13:28:32 +00:00
Network.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Network.xml initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Performance_p.html Fixed some spelling mistakes... 2005-04-26 18:10:40 +00:00
Performance_p.java fixed not-working kelondroRecords-Cache 2005-04-25 14:46:59 +00:00
profile.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
ProxyIndexingMonitor_p.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
ProxyIndexingMonitor_p.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Settings_p.html *) Migration of optional Content Parser integration 2005-05-03 09:47:56 +00:00
Settings_p.java *) Migration of optional Content Parser integration 2005-05-03 09:47:56 +00:00
SettingsAck_p.html *) Migration of optional Content Parser integration 2005-05-03 09:47:56 +00:00
SettingsAck_p.java *) Migration of optional Content Parser integration 2005-05-03 09:47:56 +00:00
sharedBlacklist_p.html new Templates 2005-04-28 19:38:35 +00:00
sharedBlacklist_p.java new Templates 2005-04-28 19:38:35 +00:00
Skins_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
Skins_p.java Bug: could not install from url and use the skin (because of a two names "use") 2005-04-08 19:07:41 +00:00
Statistics.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Statistics.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Status.html Fixed some spelling mistakes 2005-04-22 15:29:28 +00:00
Status.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Steering.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
Steering.java *) adding an new package for extra content parsers 2005-04-24 21:24:53 +00:00
ViewLog_p.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
ViewProfile.html Changed <head> YACY into YaCy 2005-04-25 15:34:18 +00:00
ViewProfile.java initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Wiki.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
Wiki.java fixed brute-force + peer-disconnect - Bug 2005-05-01 23:31:21 +00:00