Difference between revisions of "Siegfried"

From COPTR
Jump to navigation Jump to search
Line 25: Line 25:
  
 
== 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.
+
<!-- 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. -->* '''ZBW:'''
Usual command: sf file.ext (will output in yaml)
+
** The command line tool is very easy to handle. <br />The default output is yaml. This can be changed to csv or json.
Change output to csv: sf -csv file.ext
+
***Usual command: sf file.ext (will output in yaml)
Chante output to json: sf -json file.ext
+
***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:
+
**It is also possible to save the output in an external file:
sf file.ext >output.yml
+
***sf file.ext >output.yml
sf -csv file.ext >output.csv
+
***sf -csv file.ext >output.csv
sf -json file.ext >output.json
+
***sf -json file.ext >output.json
<!-- 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. -->
 
  
 
== Development Activity ==
 
== Development Activity ==

Revision as of 12:05, 23 April 2015


A PRONOM based, command line, file format identification tool using Aho Corasick matching and no buffer limits.
Homepage:http://www.itforarchivists.com/siegfried
License:Apache License 2.0


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

  • 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

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