Skip to content

Commit

Permalink
Remove mention of ZIPs from spec (#193)
Browse files Browse the repository at this point in the history
Resolves: #188
  • Loading branch information
Andrew Woods authored and rosy1280 committed Oct 4, 2018
1 parent 643ead6 commit 773dda1
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ <h2>Terminology</h2>
contents.</dd>

<dt><dfn>OCFL Object Root</dfn>:<dt>
<dd>The base directory of an <a>OCFL Object</a> that may exist either as a first class directory, or in the
case of a zipped OCFL Object, as the top directory in a zip file.</dd>
<dd>The base directory of an <a>OCFL Object</a>.</dd>

<dt><dfn>OCFL Storage Root</dfn>:</dt>
<dd>The base directory of an OCFL storage layout.</dd>
Expand Down Expand Up @@ -751,24 +750,9 @@ <h2>Storage Hierarchies</h2>
<li>Storage hierarchies MUST be terminated by OCFL Object Roots</li>
<li>Storage hierarchies within the same OCFL Storage Root SHOULD use just one layout pattern</li>
<li>Storage hierarchies within the same OCFL Storage Root SHOULD consistently use either a directory
hierarchy of OCFL Objects, top-level OCFL Objects, or OCFL Object ZIPs
hierarchy of OCFL Objects or top-level OCFL Objects
</li>
</ol>
<p>
Additionally, the directory name (or filename minus the extension for zip files) of an OCFL Object Root
SHOULD correspond to the OCFL Object's full and complete identifier. To illustrate, for an OCFL Object with
the identifier <code>abcd123g</code>:
</p>
<ul>
<li>
Invalid:
<pre>/ab/cd/12/3g/... object files here</pre>
</li>
<li>
Valid:
<pre>/ab/cd/12/3g/abcd123g/... object files here</pre>
</li>
</ul>
</section>

<section id="root-extensions">
Expand Down

0 comments on commit 773dda1

Please sign in to comment.