benoit74
benoit74
While checking internal and external links in HTML items (at least), zimcheck reports only one error per ZIM entry: https://github.com/openzim/zim-tools/blob/3ad99a1682a2da084d5d6e86bc1f8986a7b149c6/src/zimcheck/checks.cpp#L446 and https://github.com/openzim/zim-tools/blob/3ad99a1682a2da084d5d6e86bc1f8986a7b149c6/src/zimcheck/checks.cpp#L459 While this probably makes sense from a perspective...
In order to solve https://github.com/openzim/gutenberg/issues/288 and https://github.com/openzim/gutenberg/issues/235 and https://github.com/openzim/gutenberg/issues/222, we've decided to stop compressing (optimizing) ePubs on our own. Recent runs and analysis done in https://github.com/openzim/gutenberg/issues/374 proved that optimization we...
In order to solve https://github.com/openzim/gutenberg/issues/288, we've decided to stop compressing (optimizing) images on our own, especially images used in HTML books. Recent runs and analysis done in https://github.com/openzim/gutenberg/issues/374 proved that...
Due to upstream issue in libzim on full-text index with multiple languages, scraper currently displays a warning saying this is not recommended to create full-text index on multi-languages ZIMs. This...
Currently, when an RDF fails to download scraper just writes a warning and move on with next file. In current situation, all RDF files are expected to be present, so...
See https://farm.openzim.org/pipeline/b2735af0-4420-48e8-9f73-c5e7af9170eb
Why https://farm.openzim.org/pipeline/8802dd7b-deb8-4254-92ab-25d290e3117c failed? Looks like `gla` has not been recognized as a valid code.
We've discovered some new language mapping needed thanks to 3.0.0 enhancements: - `fur` in IETF is `fvr` in ISO639-3 (https://farm.openzim.org/recipes/gutenberg_fur_all/) To be added to the `ZIM_LANGUAGES_MAP`
With the migration to the new UI, many bits of `README.md` are now totally outdated: - requirements to run the scraper are wrong, we should recommend to use the Docker...