Difference between revisions of "KiwixKolibri"

From Kiwix
Jump to navigation Jump to search
m
m (Adding Channel IDs for demoing)
Line 17: Line 17:
# Run Kolibri <code>./kolibri-v0.4.3.pex start</code>
# Run Kolibri <code>./kolibri-v0.4.3.pex start</code>
# Navigate with your browser to http://localhost:8080  
# Navigate with your browser to http://localhost:8080  
Once installed, you can add content by logging in as an administrator and using one of the many available Channel IDs (TODO: reference a list of active Channel IDs)
 
Once installed, you can add content by logging in as an administrator and using one of the many available Channel IDs... these are just a few of them, we should be able to have more
 
Khan Academy small test:    8b4d3e6d3d4842ba8ea658335b5dd252
Khan Academy English Math:  1ceff53605e55bef987d88e0908658c5
Khan Academy Swahili Math:  ec164fee25ee526296e68f7c10b1e169
Khan Academy with exercises: f6d2f857af2e304093648daf2d8cacec
Sikana in Chinese (ZH):      3e9ffc29aa0b59c3bda8d8c7ed179685
Sikana in French (FR):       8ef625db6e86506c9a3bac891e413fff
Sikana in English (EN):      3e464ee12f6a50a781cddf59147b48b1


In case you find an issue, feel free to ask in [http://community.learningequality.org/ the community forum] or file an issue [http://github.com/learningequality/kolibri/issues/ on Github].
In case you find an issue, feel free to ask in [http://community.learningequality.org/ the community forum] or file an issue [http://github.com/learningequality/kolibri/issues/ on Github].

Revision as of 18:27, 8 July 2017

Introduction

This page is about integration between Kiwix and Kolibri [1] [2] [3]

(created for the Wikimania 2017 Hackathon)

Trying Kolibri

Online demo: http://kolibridemo.learningequality.org/

Please note that Kolibri is alpha software - we do not recommend deploying it before later this year.

Using locally:

  1. Download the latest .pex release: https://github.com/learningequality/kolibri/releases
  2. Make the file executable: chmod +x kolibri-v0.4.3.pex
  3. Run Kolibri ./kolibri-v0.4.3.pex start
  4. Navigate with your browser to http://localhost:8080

Once installed, you can add content by logging in as an administrator and using one of the many available Channel IDs... these are just a few of them, we should be able to have more

Khan Academy small test:     8b4d3e6d3d4842ba8ea658335b5dd252
Khan Academy English Math:   1ceff53605e55bef987d88e0908658c5
Khan Academy Swahili Math:   ec164fee25ee526296e68f7c10b1e169
Khan Academy with exercises: f6d2f857af2e304093648daf2d8cacec
Sikana in Chinese (ZH):      3e9ffc29aa0b59c3bda8d8c7ed179685
Sikana in French (FR):       8ef625db6e86506c9a3bac891e413fff
Sikana in English (EN):      3e464ee12f6a50a781cddf59147b48b1

In case you find an issue, feel free to ask in the community forum or file an issue on Github.

Integration focus areas

Integration on Android

Using Intents to cross-reference between the platforms

Deep-linking in both directions

A more general version of cross-linking to resources between the platforms.

From Kiwix: Say you export a zim of a Kolibri channel which has an exercise, then we can use a placeholder with a deep link back to Kolibri.

From Kolibri: Instead of trying to fit in a Wikipedia zim, we can find a mechanism to add links as related contents. Like "Want to learn more about atomic fusion, read about it on Wikipedia".

Exporting Kolibri channels to Zim

Static contents like videos in Khan Academy or Sikana.tv can be exported as zim, given we use the meta data (topic trees) for navigation + some template parameters like title, logo and colors.

Exporting Zim to a Kolibri channel

Exporting to the Kolibri Content Curation server: Build a ricecooker script that creates a topic tree and iframes the static HTML files and assets from a Zim source? May not be very useful for all of Wikipedia, but can be useful for smaller Zim projects.

  • Benefit: Someone can start creating exercises and re-organizing for a specific educational purpose
  • Benefit: Other channels can include new learning materials from already existing Zim resources

Shared OPDS standard

Aligning standards of exporting meta data to OPDS, such that Kiwix Zim resources and Kolibri Channels can be searched and browsed through the same interfaces. Collaborate with Tim Moody on this.

Stickers & Swag

  1. Kolibri <3 Kiwix


References