university-setup/scripts
Maximilian Keßler 13b4852051 introduce script class
A course now does not handle its lectures directly, but has a
'script' property. The script essentially works as the course before,
except that some methods have been moved from the lectures class to the
script class as well.

This ensures further modulation of the course class, to introduce e.g.
an exercise class in the future that a course can also have.

Additionally, with this come further configurations in the info.yaml
file so that the script can have a different relative path from the
course, and the lectures a relative path from the script.
2021-09-16 14:59:00 +02:00
..
compile-all-masters.py Initial commit 2019-09-15 20:42:11 +02:00
config.py change date format 2021-09-16 13:27:58 +02:00
countdown.py link calendarId to config.py to ease user setup 2020-05-18 20:42:34 +02:00
courses.py introduce script class 2021-09-16 14:59:00 +02:00
init-all-courses.py added file to initialize all courses 2020-08-01 00:24:42 +02:00
lectures.py introduce script class 2021-09-16 14:59:00 +02:00
rofi-courses.py Initial commit 2019-09-15 20:42:11 +02:00
rofi-lectures-view.py Initial commit 2019-09-15 20:42:11 +02:00
rofi-lectures.py Initial commit 2019-09-15 20:42:11 +02:00
rofi.py Initial commit 2019-09-15 20:42:11 +02:00
script.py introduce script class 2021-09-16 14:59:00 +02:00
utils.py Initial commit 2019-09-15 20:42:11 +02:00