From 84de495ba8da2d9673cb619aa3180089d3236f9b Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Fri, 3 Jan 2020 17:53:17 +0100
Subject: [PATCH] Begin renaming BiscuIT-ng to AlekSIS

---
 README.rst                                             |  8 ++++----
 {biscuit => aleksis}/apps/chronos/__init__.py          |  0
 {biscuit => aleksis}/apps/chronos/admin.py             |  0
 {biscuit => aleksis}/apps/chronos/apps.py              |  0
 {biscuit => aleksis}/apps/chronos/fallback_view.py     |  0
 {biscuit => aleksis}/apps/chronos/filters.py           |  0
 {biscuit => aleksis}/apps/chronos/forms.py             |  0
 {biscuit => aleksis}/apps/chronos/hints.py             |  0
 .../apps/chronos/locale/ar/LC_MESSAGES/django.po       |  0
 .../apps/chronos/locale/de_DE/LC_MESSAGES/django.po    |  0
 .../apps/chronos/locale/fr/LC_MESSAGES/django.po       |  0
 .../apps/chronos/locale/nb_NO/LC_MESSAGES/django.po    |  0
 .../apps/chronos/locale/tr_TR/LC_MESSAGES/django.po    |  0
 {biscuit => aleksis}/apps/chronos/m2l.py               |  0
 {biscuit => aleksis}/apps/chronos/menus.py             |  0
 .../apps/chronos/migrations/0001_initial.py            |  0
 .../apps/chronos/migrations/0002_db_indexes.py         |  0
 .../0003_substitution_cancelled_or_subject.py          |  0
 .../chronos/migrations/0004_room_name_not_unique.py    |  0
 .../apps/chronos/migrations/__init__.py                |  0
 {biscuit => aleksis}/apps/chronos/model_extensions.py  |  0
 {biscuit => aleksis}/apps/chronos/models.py            |  0
 {biscuit => aleksis}/apps/chronos/pdf.py               |  0
 {biscuit => aleksis}/apps/chronos/settings.py          |  0
 .../apps/chronos/static/css/chronos/timetable.css      |  0
 {biscuit => aleksis}/apps/chronos/tables.py            |  0
 .../chronos/templates/chronos/edit_substitution.html   |  0
 .../apps/chronos/templates/chronos/lessons_day.html    |  0
 .../apps/chronos/templates/chronos/substitutions.html  |  0
 .../apps/chronos/templates/chronos/tt_day.html         |  0
 .../apps/chronos/templates/chronos/tt_lesson.html      |  0
 .../apps/chronos/templates/chronos/tt_week.html        |  0
 .../apps/chronos/templates/timetable/all.html          |  0
 .../apps/chronos/templates/timetable/datepicker.html   |  0
 .../apps/chronos/templates/timetable/fallback.html     |  0
 .../apps/chronos/templates/timetable/hintform.html     |  0
 .../apps/chronos/templates/timetable/hints.html        |  0
 .../apps/chronos/templates/timetable/hintsinplan.html  |  0
 .../apps/chronos/templates/timetable/hintsinsub.html   |  0
 .../chronos/templates/timetable/hintsinsubprint.html   |  0
 .../apps/chronos/templates/timetable/latex/header.tex  |  0
 .../apps/chronos/templates/timetable/latex/hints.tex   |  0
 .../apps/chronos/templates/timetable/latex/room.tex    |  0
 .../apps/chronos/templates/timetable/latex/subject.tex |  0
 .../templates/timetable/latex/substitutions.tex        |  0
 .../apps/chronos/templates/timetable/latex/teacher.tex |  0
 .../apps/chronos/templates/timetable/lesson.html       |  0
 .../apps/chronos/templates/timetable/myplan.html       |  0
 .../apps/chronos/templates/timetable/plan.html         |  0
 .../apps/chronos/templates/timetable/quicklaunch.html  |  0
 .../apps/chronos/templates/timetable/subs/room.html    |  0
 .../apps/chronos/templates/timetable/subs/subject.html |  0
 .../apps/chronos/templates/timetable/subs/teacher.html |  0
 .../apps/chronos/templates/timetable/substitution.html |  0
 .../chronos/templates/timetable/substitutionprint.html |  0
 .../apps/chronos/templatetags/__init__.py              |  0
 .../apps/chronos/templatetags/common.py                |  0
 .../apps/chronos/templatetags/week_helpers.py          |  0
 {biscuit => aleksis}/apps/chronos/urls.py              |  0
 {biscuit => aleksis}/apps/chronos/util.py              |  0
 {biscuit => aleksis}/apps/chronos/views.py             |  0
 pyproject.toml                                         | 10 +++++-----
 62 files changed, 9 insertions(+), 9 deletions(-)
 rename {biscuit => aleksis}/apps/chronos/__init__.py (100%)
 rename {biscuit => aleksis}/apps/chronos/admin.py (100%)
 rename {biscuit => aleksis}/apps/chronos/apps.py (100%)
 rename {biscuit => aleksis}/apps/chronos/fallback_view.py (100%)
 rename {biscuit => aleksis}/apps/chronos/filters.py (100%)
 rename {biscuit => aleksis}/apps/chronos/forms.py (100%)
 rename {biscuit => aleksis}/apps/chronos/hints.py (100%)
 rename {biscuit => aleksis}/apps/chronos/locale/ar/LC_MESSAGES/django.po (100%)
 rename {biscuit => aleksis}/apps/chronos/locale/de_DE/LC_MESSAGES/django.po (100%)
 rename {biscuit => aleksis}/apps/chronos/locale/fr/LC_MESSAGES/django.po (100%)
 rename {biscuit => aleksis}/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po (100%)
 rename {biscuit => aleksis}/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po (100%)
 rename {biscuit => aleksis}/apps/chronos/m2l.py (100%)
 rename {biscuit => aleksis}/apps/chronos/menus.py (100%)
 rename {biscuit => aleksis}/apps/chronos/migrations/0001_initial.py (100%)
 rename {biscuit => aleksis}/apps/chronos/migrations/0002_db_indexes.py (100%)
 rename {biscuit => aleksis}/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py (100%)
 rename {biscuit => aleksis}/apps/chronos/migrations/0004_room_name_not_unique.py (100%)
 rename {biscuit => aleksis}/apps/chronos/migrations/__init__.py (100%)
 rename {biscuit => aleksis}/apps/chronos/model_extensions.py (100%)
 rename {biscuit => aleksis}/apps/chronos/models.py (100%)
 rename {biscuit => aleksis}/apps/chronos/pdf.py (100%)
 rename {biscuit => aleksis}/apps/chronos/settings.py (100%)
 rename {biscuit => aleksis}/apps/chronos/static/css/chronos/timetable.css (100%)
 rename {biscuit => aleksis}/apps/chronos/tables.py (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/chronos/edit_substitution.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/chronos/lessons_day.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/chronos/substitutions.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/chronos/tt_day.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/chronos/tt_lesson.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/chronos/tt_week.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/all.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/datepicker.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/fallback.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/hintform.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/hints.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/hintsinplan.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/hintsinsub.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/hintsinsubprint.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/latex/header.tex (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/latex/hints.tex (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/latex/room.tex (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/latex/subject.tex (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/latex/substitutions.tex (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/latex/teacher.tex (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/lesson.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/myplan.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/plan.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/quicklaunch.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/subs/room.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/subs/subject.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/subs/teacher.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/substitution.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templates/timetable/substitutionprint.html (100%)
 rename {biscuit => aleksis}/apps/chronos/templatetags/__init__.py (100%)
 rename {biscuit => aleksis}/apps/chronos/templatetags/common.py (100%)
 rename {biscuit => aleksis}/apps/chronos/templatetags/week_helpers.py (100%)
 rename {biscuit => aleksis}/apps/chronos/urls.py (100%)
 rename {biscuit => aleksis}/apps/chronos/util.py (100%)
 rename {biscuit => aleksis}/apps/chronos/views.py (100%)

diff --git a/README.rst b/README.rst
index 8052d63b..013f1b6a 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,10 @@
-BiscuIT School Information System (SIS) - App Chronos (digital timetables)
+AlekSIS School Information System (SIS) - App Chronos (digital timetables)
 ======================================================================
 
-BiscuIT
+AlekSIS
 -------
 
-This is an application for use with the `BiscuIT-ng`_ platform.
+This is an application for use with the `AlekSIS`_ platform.
 
 Features
 --------
@@ -30,4 +30,4 @@ full licence text or on the `Europen Union Public Licence`_ website
 https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
 (including all other official language versions).
 
-.. _BiscuIT-ng: https://edugit.org/BiscuIT/BiscuIT-ng
+.. _AlekSIS: https://edugit.org/AlekSIS/AlekSIS
diff --git a/biscuit/apps/chronos/__init__.py b/aleksis/apps/chronos/__init__.py
similarity index 100%
rename from biscuit/apps/chronos/__init__.py
rename to aleksis/apps/chronos/__init__.py
diff --git a/biscuit/apps/chronos/admin.py b/aleksis/apps/chronos/admin.py
similarity index 100%
rename from biscuit/apps/chronos/admin.py
rename to aleksis/apps/chronos/admin.py
diff --git a/biscuit/apps/chronos/apps.py b/aleksis/apps/chronos/apps.py
similarity index 100%
rename from biscuit/apps/chronos/apps.py
rename to aleksis/apps/chronos/apps.py
diff --git a/biscuit/apps/chronos/fallback_view.py b/aleksis/apps/chronos/fallback_view.py
similarity index 100%
rename from biscuit/apps/chronos/fallback_view.py
rename to aleksis/apps/chronos/fallback_view.py
diff --git a/biscuit/apps/chronos/filters.py b/aleksis/apps/chronos/filters.py
similarity index 100%
rename from biscuit/apps/chronos/filters.py
rename to aleksis/apps/chronos/filters.py
diff --git a/biscuit/apps/chronos/forms.py b/aleksis/apps/chronos/forms.py
similarity index 100%
rename from biscuit/apps/chronos/forms.py
rename to aleksis/apps/chronos/forms.py
diff --git a/biscuit/apps/chronos/hints.py b/aleksis/apps/chronos/hints.py
similarity index 100%
rename from biscuit/apps/chronos/hints.py
rename to aleksis/apps/chronos/hints.py
diff --git a/biscuit/apps/chronos/locale/ar/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/ar/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/ar/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/ar/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/de_DE/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/de_DE/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/de_DE/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/de_DE/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/fr/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/fr/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/fr/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/fr/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/m2l.py b/aleksis/apps/chronos/m2l.py
similarity index 100%
rename from biscuit/apps/chronos/m2l.py
rename to aleksis/apps/chronos/m2l.py
diff --git a/biscuit/apps/chronos/menus.py b/aleksis/apps/chronos/menus.py
similarity index 100%
rename from biscuit/apps/chronos/menus.py
rename to aleksis/apps/chronos/menus.py
diff --git a/biscuit/apps/chronos/migrations/0001_initial.py b/aleksis/apps/chronos/migrations/0001_initial.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0001_initial.py
rename to aleksis/apps/chronos/migrations/0001_initial.py
diff --git a/biscuit/apps/chronos/migrations/0002_db_indexes.py b/aleksis/apps/chronos/migrations/0002_db_indexes.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0002_db_indexes.py
rename to aleksis/apps/chronos/migrations/0002_db_indexes.py
diff --git a/biscuit/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py b/aleksis/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py
rename to aleksis/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py
diff --git a/biscuit/apps/chronos/migrations/0004_room_name_not_unique.py b/aleksis/apps/chronos/migrations/0004_room_name_not_unique.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0004_room_name_not_unique.py
rename to aleksis/apps/chronos/migrations/0004_room_name_not_unique.py
diff --git a/biscuit/apps/chronos/migrations/__init__.py b/aleksis/apps/chronos/migrations/__init__.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/__init__.py
rename to aleksis/apps/chronos/migrations/__init__.py
diff --git a/biscuit/apps/chronos/model_extensions.py b/aleksis/apps/chronos/model_extensions.py
similarity index 100%
rename from biscuit/apps/chronos/model_extensions.py
rename to aleksis/apps/chronos/model_extensions.py
diff --git a/biscuit/apps/chronos/models.py b/aleksis/apps/chronos/models.py
similarity index 100%
rename from biscuit/apps/chronos/models.py
rename to aleksis/apps/chronos/models.py
diff --git a/biscuit/apps/chronos/pdf.py b/aleksis/apps/chronos/pdf.py
similarity index 100%
rename from biscuit/apps/chronos/pdf.py
rename to aleksis/apps/chronos/pdf.py
diff --git a/biscuit/apps/chronos/settings.py b/aleksis/apps/chronos/settings.py
similarity index 100%
rename from biscuit/apps/chronos/settings.py
rename to aleksis/apps/chronos/settings.py
diff --git a/biscuit/apps/chronos/static/css/chronos/timetable.css b/aleksis/apps/chronos/static/css/chronos/timetable.css
similarity index 100%
rename from biscuit/apps/chronos/static/css/chronos/timetable.css
rename to aleksis/apps/chronos/static/css/chronos/timetable.css
diff --git a/biscuit/apps/chronos/tables.py b/aleksis/apps/chronos/tables.py
similarity index 100%
rename from biscuit/apps/chronos/tables.py
rename to aleksis/apps/chronos/tables.py
diff --git a/biscuit/apps/chronos/templates/chronos/edit_substitution.html b/aleksis/apps/chronos/templates/chronos/edit_substitution.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/edit_substitution.html
rename to aleksis/apps/chronos/templates/chronos/edit_substitution.html
diff --git a/biscuit/apps/chronos/templates/chronos/lessons_day.html b/aleksis/apps/chronos/templates/chronos/lessons_day.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/lessons_day.html
rename to aleksis/apps/chronos/templates/chronos/lessons_day.html
diff --git a/biscuit/apps/chronos/templates/chronos/substitutions.html b/aleksis/apps/chronos/templates/chronos/substitutions.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/substitutions.html
rename to aleksis/apps/chronos/templates/chronos/substitutions.html
diff --git a/biscuit/apps/chronos/templates/chronos/tt_day.html b/aleksis/apps/chronos/templates/chronos/tt_day.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/tt_day.html
rename to aleksis/apps/chronos/templates/chronos/tt_day.html
diff --git a/biscuit/apps/chronos/templates/chronos/tt_lesson.html b/aleksis/apps/chronos/templates/chronos/tt_lesson.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/tt_lesson.html
rename to aleksis/apps/chronos/templates/chronos/tt_lesson.html
diff --git a/biscuit/apps/chronos/templates/chronos/tt_week.html b/aleksis/apps/chronos/templates/chronos/tt_week.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/tt_week.html
rename to aleksis/apps/chronos/templates/chronos/tt_week.html
diff --git a/biscuit/apps/chronos/templates/timetable/all.html b/aleksis/apps/chronos/templates/timetable/all.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/all.html
rename to aleksis/apps/chronos/templates/timetable/all.html
diff --git a/biscuit/apps/chronos/templates/timetable/datepicker.html b/aleksis/apps/chronos/templates/timetable/datepicker.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/datepicker.html
rename to aleksis/apps/chronos/templates/timetable/datepicker.html
diff --git a/biscuit/apps/chronos/templates/timetable/fallback.html b/aleksis/apps/chronos/templates/timetable/fallback.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/fallback.html
rename to aleksis/apps/chronos/templates/timetable/fallback.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintform.html b/aleksis/apps/chronos/templates/timetable/hintform.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintform.html
rename to aleksis/apps/chronos/templates/timetable/hintform.html
diff --git a/biscuit/apps/chronos/templates/timetable/hints.html b/aleksis/apps/chronos/templates/timetable/hints.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hints.html
rename to aleksis/apps/chronos/templates/timetable/hints.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintsinplan.html b/aleksis/apps/chronos/templates/timetable/hintsinplan.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintsinplan.html
rename to aleksis/apps/chronos/templates/timetable/hintsinplan.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintsinsub.html b/aleksis/apps/chronos/templates/timetable/hintsinsub.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintsinsub.html
rename to aleksis/apps/chronos/templates/timetable/hintsinsub.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintsinsubprint.html b/aleksis/apps/chronos/templates/timetable/hintsinsubprint.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintsinsubprint.html
rename to aleksis/apps/chronos/templates/timetable/hintsinsubprint.html
diff --git a/biscuit/apps/chronos/templates/timetable/latex/header.tex b/aleksis/apps/chronos/templates/timetable/latex/header.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/header.tex
rename to aleksis/apps/chronos/templates/timetable/latex/header.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/hints.tex b/aleksis/apps/chronos/templates/timetable/latex/hints.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/hints.tex
rename to aleksis/apps/chronos/templates/timetable/latex/hints.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/room.tex b/aleksis/apps/chronos/templates/timetable/latex/room.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/room.tex
rename to aleksis/apps/chronos/templates/timetable/latex/room.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/subject.tex b/aleksis/apps/chronos/templates/timetable/latex/subject.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/subject.tex
rename to aleksis/apps/chronos/templates/timetable/latex/subject.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/substitutions.tex b/aleksis/apps/chronos/templates/timetable/latex/substitutions.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/substitutions.tex
rename to aleksis/apps/chronos/templates/timetable/latex/substitutions.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/teacher.tex b/aleksis/apps/chronos/templates/timetable/latex/teacher.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/teacher.tex
rename to aleksis/apps/chronos/templates/timetable/latex/teacher.tex
diff --git a/biscuit/apps/chronos/templates/timetable/lesson.html b/aleksis/apps/chronos/templates/timetable/lesson.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/lesson.html
rename to aleksis/apps/chronos/templates/timetable/lesson.html
diff --git a/biscuit/apps/chronos/templates/timetable/myplan.html b/aleksis/apps/chronos/templates/timetable/myplan.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/myplan.html
rename to aleksis/apps/chronos/templates/timetable/myplan.html
diff --git a/biscuit/apps/chronos/templates/timetable/plan.html b/aleksis/apps/chronos/templates/timetable/plan.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/plan.html
rename to aleksis/apps/chronos/templates/timetable/plan.html
diff --git a/biscuit/apps/chronos/templates/timetable/quicklaunch.html b/aleksis/apps/chronos/templates/timetable/quicklaunch.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/quicklaunch.html
rename to aleksis/apps/chronos/templates/timetable/quicklaunch.html
diff --git a/biscuit/apps/chronos/templates/timetable/subs/room.html b/aleksis/apps/chronos/templates/timetable/subs/room.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/subs/room.html
rename to aleksis/apps/chronos/templates/timetable/subs/room.html
diff --git a/biscuit/apps/chronos/templates/timetable/subs/subject.html b/aleksis/apps/chronos/templates/timetable/subs/subject.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/subs/subject.html
rename to aleksis/apps/chronos/templates/timetable/subs/subject.html
diff --git a/biscuit/apps/chronos/templates/timetable/subs/teacher.html b/aleksis/apps/chronos/templates/timetable/subs/teacher.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/subs/teacher.html
rename to aleksis/apps/chronos/templates/timetable/subs/teacher.html
diff --git a/biscuit/apps/chronos/templates/timetable/substitution.html b/aleksis/apps/chronos/templates/timetable/substitution.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/substitution.html
rename to aleksis/apps/chronos/templates/timetable/substitution.html
diff --git a/biscuit/apps/chronos/templates/timetable/substitutionprint.html b/aleksis/apps/chronos/templates/timetable/substitutionprint.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/substitutionprint.html
rename to aleksis/apps/chronos/templates/timetable/substitutionprint.html
diff --git a/biscuit/apps/chronos/templatetags/__init__.py b/aleksis/apps/chronos/templatetags/__init__.py
similarity index 100%
rename from biscuit/apps/chronos/templatetags/__init__.py
rename to aleksis/apps/chronos/templatetags/__init__.py
diff --git a/biscuit/apps/chronos/templatetags/common.py b/aleksis/apps/chronos/templatetags/common.py
similarity index 100%
rename from biscuit/apps/chronos/templatetags/common.py
rename to aleksis/apps/chronos/templatetags/common.py
diff --git a/biscuit/apps/chronos/templatetags/week_helpers.py b/aleksis/apps/chronos/templatetags/week_helpers.py
similarity index 100%
rename from biscuit/apps/chronos/templatetags/week_helpers.py
rename to aleksis/apps/chronos/templatetags/week_helpers.py
diff --git a/biscuit/apps/chronos/urls.py b/aleksis/apps/chronos/urls.py
similarity index 100%
rename from biscuit/apps/chronos/urls.py
rename to aleksis/apps/chronos/urls.py
diff --git a/biscuit/apps/chronos/util.py b/aleksis/apps/chronos/util.py
similarity index 100%
rename from biscuit/apps/chronos/util.py
rename to aleksis/apps/chronos/util.py
diff --git a/biscuit/apps/chronos/views.py b/aleksis/apps/chronos/views.py
similarity index 100%
rename from biscuit/apps/chronos/views.py
rename to aleksis/apps/chronos/views.py
diff --git a/pyproject.toml b/pyproject.toml
index a49c3a42..5a0e6ce3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,16 +2,16 @@
 name = "BiscuIT-App-Chronos"
 version = "1.0a4dev0"
 packages = [
-    { include = "biscuit" }
+    { include = "aleksis" }
 ]
 readme = "README.rst"
 
-description = "BiscuIT School Information System (SIS) - App Chronos (Time tables)"
+description = "AlekSIS School Information System (SIS) - App Chronos (Time tables)"
 authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuckeju@katharineum.de>", "Frank Poetzsch-Heffter <p-h@katharineum.de>", "Tom Teichler <tom.teichler@teckids.org>", "Jonathan Weth <wethjo@katharineum.de>", "Hangzhi Yu <yuha@katharineum.de>"]
 license = "EUPL-1.2"
-homepage = "https://biscuit.edugit.io/"
+homepage = "https://aleksis.edugit.io/"
 repository = "https://edugit.org/BiscuIT/BiscuIT-App-Chronos"
-documentation = "https://biscuit.edugit.io/BiscuIT-ng/docs/html/"
+documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
 classifiers = [
     "Environment :: Web Environment",
     "Intended Audience :: Education",
@@ -20,7 +20,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-BiscuIT-ng = { path = "../../.." }
+AlekSIS = { path = "../../.." }
 
 [build-system]
 requires = ["poetry>=0.12"]
-- 
GitLab