-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature file improvements? #80
Comments
This needs decomposing in the light of other signature work, @carlwilson to pick up with sig file review. |
This isn't the case because the reason for compiling the sigs is that they can be then used with a standard regular expression engine. Using the PRONOM sigs "raw" would necessitate the development of a matching algorithm instead. The idea of using Roy to allow other sig sources is definitely interesting though. |
Hackathon 2023 Review: Not selected for initial tasks. Adding support for multiple signature sources is likely a prerequisite. Doing that well/properly is a task in itself and should be logged as a feature request. |
Closing this as is covered by #218 |
Some ideas for improving how signature files are handled
One idea is to use Roy to create signature files. This would allow access to a wider range of formats since it can include information from Apache Tika, freedesktop.org MIME-info and Library of Congress FDDs.
Another is to use DROID's signature files directly, since they're what PRONOM offers by default, and not have to perform a transformation. This may be a simpler change than above.
Other suggestions welcome!
The text was updated successfully, but these errors were encountered: