daisy / ebraille

Repository for developing use cases and standard for digital braille
17 stars 5 forks source link

Add media type registration #257

Closed mattgarrish closed 2 months ago

mattgarrish commented 2 months ago

This pull request adapts the OCF media type registration from epub 3.3 for ebraille. It defines application/ebrl+zip for ebraille files.

I removed the magic number part for the epub media type because it doesn't seem useful to check that for ebraille and we also are looser about accepting it so it may not even be where it should be. Otherwise, I've just adapted the text to call this the "ebraille implementation of the EPUB OCF zip container".

Let me know if there's anything that you think needs adjusting in this.