We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zimwriterfs add all metadata using addMetada (https://github.com/openzim/zim-tools/blob/main/src/zimwriterfs/zimwriterfs.cpp#L126). But the default mimetype in this case is text/plain;charset=utf-8 which is obviously wrong for illustration.
addMetada
text/plain;charset=utf-8
The text was updated successfully, but these errors were encountered:
[zimwriterfs] Use the correct method to add the illustration to zim f…
1b39c5d
…ile. Fix #355
Update test zim file.
c7ac3a0
zim files have been created using a recent version of zimwriterfs (including the fix for openzim/zim-tools#355
2d14520
mgautierfr
Successfully merging a pull request may close this issue.
Zimwriterfs add all metadata using
addMetada
(https://github.com/openzim/zim-tools/blob/main/src/zimwriterfs/zimwriterfs.cpp#L126). But the default mimetype in this case istext/plain;charset=utf-8
which is obviously wrong for illustration.The text was updated successfully, but these errors were encountered: