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

docs: updated notes on snapshot generation #67

Merged
merged 2 commits into from
Feb 7, 2020
Merged

Commits on Jan 22, 2020

  1. docs: updated snapshot generation steps

    - use updated extract_zim tool
    - switch to CIDv1
    - add note about broken execute-changes.sh
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    ef5aef4 View commit details
    Browse the repository at this point in the history
  2. feat: tools for finding original main page name

    tools/find_main_page_name.sh:
     Every Wikipedia version uses different name of the main page,
     this scripts takes language code and returns the filename
    
    tools/find_original_main_page_url.sh:
     Landing pages shipping with ZIM file are either truncated or
     Kiwix-specific.
     This script finds the URL of original version of the langing page
     mathing the timestamp of snapshot in unpacked ZIM directory
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    bb9f48c View commit details
    Browse the repository at this point in the history