Difference between revisions of "BorgFormat"
CLuebbemeier (talk | contribs) (Format recognition and -validation using multiple tools.) |
CLuebbemeier (talk | contribs) (Elaborate purpose in infobox) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox tool | {{Infobox tool | ||
− | |purpose= | + | |purpose=A web application and service that combines multiple tools for format identification and validation. |
|homepage=https://github.com/Landesarchiv-Thueringen/borg | |homepage=https://github.com/Landesarchiv-Thueringen/borg | ||
|license=[https://www.gnu.org/licenses/gpl-3.0.en.html GPL v3] | |license=[https://www.gnu.org/licenses/gpl-3.0.en.html GPL v3] | ||
|platforms=Linux, Web | |platforms=Linux, Web | ||
− | |function=Validation | + | |function=File Format Identification, Validation |
|content=Document | |content=Document | ||
}} | }} | ||
Line 12: | Line 12: | ||
== Description == | == Description == | ||
− | BorgFormat | + | BorgFormat combines format recognition and -validation using multiple third-party tools. |
Results from different tools are combined with configurable weights to a simple result ("valid" / "invalid" / "no clear result"). | Results from different tools are combined with configurable weights to a simple result ("valid" / "invalid" / "no clear result"). | ||
It provides a standalone web application for manual file upload. | It provides a standalone web application for manual file upload. | ||
Alternatively, it can be embedded into other applications via REST API. | Alternatively, it can be embedded into other applications via REST API. | ||
+ | |||
+ | ==== Supported Tools ==== | ||
+ | |||
+ | * [https://digital-preservation.github.io/droid/ Droid] | ||
+ | * [https://tika.apache.org/ Tika] | ||
+ | * [https://jhove.openpreservation.org/ JHOVE] | ||
+ | * [https://verapdf.org/ verapdf] | ||
+ | * [https://odftoolkit.org/conformance/ODFValidator.html ODF Validator] | ||
+ | * [https://github.com/mikeebowen/OOXML-Validator OOXML Validator] | ||
+ | |||
+ | See [https://github.com/Landesarchiv-Thueringen/borg#integrierte-werkzeuge list of supported tools] for further / updated information. | ||
==== Platform ==== | ==== Platform ==== | ||
Line 32: | Line 43: | ||
Documentation is available in German language on the [https://github.com/Landesarchiv-Thueringen/borg GitHub page]. | Documentation is available in German language on the [https://github.com/Landesarchiv-Thueringen/borg GitHub page]. | ||
+ | |||
+ | |||
+ | == Development == | ||
+ | |||
+ | BorgFormat is developed and maintained by the [https://landesarchiv.thueringen.de/ Landesarchiv Thüringen]. |
Latest revision as of 07:50, 18 September 2024
Release Feed
- 2024-11-14 15:07:21
- [tag:github.com,2008:Repository/706661491/v1.3.0 BorgFormat Version 1.3.0]
- by christopher-l
- 2024-09-12 15:02:56
- [tag:github.com,2008:Repository/706661491/v1.2.0 BorgFormat Version 1.2.0]
- by tgrochow
- 2024-09-03 14:47:03
- [tag:github.com,2008:Repository/706661491/v1.1.0 BorgFormat Version 1.1.0]
- by tgrochow
- 2024-03-20 20:08:15
- [tag:github.com,2008:Repository/706661491/v1.0.0 BorgFormat Version 1.0.0]
- by tgrochow
Description[edit]
BorgFormat combines format recognition and -validation using multiple third-party tools. Results from different tools are combined with configurable weights to a simple result ("valid" / "invalid" / "no clear result"). It provides a standalone web application for manual file upload. Alternatively, it can be embedded into other applications via REST API.
Supported Tools[edit]
See list of supported tools for further / updated information.
Platform[edit]
BorgFormat runs on a Linux server and is delivered as a web application to be used on any platform.
Language[edit]
The application and documentation are currently only available in German.
Installation[edit]
BorgFormat is built and run using Docker Compose. See https://github.com/Landesarchiv-Thueringen/borg#installation.
Documentation[edit]
Documentation is available in German language on the GitHub page.
Development[edit]
BorgFormat is developed and maintained by the Landesarchiv Thüringen.