kiwix-js
https://github.com/kiwix/kiwix-js
JavaScript
Fully portable & lightweight ZIM reader in Javascript
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported2 Subscribers
Add a CodeTriage badge to kiwix-js
Help out
- Issues
- Supported browser language regex /^en|es|fr$/ lacks grouping, falsely matching unsupported languages like Estonian (est) or Czech (ces)
- Fix supported browser language regex alternation grouping
- Archive file selection uses naive prefix matching, incorrectly grouping unrelated archives with shared name prefixes
- Fix archive grouping by replacing naive prefix match with exact/split match
- Review use of textContent, innerText and innerHTML, and complete French non-breaking-space typography
- Set new privacy policy URL to https://privacy.kiwix.org
- Publish unsigned artefacts in GitHub Releases as well as uploading to download.kiwix.org
- Static zimit2 archives do not display properly in Restricted mode
- Review use of textContent, innerText and innerHTML, and complete French non-breaking-space typography
- Audit, and if necessary strengthen, privacy options for Browser Extensions and PWA workaround
- Docs
- JavaScript not yet supported