Kolibri: the offline app for universal education
https://learningequality.org/kolibri/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
.buildkite | 4 years ago | |
.github | 4 years ago | |
__mocks__ | 4 years ago | |
build_tools | 4 years ago | |
docker | 4 years ago | |
docs | 4 years ago | |
integration_testing/features | 4 years ago | |
kolibri | 4 years ago | |
packages | 4 years ago | |
perftools | 4 years ago | |
requirements | 4 years ago | |
test | 4 years ago | |
.dockerignore | 4 years ago | |
.editorconfig | 6 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
.pre-commit-config.yaml | 4 years ago | |
.pyup.yml | 4 years ago | |
.travis.yml | 4 years ago | |
AUTHORS.rst | 4 years ago | |
CHANGELOG.rst | 4 years ago | |
CODE_OF_CONDUCT.rst | 5 years ago | |
CONTRIBUTING.rst | 4 years ago | |
LICENSE | 6 years ago | |
MANIFEST.in | 5 years ago | |
Makefile | 4 years ago | |
README.rst | 4 years ago | |
SUPPORT.rst | 5 years ago | |
browserslist | 6 years ago | |
jest.conf.js | 4 years ago | |
kolibripip.pex | 4 years ago | |
package.json | 4 years ago | |
pytest.ini | 4 years ago | |
requirements.txt | 6 years ago | |
setup.cfg | 4 years ago | |
setup.py | 4 years ago | |
tox.ini | 4 years ago | |
yarn.lock | 4 years ago |
README.rst
Kolibri
=======
.. image:: https://badge.fury.io/py/kolibri.svg
:target: https://pypi.python.org/pypi/kolibri/
.. image:: https://travis-ci.org/learningequality/kolibri.svg?branch=develop
:target: https://travis-ci.org/learningequality/kolibri
.. image:: http://codecov.io/github/learningequality/kolibri/coverage.svg?branch=develop
:target: http://codecov.io/github/learningequality/kolibri?branch=develop
.. image:: https://img.shields.io/badge/docs-user-ff69b4.svg
:target: http://kolibri.readthedocs.org/en/latest/
.. image:: https://img.shields.io/badge/docs-developer-69ffb4.svg
:target: http://kolibri-dev.readthedocs.org/en/developer/
.. image:: https://img.shields.io/badge/support-on%20discourse-blue.svg
:target: https://community.learningequality.org/
.. image:: https://img.shields.io/badge/irc-%23kolibri%20on%20freenode-blue.svg
:target: http://webchat.freenode.net?channels=%23kolibri
.. image:: https://img.shields.io/badge/demo-online-green.svg
:target: http://kolibridemo.learningequality.org/
What is Kolibri?
----------------
Kolibri is a Learning Management System / Learning App designed to run on low-power devices, targeting the needs of
learners and teachers in contexts with limited infrastructure. A user can install Kolibri and serve the app on a local
network, without an internet connection. Kolibri installations can be linked to one another, so that user data and
content can be shared. Users can create content for Kolibri and share it when there is network access to another
Kolibri installation or the internet.
At its core, Kolibri is about serving educational content. A typical user (called a Learner) will log in to Kolibri
to consume educational content (videos, documents, other multimedia) and test their understanding of the content by
completing exercises and quizzes, with immediate feedback. A user’s activity will be tracked to offer individualized
insight (like "next lesson" recommendations), and to allow user data to be synced across different installations --
thus a Kolibri learner can use his or her credentials on any linked Kolibri installation, for instance on different
devices at a school.
See `our website <https://learningequality.org/kolibri/>`__ for more information.
How can I use it?
-----------------
An initial version of Kolibri is `now available for download! <https://learningequality.org/download/>`__
How can I contribute?
---------------------
Thanks for your interest! Please see the `contributing section <http://kolibri-dev.readthedocs.io/en/develop/start/contributing/index.html>`__ of our `online developer documentation <http://kolibri-dev.readthedocs.io/>`__.