<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/ViewFile.java, 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>2022-10-02T21:22:12Z</updated>
<entry>
<title>moved all remaining servlet classes to new location</title>
<updated>2022-10-02T21:22:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2022-10-02T21:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=adbda4c71b38cff4acdd14afb899c48eb26363f8'/>
<id>urn:sha1:adbda4c71b38cff4acdd14afb899c48eb26363f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added "Show Metadata" links to the ViewFile.html links mode</title>
<updated>2019-04-18T13:31:38Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2019-04-18T13:31:38Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=d16bc99835a1cb2856e60ff3df5dca9d2a7621b6'/>
<id>urn:sha1:d16bc99835a1cb2856e60ff3df5dca9d2a7621b6</id>
<content type='text'>
To conveniently follow parsed links in the file viewer</content>
</entry>
<entry>
<title>Reduced text snippet extraction processing time.</title>
<updated>2018-05-11T13:42:53Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-05-11T13:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e115e57cc7a3bb34406656a701f33f013380691c'/>
<id>urn:sha1:e115e57cc7a3bb34406656a701f33f013380691c</id>
<content type='text'>
By not generating MD5 hashes on all words of indexed texts, processing
time is reduced by 30 to 50% on indexed documents with more than 1Mbytes
of plain text.</content>
</entry>
<entry>
<title>Fixed initial ViewFile mode and suggestions links from previous commit</title>
<updated>2018-03-27T06:25:40Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-03-27T06:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=90dc580158ddb286b1f81d7ed3b6c974b24a8e6b'/>
<id>urn:sha1:90dc580158ddb286b1f81d7ed3b6c974b24a8e6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep the selected view mode when typing a new URL in the ViewFile page</title>
<updated>2018-03-27T05:42:26Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-03-27T05:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=0b6aed4de6ed232d06cdffb6a29dd1ab9de58f57'/>
<id>urn:sha1:0b6aed4de6ed232d06cdffb6a29dd1ab9de58f57</id>
<content type='text'>
Otherwise, when interested in viewing `Link List` for example, each time
you typed a new URL, `Parsed Sentences` view mode was selected as
default and you had to selected again the view mode you are insterested
in.</content>
</entry>
<entry>
<title>URL Viewer : apply crawler size limits when adding to local index.</title>
<updated>2017-07-16T12:37:06Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-07-16T12:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8100c033a23d2f205e784dca6280f0b332ffb12a'/>
<id>urn:sha1:8100c033a23d2f205e784dca6280f0b332ffb12a</id>
<content type='text'>
This allow large files parsing and preview, while preventing unwanted
OutOfMemory errors which are likely to occur when adding to the Solr
Index resources larger than configured crawler limits.</content>
</entry>
<entry>
<title>URL Viewer : decode raw text using the eventual response charset.</title>
<updated>2017-07-03T11:51:14Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-07-03T11:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=1b3c169a9c3b1bd28c1510b5974b7da7d3c395fb'/>
<id>urn:sha1:1b3c169a9c3b1bd28c1510b5974b7da7d3c395fb</id>
<content type='text'>
When provided, or decode as UTF-8 as previously done.</content>
</entry>
<entry>
<title>Take out mailto collect in internal parsed document</title>
<updated>2017-04-19T22:18:18Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2017-04-19T22:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=c77e43a39134de4b89b094da9bdbe1a79621e744'/>
<id>urn:sha1:c77e43a39134de4b89b094da9bdbe1a79621e744</id>
<content type='text'>
As earlier plans to make use of mailto as separate webgraph entity didn't
materialize (see  http://forum.yacy-websuche.de/viewtopic.php?f=8&amp;t=5726&amp;p=32493&amp;hilit=mailto#p32493)
free the unused handling and resources.</content>
</entry>
<entry>
<title>URL Viewer : only display the link to metadata when metadata exists</title>
<updated>2017-03-30T14:14:22Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-03-30T14:14:22Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=5b5b9d5d96d8930eb7d2166520b0f5630b5f45bd'/>
<id>urn:sha1:5b5b9d5d96d8930eb7d2166520b0f5630b5f45bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display icons in ViewFile "links" mode.</title>
<updated>2016-02-10T09:08:07Z</updated>
<author>
<name>luc</name>
<email>luc@debianluc</email>
</author>
<published>2016-02-10T09:08:07Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=9f712146df9f685596646d93fbdb2c836ab6b931'/>
<id>urn:sha1:9f712146df9f685596646d93fbdb2c836ab6b931</id>
<content type='text'>
</content>
</entry>
</feed>
