Skip to content
New issue

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

Extend libkiwix structures to be contructed/updated from libzim structures #576

Merged
merged 3 commits into from
Aug 3, 2021

Commits on Aug 3, 2021

  1. Update kiwix::book to use libzim structure

    Some methods in kiwix::Book uses wrapper structure reader. This usage should
    be extended from the native libzim structure zim::Archive
    maneeshpm authored and mgautierfr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8b12434 View commit details
    Browse the repository at this point in the history
  2. Update Manager to use Archive instead of Reader

    kiwix::Manager uses Reader to import a zim file, it should be using
    zim::Archive directly.
    maneeshpm authored and mgautierfr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a3ba761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19afe94 View commit details
    Browse the repository at this point in the history