summaryrefslogtreecommitdiff
path: root/htroot/Crawler_p.html
AgeCommit message (Collapse)Author
2025-09-21enlarged web structure imageMichael Peter Christen
Only the headline gets a larger font, the network nodes stay with a 5-pixel font. However, the overall size had been increased by 20%
2023-11-05Added a zim parser to the surrogate import option.Michael Peter Christen
You can now import zim files into YaCy by simply moving them to the DATA/SURROGATE/IN folder. They will be fetched and after parsing moved to DATA/SURROGATE/OUT. There are exceptions where the parser is not able to identify the original URL of the documents in the zim file. In that case the file is simply ignored. This commit also carries an important fix to the pdf parser and an increase of the maximum parsing speed to 60000 PPM which should make it possible to index up to 1000 files in one second.
2023-02-24larger link structure imageMichael Peter Christen
2023-01-13introduction of tag-to-indexing relation TagValencyMichael Peter Christen
2018-10-28Upgraded d3js dependency from 3.4.4 to 5.7.0luccioman
2018-07-06Added and updated hint messages about remote crawler statusluccioman
To help identify why remote crawl results may not be received.
2018-06-19Added a new crawler document filter type using Solr syntaxluccioman
This makes possbile to set up much more advanced document crawl filters, by filtering on one or more document indexed fields before inserting in the index.
2017-01-05Added descriptive titles to Crawler_p.html speed settings.luccioman
As reported by bubul (http://forum.yacy-websuche.de/viewtopic.php?f=23&t=5924) , LF and MH acronyms meaning were not detailed. Also added label tags for improved accessibility on these input fields.
2016-11-08Switched more URLs to relative ones when possible.luccioman
This permits an easier and more flexible reverse proxy configuration. Some related mantis issues : http://mantis.tokeek.de/view.php?id=106 and http://mantis.tokeek.de/view.php?id=701
2016-10-25reduce the mix of absolute and relative internal html page links reger
(prefer relative for same pg or neighbors) to ease proxied access e.g. http://mantis.tokeek.de/view.php?id=701
2016-10-07Removed xmlns attribute which no more makes sense in HTML5 pages.luccioman
2016-10-04Crawl monitoring : refresh running crawls tableluccioman
Fix mantis 690 ( http://mantis.tokeek.de/view.php?id=690 ). Tested on : - MS Windows 10 : Edge, Firefox 49, Chrome 53 - Debian Jessie : Firefox ESR 45
2016-10-04Switched to the short HTML Doctypeluccioman
This page was already no more XHTML 1.0 as it makes use of the HTML5 <progress> element. Applied current HTML standard recommended Doctype declaration (see https://www.w3.org/TR/html/syntax.html#the-doctype ).
2016-10-04Tables accessibility : added missing <thead> sections.luccioman
2016-09-29Removed unnecessary ARIA "form" role on native HTML form elements.luccioman
This fixes warnings reported by W3C Nu Html Checker (https://validator.w3.org/nu/).
2015-04-25add additional links to crawl queue pagesreger
2015-02-04adjust table column width to not line wrap crawler traffic linereger
2015-01-28Allow to hide linkstructure graphic in crawl monitor reger
using/setting the config param DECORATION_GRAFICS_LINKSTRUCTURE
2015-01-02Fix for progress table background not resizingRyszard Goń
when the post-processing started/ended.
2014-12-27Postprocessing progress bar fixRyszard Goń
(Make it work as [probably] actually intended)
2014-04-29better buttonsMichael Peter Christen
2014-04-22added new button to terminate all crawlsorbiter
2014-04-04better link structure limit calibrationMichael Peter Christen
2014-04-03- added d3.js for visualizations using embedded svgMichael Peter Christen
- added a servlet api/linkstructure.json which generates a link graph information in json - added a javascript link graph renderer hypertree.js using d3 and the new servlet linkstructure.json - embedded the new link graph in the crawler monitor and the host browser
2014-04-02fix for crawler column widthMichael Peter Christen
2014-03-31replacing direct html table cellspacing with css set-up for cellspacingMichael Peter Christen
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2014-03-16tried javascript hack to make statistic divs equal heightorbiter
2014-02-28small change to crawler monitor to fit in larger translationsMichael Peter Christen
2014-02-28better height for statistic windowsorbiter
2014-02-28better width for Progress tableorbiter
2014-02-27update russian lang-file and small improve web-interfacemalykhin.dmitry
2014-02-10make internal page links relative to ease any future development for context ↵reger
aware servlets note also http://bugs.yacy.net/view.php?id=106
2014-01-21making latency_factor and maximum number of same hosts in loader queueMichael Peter Christen
settings available in Crawler_p.html servlet for steering.
2013-11-16more monitoring for postprocessing and enhanced layout in Crawlerorbiter
monitor page
2013-11-16more monitoring for postprocessingMichael Peter Christen
2013-07-23added segment sizes, postprocessing status and cpu load to crawlerorbiter
monitor
2013-04-09if the crawl was paused (automatically), show the reason for pausing inorbiter
the Crawler_p servlet.
2013-03-17add the new PPMbar in Crawler_p for a better style and better use.Frank
2013-02-22added the generation of 50 (!!) new solr field in the core 'webgraph'.Michael Peter Christen
The default schema uses only some of them and the resting search index has now the following properties: - webgraph size will have about 40 times as much entries as default index - the complete index size will increase and may be about the double size of current amount As testing showed, not much indexing performance is lost. The default index will be smaller (moved fields out of it); thus searching can be faster. The new index will cause that some old parts in YaCy can be removed, i.e. specialized webgraph data and the noload crawler. The new index will make it possible to: - search within link texts of linked but not indexed documents (about 20 times of document index in size!!) - get a very detailed link graph - enhance ranking using a complete link graph To get the full access to the new index, the API to solr has now two access points: one with attribute core=collection1 for the default search index and core=webgraph to the new webgraph search index. This is also avaiable for p2p operation but client access is not yet implemented.
2012-12-29fix: Broken Link on Crawler_p.html - issue 218 reger
http://bugs.yacy.net/view.php?id=218 - reduced Solr logging (/select)
2012-11-25added debug code to crawler monitorMichael Peter Christen
2012-11-07bugfixes for crawlerMichael Peter Christen
2012-10-25the web structure image shows the pivot dot in a different colorMichael Peter Christen
2012-10-23enhanced web structure imagesMichael Peter Christen
2012-10-23showing the web structure graph as animation in the crawl monitorMichael Peter Christen
2012-09-14- added the possibility to have not one but a list of crawl start urlsMichael Peter Christen
- the list of urls is entered in the expert crawl start in a textfield; the one-line input field was replaced with a text box - start urls can also be given in one single line where the urls are separated by a '|'-character - as an effect, the crawl profile cannot carry a single start url for identificaton because it is possible to have more. Therefore the url was removed from the crawl profile - this affect all servlets which display a crawl profile: removed the url field from all there servlets - to work consistently with several start urls and the other crawl starts which computed crawl start url lists from sitelists or sitemaps, the crawl start servlet was restructured completely - new rules for must-match patterns were created to make it possible that site crawl starts also work with several crawl starts at once
2012-06-19correct table in new look of Crawler_psixcooler
2012-05-25another patch to fix the Crawler_p layoutMichael Peter Christen
2012-05-25redesign of the crawler monitor page: show crawled pages instead ofMichael Peter Christen
queue of urls that shall be crawled