mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-21 22:16:50 +00:00
07a2fc65eaa8eb0a49e1aa2522fc9525805032cf
* MultiReporter
deleted. direct method calls are a better way to specify the kind of report desired
getReports was never used to choose from the array of strings. no use case for MultiReporter.
* ArchiveUtils
writeReportToString was not used, and it used the now deleted MultiReporter#reportTo
* DevUtils, Frontier, ToePool, AbstractFrontier, WorkQueueFrontier
MultiReporter -> Reporter and make methods that implemented named multireport public
* FrontierNonemptyReport, FrontierSummaryReport
call the appropriate report method instead of passing a string constant
------------------------------------------------------------------------------- $Id$ ------------------------------------------------------------------------------- 0.0 Contents 1.0 Introduction 2.0 Crawl Operators! 3.0 Getting Started 4.0 Developer Documentation 5.0 Release History 6.0 License 1.0 Introduction Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. Heritrix (sometimes spelled heretrix, or misspelled or missaid as heratrix/heritix/heretix/heratix) is an archaic word for heiress (woman who inherits). Since our crawler seeks to collect and preserve the digital artifacts of our culture for the benefit of future researchers and generations, this name seemed apt. 2.0 Crawl Operators! Heritrix is designed to respect the robots.txt <http://www.robotstxt.org/wc/robots.html> exclusion directives and META robots tags <http://www.robotstxt.org/wc/exclusion.html#meta>. Please consider the load your crawl will place on seed sites and set politeness policies accordingly. Also, always identify your crawl with contact information in the User-Agent so sites that may be adversely affected by your crawl can contact you or adapt their server behavior accordingly. 3.0 Getting Started See the User Manual at <https://webarchive.jira.com/wiki/display/Heritrix/Heritrix+3.0+and+3.1+User+Guide> 4.0 Developer Documentation See ./docs/articles/developer_manual/index.html or <http://crawler.archive.org/articles/developer_manual/index.html>. For API documentation, see <https://webarchive.jira.com/wiki/display/Heritrix/Heritrix+3.x+API+Guide> and <http://builds.archive.org:8080/javadoc/heritrix-3.x-snapshot/> 5.0 Release History See the Heritrix Release Notes at <https://webarchive.jira.com/wiki/display/Heritrix/Release+Notes+-+Heritrix+3.1.1> 6.0 License Heritrix is free software; you can redistribute it and/or modify it under the terms of the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 Some individual source code files are subject to or offered under other licenses. See the included LICENSE.txt file for more information. Heritrix is distributed with the libraries it depends upon. The libraries can be found under the 'lib' directory, and are used under the terms of their respective licenses, which are included alongside the libraries in the 'lib' directory.
Languages
Java
93.3%
HTML
2.6%
Rich Text Format
1.1%
JavaScript
1%
FreeMarker
0.8%
Other
1%