openzim / nautilus

Turns a collection of documents into a browsable ZIM file
GNU General Public License v3.0
19 stars 14 forks source link

zimcheck complains about one empty URL in homepage #35

Closed kelson42 closed 2 years ago

kelson42 commented 2 years ago

See for example at https://farm.openzim.org/pipeline/4dac054ef2508c39223c5d16/debug

rgaudin commented 2 years ago

This is not a nautilus bug. Nautilus write <a href="home.html"> which zimwriterfs turns into <a href="">.

An empty link is a valid link and serves a purpose so I wouldn't consider this a zimwriterfs bug. Why would zimcheck complain about empty links? I understand how an erroneous link (unresolved) is problematic but not how empty ones could be. See this SO post for pointers to specs.

kelson42 commented 2 years ago

@rgaudin Agree with your comment, an empty link should not be an error, a warning at best.