libkiwix icon indicating copy to clipboard operation
libkiwix copied to clipboard

Common code base for all Kiwix ports

Results 109 libkiwix issues
Sort by recently updated
recently updated
newest added

Kiwix OPDS feed's title is `All Entries` which makes sense in the context of the `entries` endpoint within the API but when used as a Feed source (as advertise in...

enhancement
question
kiwix-serve

We have a list of categories currently available at https://library.kiwix.org/catalog/v2/categories. IMO, this is a "good start" but its missing a few things: * We should have a label * The...

enhancement
question

As discussed live, we should not have a “Multiple Languages” filter entry. We should not have any ZIM with `Languages: mul` metadata and the content team will fix the ZIM...

enhancement
good first issue
kiwix-serve

Most users probably preview a ZIM before downloading, and thus it would make sense to have a download option somewhere in the preview; probably in the top-bar. I'll send a...

enhancement
good first issue
kiwix-serve

This relates to issue https://github.com/kiwix/kiwix-tools/issues/680 on Kiwix Tools. Most links that are not considered secure are blocked by the CSP and/or sandbox, and that includes `mailto:` links, which are blocked...

bug
kiwix-serve

To me this `ENV` variable `KIWIX_DATA_DIR`: * Is not clear which feature it serves (seems useless to me) * I'm again to instrument Kiwix Desktop with "hidden" variable environnements. *...

task

Reasons are that `kiwix::getDataDirectory()`: * Is only used by Kiwix Desktop * Is anyway very specific whatever the version of Kiwix (OS) * Should be decided outside the libkiwix (not...

question
task

- [ ] Check if library dependence version check is updated in Meson file - [ ] Check if there is an ABI break we would have missed - [...

task

libkiwix generated magnet link starts with `magnet:?&xt=`. While this is accepted by most clients, it's a bit abusing the query string as there's an empty first field. It should really...

bug
good first issue