diff --git a/bagit-profile.json b/bagit-profile.json new file mode 100644 index 0000000..2c4abb9 --- /dev/null +++ b/bagit-profile.json @@ -0,0 +1 @@ +{"Bagit-Profile-Info":{"Bagit-Profile-Identifier":"https://ocr-d.github.io/bagit-profile.json","Source-Organization":"OCR-D","External-Description":"BagIt profile for OCR data","Version":0.1},"Bag-Info":{"Bagging-Date":{"required":false},"Source-Organization":{"required":false},"Ocrd-Mets":{"required":false,"default":"data/mets.xml"},"Ocrd-Manifestation-Depth":{"required":false,"default":"partial","values":["partial","full"]},"Ocrd-Identifier":{"required":true},"Ocrd-Checksum":{"required":false,"default":"cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"}},"Manifests-Required":["sha512"],"Allow-Fetch.txt":false,"Serialization":"required","Accept-Serialization":"application/zip","Accept-BagIt-Version":[1]} \ No newline at end of file diff --git a/bagit_ocrd_profile.yml b/bagit-profile.yml similarity index 89% rename from bagit_ocrd_profile.yml rename to bagit-profile.yml index 942b6d1..71a4b9b 100644 --- a/bagit_ocrd_profile.yml +++ b/bagit-profile.yml @@ -1,5 +1,5 @@ Bagit-Profile-Info: - Bagit-Profile-Identifier: https://ocr-d.github.io/bagit_ocrd.json + Bagit-Profile-Identifier: https://ocr-d.github.io/bagit-profile.json Source-Organization: OCR-D External-Description: BagIt profile for OCR data Version: 0.1 @@ -28,5 +28,3 @@ Serialization: required Accept-Serialization: application/zip Accept-BagIt-Version: - 1.0 - - 0.97 - - 0.96 diff --git a/bagit_ocrd_profile.json b/bagit_ocrd_profile.json deleted file mode 100644 index f8fd583..0000000 --- a/bagit_ocrd_profile.json +++ /dev/null @@ -1 +0,0 @@ -{"Bagit-Profile-Info":{"Bagit-Profile-Identifier":"https://ocr-d.github.io/bagit_ocrd.json","Source-Organization":"OCR-D","External-Description":"BagIt profile for OCR data","Version":0.1},"Bag-Info":{"Bagging-Date":{"required":false},"Source-Organization":{"required":false},"Ocrd-Mets":{"required":false,"default":"data/mets.xml"},"Ocrd-Manifestation-Depth":{"required":false,"default":"partial","values":["partial","full"]}},"Manifests-Required":["sha512"],"Allow-Fetch.txt":false,"Serialization":"required","Accept-Serialization":"application/zip","Accept-BagIt-Version":[1,0.97,0.96]} \ No newline at end of file diff --git a/ocrd_zip.md b/ocrd_zip.md index aeb41b8..b520757 100644 --- a/ocrd_zip.md +++ b/ocrd_zip.md @@ -146,10 +146,10 @@ To pack a workspace to OCRD-ZIP: ## Appendix A - BagIt profile definition - + ```yaml Bagit-Profile-Info: - Bagit-Profile-Identifier: https://ocr-d.github.io/bagit_ocrd.json + Bagit-Profile-Identifier: https://ocr-d.github.io/bagit-profile.json Source-Organization: OCR-D External-Description: BagIt profile for OCR data Version: 0.1 @@ -178,8 +178,6 @@ Serialization: required Accept-Serialization: application/zip Accept-BagIt-Version: - 1.0 - - 0.97 - - 0.96 ```