]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Added more tasks (see wiki: https://wiki.shipsimu.org/doku.php/de/projects/hub/applic...
authorRoland Haeder <roland@mxchange.org>
Tue, 6 May 2014 19:26:17 +0000 (21:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 6 May 2014 19:26:17 +0000 (21:26 +0200)
commit4fa56f38f1a42be96a93cbffadda4d7eb31851e1
tree90caec3626e0fbd9d1f318c08b5154add4fe4355
parenta5f1bd1c1a8fa9b506492e92b910947c21891c89
Added more tasks (see wiki: https://wiki.shipsimu.org/doku.php/de/projects/hub/applications/crawler )

Signed-off-by: Roland Haeder <roland@mxchange.org>
12 files changed:
application/hub/config.php
application/hub/main/filter/task/crawler/class_CrawlerTaskHandlerInitializerFilter.php
application/hub/main/tasks/crawler/document_parser/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/document_parser/class_CrawlerDocumentParserTask.php [new file with mode: 0644]
application/hub/main/tasks/crawler/mime_sniffer/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/mime_sniffer/class_CrawlerMimeSnifferTask.php [new file with mode: 0644]
application/hub/main/tasks/crawler/ping/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/ping/class_CrawlerPingTask.php [new file with mode: 0644]
application/hub/main/tasks/crawler/snippet_extractor/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/snippet_extractor/class_CrawlerSnippetExtractorTask.php [new file with mode: 0644]
application/hub/main/tasks/crawler/structure_analyzer/.htaccess [new file with mode: 0644]
application/hub/main/tasks/crawler/structure_analyzer/class_CrawlerStructureAnalyzerTask.php [new file with mode: 0644]