Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /display/REQ/Validate and report filetypes per file taken on 2013-07-16. The original wiki at wiki.opf-labs.org is being decommissioned.

Validate and report filetypes per file

Created by Lucien van Wouw on Sep 28, 2011 · last edited by Lucien van Wouw · on Oct 04, 2011 (view history) · 2 versions
Title Validate and report filetypes per file
Detailed description To report the file discrepency on a per file basis, we:
 - open each file from the archive
 - analyse the filetype using droid

 - compare the filetype with the web archive and report mismatch ( we may need to normalize variations in the same mimetype expressions, i.e. image\jpg=image\jpeg )
 - export report in csv
Investigate if this tool can be offered as module\add on for thejhove2-bfn fork
Solution Champion Lucien van wouw <[email protected]>
Corresponding Issue(s) Identifying web content
Tool/code link heritrix-imp
Tool Registry Link Heritrix and Droid
Evaluation Relativly time consuming as the entire archive needs to be unpacked before being able to identify each file. But the endresults shows clearly the differences in a simple csv between the Archive format description and the external tool ( Droid in this case ). Solution could be seen as a stand alone validation tool; but in regards to the problem description it ought to be seen as a proof of concept. That is: similar functionality ought to be ported into the Hove2-bfn module.