index
:
marvinborner/JsonSearchEngine
master
Basic web crawler, usable for search engines or for a searching feature of a website
Marvin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crawler
/
crawler.php
blob: b5df1dc0eb619f8d13f4d3e7c946d4a1c6050772 (
plain
) (
blame
)
1
2
3
4
<?php require_once 'CrawlController.php'; CrawlController::start($argv[1]);