]> git.mxchange.org Git - hub.git/commit
Renamed classes + updated to lastest 'core' commit.
authorRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 18:04:29 +0000 (20:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 18:04:29 +0000 (20:04 +0200)
commit94a4d5c67dbf2e6aee1cd832510e9ed52bfcf36b
tree0fdb718cb125789f08c84c931704bca675fec698
parent0277e44da2b57681ca3c99aeaf273456ef98d6f8
Renamed classes + updated to lastest 'core' commit.

Signed-off-by: Roland Haeder <roland@mxchange.org>
13 files changed:
application/hub/config.php
application/hub/main/source/class_BaseUrlSource.php
application/hub/main/source/urls/class_Crawler [new file with mode: 0644]
application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php [new file with mode: 0644]
application/hub/main/source/urls/class_CrawlerLocalStartUrlSource.php [new file with mode: 0644]
application/hub/main/source/urls/class_CrawlerRssStartUrlSource.php [new file with mode: 0644]
application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php [new file with mode: 0644]
application/hub/main/source/urls/class_CrawlerUrlSource [deleted file]
application/hub/main/source/urls/class_CrawlerUrlSourceFoundRss.php [deleted file]
application/hub/main/source/urls/class_CrawlerUrlSourceLocalStart.php [deleted file]
application/hub/main/source/urls/class_CrawlerUrlSourceRssStart.php [deleted file]
application/hub/main/source/urls/class_CrawlerUrlSourceUploadedList.php [deleted file]
core