The archiver package
archiver is a daemon which will process a specified text file, each line of which is a URL, and will (randomly) one by one request that the URLs be archived or spidered by http://www.webcitation.org, http://www.archive.org, and http://www.wikiwix.com for future reference. (One may optionally specify an arbitrary sh command like wget to download URLs locally.)
Because the interface is a simple text file, this can be combined with other scripts; for example, a script using Sqlite to extract visited URLs from Firefox, or a program extracting URLs from Pandoc documents. (See http://www.gwern.net/Archiving%20URLs.)
For explanation of the derivation of the code in Network.URL.Archiver, see http://www.gwern.net/haskell/Wikipedia%20Archive%20Bot.
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.6.0, 0.6.1, 0.6.2 |
|---|---|
| Dependencies | base (4.*), bytestring, containers, curl, HTTP, network, process, random |
| License | BSD3 |
| Author | Gwern |
| Maintainer | Gwern <gwern0@gmail.com> |
| Stability | provisional |
| Category | Documentation, Network |
| Source repository | darcs get http://community.haskell.org/~gwern/archiver/ |
| Executables | archiver |
| Upload date | Fri Feb 1 23:29:02 UTC 2013 |
| Uploaded by | GwernBranwen |
| Built on | ghc-7.6 |
Modules
- Network
Downloads
- archiver-0.6.2.tar.gz (Cabal source package)
- package description (included in the package)