yacy_search_server/source/net/yacy/document
orbiter 0010cd9db1 Support for indexing of RSS feeds!
- added a scanning in html parser for rss feeds
- storage of rss feed addresses, can be viewed with http://localhost:8080/Tables_p.html?table=rss
- rss items retrieved by http://localhost:8080/Load_RSS_p.html (in Index Creation menu) can be selected and indexed
- a rss feed retrieved in http://localhost:8080/Load_RSS_p.html can now be fully indexed
- indexing of rss feeds can be placed in scheduler

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7073 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-08-25 18:24:54 +00:00
..
content Support for indexing of RSS feeds! 2010-08-25 18:24:54 +00:00
geolocalization migrated all my LGPL 3 -licensed files to the LGPL 2.1 because LGPL 3 is not compatible to the GPL 2 2010-06-28 16:25:14 +00:00
importer redesign of parser interface: 2010-06-29 19:20:45 +00:00
language - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
parser Support for indexing of RSS feeds! 2010-08-25 18:24:54 +00:00
AbstractParser.java redesign of parser interface: 2010-06-29 19:20:45 +00:00
Classification.java redesign of parser interface: 2010-06-29 19:20:45 +00:00
Condenser.java redesign of parser interface: 2010-06-29 19:20:45 +00:00
Document.java Support for indexing of RSS feeds! 2010-08-25 18:24:54 +00:00
ImageParser.java redesign of parser interface: 2010-06-29 19:20:45 +00:00
Parser.java redesign of parser interface: 2010-06-29 19:20:45 +00:00
Phrase.java redesign of parser interface: 2010-06-29 19:20:45 +00:00
TextParser.java - added a new RSS reader interface. This is not finished but you can now load and look at RSS feeds. It will be used to index RSS feeds in a way that is appropriate for such kind of data. 2010-08-20 11:30:02 +00:00