<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/CrawlStartSite.html, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2026-02-09T22:54:34Z</updated>
<entry>
<title>Renamed Table_API_p.html -&gt; Automation_p.html</title>
<updated>2026-02-09T22:54:34Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2026-02-09T22:54:34Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8687ae0e8e7f6cf8028d542ea833d7bb691ad604'/>
<id>urn:sha1:8687ae0e8e7f6cf8028d542ea833d7bb691ad604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new limitation documentation</title>
<updated>2020-12-22T15:33:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2020-12-22T15:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=256fa3d9859bcd1922165dba8218361bc3f7aa69'/>
<id>urn:sha1:256fa3d9859bcd1922165dba8218361bc3f7aa69</id>
<content type='text'>
just replaced two by four</content>
</entry>
<entry>
<title>enhanced crawl start url check experience</title>
<updated>2020-01-16T19:59:02Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2020-01-16T19:59:02Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=f03e16d3dfce9bf3d8d5b3535954f1c0327aa553'/>
<id>urn:sha1:f03e16d3dfce9bf3d8d5b3535954f1c0327aa553</id>
<content type='text'>
urls are now urlencoded and a check is also performed
in case that an url is copied into the url field using
copy-paste</content>
</entry>
<entry>
<title>Issue #156 : new option to clean up (or not) search cache on crawl start</title>
<updated>2018-02-16T09:19:41Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-02-16T09:19:41Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=519fc9a6009bd81182f9efb16d734f7a552669a7'/>
<id>urn:sha1:519fc9a6009bd81182f9efb16d734f7a552669a7</id>
<content type='text'>
Prevent also unnecessary search event cache clean-up on each access to
the crawl monitor page (Crawler_p.html).</content>
</entry>
<entry>
<title>Limit the number of initially previewed links in crawl start pages.</title>
<updated>2017-06-17T07:33:14Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-06-17T07:33:14Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=0f80c978d67acb6e3ab92e13d3ed0d21d0d8d4ab'/>
<id>urn:sha1:0f80c978d67acb6e3ab92e13d3ed0d21d0d8d4ab</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Removed unnecessary crawlingDomFilterDepth hidden field.</title>
<updated>2016-10-05T11:48:22Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2016-10-05T11:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=b5eb7a9217497e4f45f751f30650eb3c5b46737e'/>
<id>urn:sha1:b5eb7a9217497e4f45f751f30650eb3c5b46737e</id>
<content type='text'>
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".</content>
</entry>
<entry>
<title>enhanced timezone managament for indexed data:</title>
<updated>2015-04-15T11:17:23Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2015-04-15T11:17:23Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=fed26f33a85658d176f9a38227316a7f5b34fa0a'/>
<id>urn:sha1:fed26f33a85658d176f9a38227316a7f5b34fa0a</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>fix for crawl start check</title>
<updated>2014-06-15T20:50:04Z</updated>
<author>
<name>orbiter</name>
<email>mc@yacy.net</email>
</author>
<published>2014-06-15T20:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=4177c9cf050036d9c4091dc52d49c009890de0aa'/>
<id>urn:sha1:4177c9cf050036d9c4091dc52d49c009890de0aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed crawl start links after renaming them in latest commit</title>
<updated>2014-03-31T22:35:58Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2014-03-31T22:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=ba0e3fb0dc4d4ecc9e6ebf7250a5114be53fa8f9'/>
<id>urn:sha1:ba0e3fb0dc4d4ecc9e6ebf7250a5114be53fa8f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made crawl start pages public since they do not reveal individual</title>
<updated>2014-03-31T18:42:39Z</updated>
<author>
<name>orbiter</name>
<email>mc@yacy.net</email>
</author>
<published>2014-03-31T18:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=d29b6db270c5d1c59dcd384ac46d1bc799b62241'/>
<id>urn:sha1:d29b6db270c5d1c59dcd384ac46d1bc799b62241</id>
<content type='text'>
information and they are also not used as servlet to actually start the
crawl (which is Crawler_p.html).</content>
</entry>
</feed>
