Difference between revisions of "Siegfried"
Prwheatley (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{Infobox tool | |
− | |||
− | {{ | ||
|purpose=A PRONOM based, command line, file format identification tool using Aho Corasick matching and no buffer limits. | |purpose=A PRONOM based, command line, file format identification tool using Aho Corasick matching and no buffer limits. | ||
− | |||
|homepage=http://www.itforarchivists.com/siegfried | |homepage=http://www.itforarchivists.com/siegfried | ||
|license=Apache License 2.0 | |license=Apache License 2.0 | ||
− | | | + | |function=File Format Identification |
}} | }} | ||
− | + | {{Infobox tool details}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
<!-- 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. --> | ||
Line 54: | Line 41: | ||
<!-- Add the Ohloh.com ID for the tool, if known. --> | <!-- Add the Ohloh.com ID for the tool, if known. --> | ||
− | |||
− | |||
− |
Latest revision as of 11:23, 21 April 2021
Description[edit]
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.
Siegfried was first publicly released the 28th february 2014 in version 0.1.
User Experiences[edit]
- ZBW:
- 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
- Change output to json: sf -json file.ext
- It is also possible to save the output in an external file:
- sf file.ext >output.yml
- sf -csv file.ext >output.csv
- sf -json file.ext >output.json
- The command line tool is very easy to handle.
Development Activity[edit]
All development activity is visible on GitHub: http://github.com/richardlehane/siegfried/commits
Release Feed[edit]
Below the last 3 release feeds:
- 2022-07-19 10:50:38
- [tag:github.com,2008:Repository/17277958/v1.9.4 Version v1.9.4]
- by richardlehane
- 2022-05-23 11:24:11
- [tag:github.com,2008:Repository/17277958/v1.9.3 Version v1.9.3]
- by richardlehane
- 2022-02-06 20:32:23
- [tag:github.com,2008:Repository/17277958/v1.9.2 Version v1.9.2]
- by richardlehane
Activity Feed[edit]
Below the last 5 commits: 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