https://github.com/learningequality/ka-lite
KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://github.com/learningequality/ka-lite
Last synced: 3 months ago
JSON representation
KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
- Host: GitHub
- URL: https://github.com/learningequality/ka-lite
- Owner: learningequality
- License: other
- Created: 2012-09-09T20:01:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T22:24:23.000Z (about 5 years ago)
- Last Synced: 2025-12-20T08:59:18.294Z (6 months ago)
- Language: Python
- Homepage: https://learningequality.org/ka-lite/
- Size: 168 MB
- Stars: 458
- Watchers: 63
- Forks: 303
- Open Issues: 76
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
KA Lite
=======
by `Learning Equality `__
|Build Status| |Coverage Status| |Docs|
.. |Build Status| image:: https://circleci.com/gh/learningequality/ka-lite/tree/develop.svg?style=svg
:target: https://circleci.com/gh/learningequality/ka-lite/tree/develop
.. |Coverage Status| image:: http://codecov.io/github/learningequality/ka-lite/coverage.svg?branch=develop
:target: http://codecov.io/github/learningequality/ka-lite?branch=develop
.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:target: http://ka-lite.readthedocs.org/
`Khan Academy `__'s core mission is to
"provide a free world-class education for anyone anywhere", and as over `60%
of the world's population is without access to the
internet `__,
primarily in the developing world, providing an alternative delivery
mechanism for Khan Academy content is key to fulfilling this mission.
`KA Lite `__ is a lightweight
`Django `__ web app for serving core
Khan Academy content (videos and exercises) from a local server, with
points and progress-tracking, without needing internet connectivity.
Primary use cases include:
--------------------------
- For servers/\ **computer labs located in remote schools**, which
could be slowly syncing with a central server over a cell/satellite
network or via USB keys.
- In **correctional facilities** and other environments where providing
educational materials is of value, but users cannot be given general
internet access.
- **Mobile school "vans"**, which transport a server and multiple
laptops/tablets between a number of schools (or orphanages, community
centers, etc) in remote communities on a rotating basis, and syncing
up with a central database (to download new content and upload
analytics) when in an area with internet connectivity.
Get involved!
-------------
- Learn how you can contribute code on our `KA Lite GitHub Wiki `__
- Report bugs by `creating issues `__
- Read more about the project's motivation at `Introducing KA Lite, an offline version of Khan
Academy `__.
Roadmap
-------
Later in 2017, Learning Equality will be launching the successor of KA Lite. It's
called `Kolibri `__ and will have
very similar features to KA Lite, but will also be a platform for many other
educational resources besides Khan Academy's.
Because of the popularity of KA Lite, we are continuing
to support deployments by providing fixes to problems that
directly affect current usage. These include issues related to new
browsers, operating systems etc. We are also still optimizing regarding
performance issues.
If you are creating a new deployment at this very moment, feel assured that
KA Lite is still alive and will be maintained for the rest of 2017, after which
point we will be recommending that you migrate to Kolibri.
In the meantime, if you need new features in KA Lite, we welcome you to join
the community and contribute. In other words, we (Learning Equality) encourages
you (community members), to feel empowered and take responsibility for the
future of KA Lite.
Connect
^^^^^^^
- Community forums: `community.learningequality.org `__
- IRC: **#kalite** on Freenode
- Twitter: `@ka_lite `__
Contact Us
^^^^^^^^^^
Tell us about your project and experiences!
- Email: info@learningequality.org
- Add your project to the map: https://learningequality.org/ka-lite/map/
License information
-------------------
The KA Lite sourcecode itself is open-source `MIT
licensed `__, and the other included
software and content is licensed as described in the
`LICENSE `__
file. Please note that KA Lite is not officially affiliated with, nor
maintained by, Khan Academy, but rather makes use of Khan Academy's open
API and Creative Commons content, which may only be used for
non-commercial purposes.