summaryrefslogtreecommitdiff
path: root/htroot/CrawlStartSite.html
AgeCommit message (Collapse)Author
2026-02-09Renamed Table_API_p.html -> Automation_p.htmlMichael Peter Christen
2020-12-22new limitation documentationMichael Peter Christen
just replaced two by four
2020-01-16enhanced crawl start url check experienceMichael Peter Christen
urls are now urlencoded and a check is also performed in case that an url is copied into the url field using copy-paste
2018-02-16Issue #156 : new option to clean up (or not) search cache on crawl startluccioman
Prevent also unnecessary search event cache clean-up on each access to the crawl monitor page (Crawler_p.html).
2017-06-17Limit the number of initially previewed links in crawl start pages.luccioman
This prevent rendering a big and inconvenient scrollbar on resources containing many links. If really needed, preview of all links is still available with a "Show all links" button. Doesn't affect the number of links used once the crawl is effectively started, as the list is then loaded again server-side.
2016-10-05Removed unnecessary crawlingDomFilterDepth hidden field.luccioman
It had incorrect "-UNRESOLVED_PATTERN-" value (see second part of mantis 691 http://mantis.tokeek.de/view.php?id=691 ) Note : crawlingDomFilterDepth is apparently unused in current (2016) YaCy code-base. It was also unnecessary because crawlingDomFilterCheck hidden field is set to "off".
2015-04-15enhanced timezone managament for indexed data:Michael Peter Christen
to support the new time parser and search functions in YaCy a high precision detection of date and time on the day is necessary. That requires that the time zone of the document content and the time zone of the user, doing a search, is detected. The time zone of the search request is done automatically using the browsers time zone offset which is delivered to the search request automatically and invisible to the user. The time zone for the content of web pages cannot be detected automatically and must be an attribute of crawl starts. The advanced crawl start now provides an input field to set the time zone in minutes as an offset number. All parsers must get a time zone offset passed, so this required the change of the parser java api. A lot of other changes had been made which corrects the wrong handling of dates in YaCy which was to add a correction based on the time zone of the server. Now no correction is added and all dates in YaCy are UTC/GMT time zone, a normalized time zone for all peers.
2014-06-15fix for crawl start checkorbiter
2014-04-01fixed crawl start links after renaming them in latest commitMichael Peter Christen
2014-03-31made crawl start pages public since they do not reveal individualorbiter
information and they are also not used as servlet to actually start the crawl (which is Crawler_p.html).