Showing related tags and posts across the entire site.
-
When I crawl this site: http://www.jenkinskling.com the following response is returned: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>R a z o r B a l l</title> <meta http-equiv="Content-Type" content="text...
-
Simon - See Program.cs... (in the 'crawl test code' region...) _crawler.Crawl(new CrawlRequest(new Discovery("http://fark.com"), int.MaxValue, UriClassificationType.None, UriClassificationType.None, 1)); The warning you see are debug artifacts that I have left behind. As long as the...
-
The check constraint is quite restrictive because certain functionality depends on the AbsoluteUris submitted being correct. Try 'http://kkk.net/' - what is this site, anyway? Makes me nervous... A better way would be to use the API to submit the CrawlRequests you want. Mike (I'm off to putter...