Difference between revisions of "Siegfried"
(Development Activity: Release Feed) |
|||
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 | + | Besides, there is a more detailed description in terms of functionality on the [https://github.com/richardlehane/siegfried Github Page of Siegfried]. |
== User Experiences == | == User Experiences == | ||
− | <!-- 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:''' | + | <!-- 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:''' | ||
** The command line tool is very easy to handle. <br />The default output is yaml. This can be changed to csv or json. | ** The command line tool is very easy to handle. <br />The default output is yaml. This can be changed to csv or json. | ||
***Usual command: sf file.ext (will output in yaml) | ***Usual command: sf file.ext (will output in yaml) | ||
Line 37: | Line 38: | ||
== Development Activity == | == Development Activity == | ||
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | <!-- 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/richardlehane/siegfried/commits | ||
+ | |||
+ | |||
+ | === Release Feed === | ||
+ | Below the last 3 release feeds: | ||
+ | <rss max=3>https://github.com/richardlehane/siegfried/releases.atom</rss> | ||
+ | |||
+ | |||
+ | === Activity Feed === | ||
+ | Below the last 5 commits: | ||
+ | <rss max=5>https://github.com/richardlehane/siegfried/commits/master.atom</rss> | ||
+ | |||
<!-- Add the Ohloh.com ID for the tool, if known. --> | <!-- Add the Ohloh.com ID for the tool, if known. --> | ||
Line 42: | Line 55: | ||
|ohloh_id= | |ohloh_id= | ||
}} | }} | ||
− | |||
− |
Revision as of 09:03, 7 April 2016
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.
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
- The command line tool is very easy to handle.
Development Activity
All development activity is visible on GitHub: http://github.com/richardlehane/siegfried/commits
Release Feed
Below the last 3 release feeds:
- 2024-07-15 02:36:25
- [tag:github.com,2008:Repository/17277958/v1.11.2-rc0 Version 1.11.2-rc0]
- by richardlehane
- 2024-06-28 00:38:41
- [tag:github.com,2008:Repository/17277958/v1.11.1 Version 1.11.1]
- by github-actions[bot]
- 2024-06-22 05:59:59
- [tag:github.com,2008:Repository/17277958/bench-2024-06-22 bench-2024-06-22]
- by richardlehane
Activity Feed
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