Metadata-Version: 1.1
Name: openedx2zim
Version: 0.5.1
Summary: Make zimfile from open edx MOOCs
Home-page: http://github.com/kiwix/openedx
Author: dattaz
Author-email: taz@dattaz.fr
License: GPL
Description: 
        # openedx2zim
        
        *openedx to Kiwix*
        
        The goal of this project is to create a suite of tools to create [zim](http://www.openzim.org) files required by [kiwix](http://kiwix.org/) reader to make available Massive Open Online Courses (MOOCs) from [any OpenEdx instance](https://openedx.atlassian.net/wiki/spaces/COMM/pages/162245773/Sites+powered+by+Open+edX) offline (without access to Internet).
        
        
        ## Getting started
        
        You can use your docker : openzim/openedx
        
        Install non python dependencies:
        
        Here for Debian : 
        ```
        sudo apt-get install jpegoptim pngquant gifsicle advancecomp python-pip python-virtualenv python-dev imagemagick ffmpeg
        ```
        
        Create a virtual environment for python:
        
        ```
        virtualenv -p python3 venv
        ```
        
        Activate the virtual enviroment:
        
        ```
        source venv/bin/activate
        ```
        
        
        Install this lib:
        
        ```
        pip install openedx2zim
        ```
        
        ##Usage
        
        ```
        openedx2zim <course_url> <publisher> <email> [--password=<pass>] [--nozim] [--zimpath=<zimpath>] [--nofulltextindex] [--transcode2webm] [--ignore-unsupported-xblocks] [--lang=<lang>]
        ```
        
        course_url is something like this https://courses.edx.org/courses/[course name or id]/info you can find it from your dashboard and click on the MOOC you want to offline
        You should already have enrolled course to make it offline.
        Also you should not connect on your browser or with an other run of openedx2zim to the same account while openedx2zim is still running.
        You should only use this to MOOC with a free licence.
        If your mooc is not in english you should add language code with --lang="" (in two-letter code iso639)
        
        
        
        ## Info for contributor 
        To add loca : openedxtozim/templates/l10n_strings.json + language code in openedxtozim/templates/l10n_strings.json (lign 35)
        
Keywords: kiwix zim openedx edx offline
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
