]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Continued with crawler:
authorRoland Haeder <roland@mxchange.org>
Sat, 7 Mar 2015 18:18:44 +0000 (19:18 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 7 Mar 2015 18:27:10 +0000 (19:27 +0100)
commita1431db40f9698db986507b72301e15f211ba90a
treee851ab20a28041a67f8dfbca1c4e1fa1eb9e16b2
parent97eb9507f2d0fdcd7668009b349ea622374fb972
Continued with crawler:
- initUrlSourceTask() cannot be called in constructor as this would lead to a
  missing entry in seachTask() method
- Renamed crawler classes from *UrlGetterTask to *UrlCrawlerTask
- Added new field urlSourceInstance which requires an interface UrlSource
- TODOs.txt updated

Signed-off-by: Roland Haeder <roland@mxchange.org>
18 files changed:
application/hub/config.php
application/hub/main/tasks/crawler/class_BaseUrlSourceTask.php
application/hub/main/tasks/crawler/url_crawler/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/url_crawler/local/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/url_crawler/local/class_CrawlerLocalUrlCrawlerTask.php [new file with mode: 0644]
application/hub/main/tasks/crawler/url_crawler/remote/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/url_crawler/remote/class_CrawlerRemoteUrlCrawlerTask.php [new file with mode: 0644]
application/hub/main/tasks/crawler/url_getter/.htaccess [deleted file]
application/hub/main/tasks/crawler/url_getter/local/.htaccess [deleted file]
application/hub/main/tasks/crawler/url_getter/local/class_CrawlerLocalUrlGetterTask.php [deleted file]
application/hub/main/tasks/crawler/url_getter/remote/.htaccess [deleted file]
application/hub/main/tasks/crawler/url_getter/remote/class_CrawlerRemoteUrlGetterTask.php [deleted file]
application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSource
application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceFoundRssTask.php
application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceLocalStartTask.php
application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceRssStartTask.php
application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceUploadedListTask.php
docs/TODOs.txt