An open API service indexing awesome lists of open source software.

https://github.com/p2pu/course-relight

Create simple courses, easily
https://github.com/p2pu/course-relight

Last synced: 10 months ago
JSON representation

Create simple courses, easily

Awesome Lists containing this project

README

          

Fix locale_url:

```
sed -i -E "s#locale_url ([a-zA-Z_]+)#url \1#g" templates/courses/edit_content.html
```