Skip to content

Commit

Permalink
drop url-sources mechanism for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 25, 2018
1 parent 920c279 commit 713974f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions bagit_ocrd_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ Accept-BagIt-Version:
- 1.0
- 0.97
- 0.96
Tag-Files-Required:
- url-sources.txt
11 changes: 0 additions & 11 deletions ocrd_zip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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.
Expand Down Expand Up @@ -145,8 +136,6 @@ Accept-BagIt-Version:
- 1.0
- 0.97
- 0.96
Tag-Files-Required:
- url-sources.txt
```
<!-- END-EVAL -->
Expand Down

0 comments on commit 713974f

Please sign in to comment.