Difference between revisions of "Siegfried"
m (license - changes don't seem to be propagating) |
|||
Line 22: | Line 22: | ||
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | <!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | ||
Siegried is a file format identification tool that, like DROID and Fido, is based on PRONOM. However, it uses a different pattern matching algorithm that offers different strengths and weaknesses to those other PRONOM based tools. A detailed description of the tool and why it was created can be found in [http://www.openplanetsfoundation.org/blogs/2014-09-27-siegfried-pronom-based-file-format-identification-tool this blog post]. | Siegried is a file format identification tool that, like DROID and Fido, is based on PRONOM. However, it uses a different pattern matching algorithm that offers different strengths and weaknesses to those other PRONOM based tools. A detailed description of the tool and why it was created can be found in [http://www.openplanetsfoundation.org/blogs/2014-09-27-siegfried-pronom-based-file-format-identification-tool this blog post]. | ||
+ | Besides, there is a more detailed description in terms of functionality on the Github Page of Siegfried [https://github.com/richardlehane/siegfried]. | ||
== User Experiences == | == User Experiences == | ||
+ | The command line tool is very easy to handle. The default output is yaml. This can be changed to csv or json. | ||
+ | Usual command: sf file.ext (will output in yaml) | ||
+ | Change output to csv: sf -csv file.ext | ||
+ | Chante output to json: sf -json file.ext | ||
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --> | <!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --> | ||
Revision as of 09:28, 23 April 2015
Description
Siegried is a file format identification tool that, like DROID and Fido, is based on PRONOM. However, it uses a different pattern matching algorithm that offers different strengths and weaknesses to those other PRONOM based tools. A detailed description of the tool and why it was created can be found in this blog post. Besides, there is a more detailed description in terms of functionality on the Github Page of Siegfried [1].
User Experiences
The command line tool is very easy to handle. The default output is yaml. This can be changed to csv or json. Usual command: sf file.ext (will output in yaml) Change output to csv: sf -csv file.ext Chante output to json: sf -json file.ext
Development Activity
Failed to load RSS feed from https://github.com/richardlehane/siegfried/commits/master.atom: There was a problem during the HTTP request: 404 Not Found