Processor module that writes the results of successful fetches to
files on disk. These files are MIME-files of the type used by the
Swedish National Library's Kulturarw3 web harvesting [http://www.kb.se/kw3/].
Each URI gets written to its own file and has a path consisting of:
A dir named with the first two chars of the website's md5.
A dir named after the website.
'current' - a dir indicating that this is the directory being written
to by the ongoing crawl.
A file on the format .
Example: '/53/www.kb.se/current/6879ad79c0ccf886ee8ca55d80e5d6a1.1169211837'
The MIME-file itself consists of three parts:
1. ArchiveInfo - Metadata about the file and its content.
2. Header - The HTTP response header.
3. Content - The HTTP response content, plus content-type.