diff options
author | Leo Gaggl <leo@brightcookie.com.au> | 2015-08-13 01:24:06 +0000 |
---|---|---|
committer | Leo Gaggl <leo@brightcookie.com.au> | 2015-08-13 01:24:06 +0000 |
commit | 8068bb89c7d2aa0d9596c10df9120227c8caed12 (patch) | |
tree | f707fb68a7099ef006471d8cbf7d64e618f39f3e | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-8068bb89c7d2aa0d9596c10df9120227c8caed12.tar.gz awesome-selfhosted-8068bb89c7d2aa0d9596c10df9120227c8caed12.zip |
Added 2 more selfhosted education systems
lxHive - ExperienceAPI compliant Learning Record Store (LRS)
Mahara - Student ePortfolios
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -305,6 +305,8 @@ CMS are a practical way to setup a website with many features. CMS often come wi ## Learning and Courses * [Chamilo LMS](https://chamilo.org/chamilo-lms/) - Chamilo LMS allows you to create a virtual campus for the provision of online or semi-online training. ([Source code](https://github.com/chamilo/chamilo-lms)) - `GPLv3` `PHP` + * [lxHive](http://www.lxhive.com/) - Open Source ExperienceAPI compliant Learning Record Store (LRS) - previously code-named TinCanAPI. [Source code](https://github.com/Brightcookie/lxHive) - `GPLv3` `PHP` + * [Mahara](http://www.mahara.org/) - Open Source fully featured web application to build students electronic portfolio. [Source code](https://github.com/MaharaProject/mahara) - `GPLv3` `PHP` * [Moodle](https://moodle.org/) - Moodle is a learning and courses platform with one of the largest open source communities worldwide. ([Demo](https://moodle.org/demo/), [Source code](https://git.moodle.org/gw)) - `GPL` `PHP` * [Sakai](https://www.sakaiproject.org/) - The Sakai project provides a flexible and feature-rich environment for teaching, learning, research and other collaboration. ([Demo](https://www.sakaiproject.org/try-sakai), [Source code](https://github.com/sakaiproject/sakai)) - `ECLv2` `Java` |