Difference between revisions of "ZIM file format"

Jump to navigation Jump to search
m
Minor typos
m (Minor typos)
 
Line 341: Line 341:


== Other ==
== Other ==
<code>pathPtrPos</code> was initially called <code>urlPtrPos</code> (and <code>path</code> in dirent structure was called <code>url</code>). In April 2024, we have changed the wording from <code>url</code> to <code>path</code> as it better conveys that we are storing a path of the entry and not a full url (with scheme, host...). Note that is is just a wording change and the semantic has not changed at all. Implementation doesn't have to change anything (except a potential renaming of variables to better follow the spec).
<code>pathPtrPos</code> was initially called <code>urlPtrPos</code> (and <code>path</code> in dirent structure was called <code>url</code>). In April 2024, we changed the wording from <code>url</code> to <code>path</code> as it better conveys the fact that we are storing a path for the entry and not a full url (with scheme, host...). Note that this is just a wording change and the semantic has not changed at all. Implementations do not need to change anything (except a potential renaming of variables to better follow the spec).


== See also ==
== See also ==
4

edits

Navigation menu