Difference between revisions of "FIDO (Format Identification for Digital Objects)"
(Trial import from script.) |
|||
(21 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Infobox tool |
− | | | + | |image=Fido1-75x36.jpg |
− | | | + | |purpose=A PRONOM based, command line, file format identification tool written in Python |
− | |homepage=http://www. | + | |homepage=http://www.openpreservation.org/software/fido |
|license=Apache 2.0 Open Source License | |license=Apache 2.0 Open Source License | ||
− | | | + | |function=Metadata Extraction, File Format Identification |
}} | }} | ||
− | + | {{Infobox tool details}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
= Description = | = Description = | ||
− | + | FIDO (Format Identification for Digital Objects) is a simple format identification CLI tool for digital objects that uses [[DROID (Digital Record Object Identification)#PRONOM|PRONOM]] signatures converted to regular expressions. The functionality of FIDO is similar to [[DROID (Digital Record Object Identification)]] without the GUI. | |
FIDO is free, Apache 2.0 licensed, easy to install, and runs on any platform with Python installed. Most importantly, FIDO is very fast. | FIDO is free, Apache 2.0 licensed, easy to install, and runs on any platform with Python installed. Most importantly, FIDO is very fast. | ||
Line 25: | Line 20: | ||
FIDO is able to identify container based (compound) formats such as Office documents and includes functionality to update PRONOM signatures. | FIDO is able to identify container based (compound) formats such as Office documents and includes functionality to update PRONOM signatures. | ||
− | === History | + | [[FIDOO]] is webpage based service that acts as a simple to use front end to FIDO. |
+ | |||
+ | === History === | ||
− | FIDO was originally developed in 2010 by Adam Farquhar of British Library. The tool has been adopted by the Open | + | FIDO was originally developed in 2010 by Adam Farquhar of British Library. The tool has been adopted by the Open Preservation Foundation in 2011 and is currently maintained by Maurice de Rooij of the National Archives of the Netherlands (NANETH). In October 2011 NANETH has succesfully implemented FIDO as a webservice in the Dutch e-Depot. |
− | === Future | + | === Future=== |
− | See [ | + | See [http://wiki.opf-labs.org/display/KB/FIDO+roadmap roadmap] |
− | === Contributing | + | === Contributing=== |
− | Feedback about FIDO is very welcome. Please consult [KB | + | Feedback about FIDO is very welcome. Please consult [http://wiki.opf-labs.org/display/KB/Getting%20Started%20with%20the%20OPF Getting Started with the OPF] for more information. |
= User Experiences = | = User Experiences = | ||
Line 41: | Line 38: | ||
= Development Activity = | = Development Activity = | ||
− | === Release | + | <!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> |
− | + | All development activity is visible on GitHub: http://github.com/openpreserve/fido | |
− | <rss max= | + | |
− | + | ||
− | + | === Release Feed === | |
+ | Below the last 3 release feeds: | ||
+ | <rss max=3>https://github.com/openpreserve/fido/releases.atom</rss> | ||
+ | |||
+ | |||
+ | === Activity Feed === | ||
+ | Below the last 5 commits: | ||
+ | <rss max=5>https://github.com/openpreserve/fido/commits/master.atom</rss> | ||
+ | |||
+ | . |
Latest revision as of 14:28, 22 April 2021
Description[edit]
FIDO (Format Identification for Digital Objects) is a simple format identification CLI tool for digital objects that uses PRONOM signatures converted to regular expressions. The functionality of FIDO is similar to DROID (Digital Record Object Identification) without the GUI.
FIDO is free, Apache 2.0 licensed, easy to install, and runs on any platform with Python installed. Most importantly, FIDO is very fast.
FIDO utilizes all available PRONOM signatures to identify digital objects. When an object can not be identified it will try to identify the object based on extension.
FIDO outputs results in CSV format by default. Available output fields can be formatted on runtime per the requirements of the user.
FIDO supports custom signatures which are not (yet) available through the PRONOM registry.
FIDO is able to identify container based (compound) formats such as Office documents and includes functionality to update PRONOM signatures.
FIDOO is webpage based service that acts as a simple to use front end to FIDO.
History[edit]
FIDO was originally developed in 2010 by Adam Farquhar of British Library. The tool has been adopted by the Open Preservation Foundation in 2011 and is currently maintained by Maurice de Rooij of the National Archives of the Netherlands (NANETH). In October 2011 NANETH has succesfully implemented FIDO as a webservice in the Dutch e-Depot.
Future[edit]
See roadmap
Contributing[edit]
Feedback about FIDO is very welcome. Please consult Getting Started with the OPF for more information.
User Experiences[edit]
Development Activity[edit]
All development activity is visible on GitHub: http://github.com/openpreserve/fido
Release Feed[edit]
Below the last 3 release feeds:
- 2022-12-22 10:27:39
- [tag:github.com,2008:Repository/1025035/v1.6.1 Fido v1.6.1]
- by carlwilson
- 2022-08-03 12:48:10
- [tag:github.com,2008:Repository/1025035/v1.6.0rc5 FIDO v1.6rc5]
- by carlwilson
- 2022-03-29 07:48:49
- [tag:github.com,2008:Repository/1025035/v1.6.0rc1 v1.6.0 Release Candidate]
- by carlwilson
Activity Feed[edit]
Below the last 5 commits: Failed to load RSS feed from https://github.com/openpreserve/fido/commits/master.atom: There was a problem during the HTTP request: 404 Not Found
.