From 7f76e74791e7f3cb276e4963d05981e0193ca505 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Thu, 25 Oct 2018 10:38:13 +0200 Subject: [PATCH] drop url-sources mechanism for now --- bagit_ocrd_profile.yml | 2 -- ocrd_zip.md | 9 --------- 2 files changed, 11 deletions(-) diff --git a/bagit_ocrd_profile.yml b/bagit_ocrd_profile.yml index 694867a..86b3f8b 100644 --- a/bagit_ocrd_profile.yml +++ b/bagit_ocrd_profile.yml @@ -23,5 +23,3 @@ Accept-BagIt-Version: - 1.0 - 0.97 - 0.96 -Tag-Files-Required: - - url-sources.txt diff --git a/ocrd_zip.md b/ocrd_zip.md index bc408d7..5d08bcf 100644 --- a/ocrd_zip.md +++ b/ocrd_zip.md @@ -39,7 +39,6 @@ the full definition](#appendix-a)): * `bagit-info.txt` MAY additionally contain these tags: * `X-Ocrd-Mets`: Alternative path to the mets.xml file if its path IS NOT `/data/mets.xml` * `X-Ocrd-Manifestation-Depth`: Whether all URL are dereferenced as files or only some -* A file `url-sources.txt` MUST exist and contain a mapping from local file name to URL ### `X-Ocrd-Mets` @@ -52,14 +51,6 @@ another name, it must be listed here and implementations MUST check for Specifiy whether the bag contains the full manifestation of the data referenced in the METS (`full`) or only those files that were `file://` URLs before (`partial`). Default: `partial`. -### `url-sources.txt` - -Simple text file, mapping Bag-local filenames to the URL of their original location if any. - -Every mapping must be on a new line. - -Every line should have the format `URL FILENAME`, i.e. a single space character between the two. - ### ZIP An OCRD-ZIP MUST be a serialized as a ZIP file.