* hbase-refactor: use non-deprecated hbase api Correct spelling mistakes. Note feature only applies to forthcoming 3.3 release Update API with note about checkpoint launching. Default to starting anew if no checkpoints are found. Provide a simple hook to restart from the latest checkpoint. Move sync to after Null check. Attempt to cache dependencies. Simplify contrib build. Attempt to prevent build time-outs. Add synchronisation around host and server stats. Avoid overdoing the RAM allocation. Ensure all WorkQueue modification as serialised across threads. Tests now need more RAM. fix exception starting DecideRuleSequence logging Fix up tests to account for new Base URI behaviour. Only set the BaseURI if not set already. Same fix for JerichoExtractorHTML. Test case and fix for internetarchive/heritrix3#208. Fix link to User Guide Fix typos Replace API response section with statuscode tag Reformat the rest of the API calls Add actions to API URLs to distinguish them Add explanatory note about documentation Try nicer formatting for the first API example Format HTTP request lines in API guide Move conventions and REST section to the end of the document Convert html tables to rst tables Add skeleton sphinx docs for readthedocs Point at GitHub wiki for latest release info Add parameter to allow even distribution for parallel queues.
Readme for Heritrix
-
Introduction
-
Crawl Operators!
-
Getting Started
-
Developer Documentation
-
Release History
-
License
-
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.
- 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.
- Getting Started
See the User Manual at https://github.com/internetarchive/heritrix3/wiki/Heritrix%203.0%20and%203.1%20User%20Guide
- Developer Documentation
See 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/javadoc/heritrix-3.2.0/
- Latest Releases
Information about releases can be found at https://github.com/internetarchive/heritrix3/wiki#latest-releases
- 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.