From d00d82b6d0c2fd01256e66ebbecbdfd845657fcb Mon Sep 17 00:00:00 2001 From: mirabilos <t.glaser@tarent.de> Date: Fri, 3 Jan 2020 17:53:17 +0100 Subject: [PATCH] Begin renaming BiscuIT-ng to AlekSIS --- README.rst | 8 ++++---- {biscuit => aleksis}/apps/fibu/README.md | 0 {biscuit => aleksis}/apps/fibu/__init__.py | 0 {biscuit => aleksis}/apps/fibu/admin.py | 0 {biscuit => aleksis}/apps/fibu/apps.py | 0 {biscuit => aleksis}/apps/fibu/decorators.py | 0 {biscuit => aleksis}/apps/fibu/filters.py | 0 {biscuit => aleksis}/apps/fibu/forms.py | 0 .../apps/fibu/migrations/0001_initial.py | 0 .../apps/fibu/migrations/0002_auto_20191228_1357.py | 0 .../apps/fibu/migrations/0003_auto_20191228_1553.py | 0 {biscuit => aleksis}/apps/fibu/migrations/__init__.py | 0 {biscuit => aleksis}/apps/fibu/models.py | 0 .../apps/fibu/templates/fibu/account/edit.html | 0 .../apps/fibu/templates/fibu/account/index.html | 0 .../apps/fibu/templates/fibu/booking/book.html | 0 .../apps/fibu/templates/fibu/booking/check.html | 0 .../apps/fibu/templates/fibu/booking/edit.html | 0 .../apps/fibu/templates/fibu/booking/index.html | 0 .../apps/fibu/templates/fibu/booking/new.html | 0 .../apps/fibu/templates/fibu/cost_center/edit.html | 0 .../apps/fibu/templates/fibu/cost_center/index.html | 0 .../apps/fibu/templates/fibu/index.html | 0 .../apps/fibu/templates/fibu/reports/expenses.html | 0 .../apps/fibu/templates/fibu/reports/index.html | 0 {biscuit => aleksis}/apps/fibu/urls.py | 0 {biscuit => aleksis}/apps/fibu/views.py | 0 pyproject.toml | 10 +++++----- 28 files changed, 9 insertions(+), 9 deletions(-) rename {biscuit => aleksis}/apps/fibu/README.md (100%) rename {biscuit => aleksis}/apps/fibu/__init__.py (100%) rename {biscuit => aleksis}/apps/fibu/admin.py (100%) rename {biscuit => aleksis}/apps/fibu/apps.py (100%) rename {biscuit => aleksis}/apps/fibu/decorators.py (100%) rename {biscuit => aleksis}/apps/fibu/filters.py (100%) rename {biscuit => aleksis}/apps/fibu/forms.py (100%) rename {biscuit => aleksis}/apps/fibu/migrations/0001_initial.py (100%) rename {biscuit => aleksis}/apps/fibu/migrations/0002_auto_20191228_1357.py (100%) rename {biscuit => aleksis}/apps/fibu/migrations/0003_auto_20191228_1553.py (100%) rename {biscuit => aleksis}/apps/fibu/migrations/__init__.py (100%) rename {biscuit => aleksis}/apps/fibu/models.py (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/account/edit.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/account/index.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/booking/book.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/booking/check.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/booking/edit.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/booking/index.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/booking/new.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/cost_center/edit.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/cost_center/index.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/index.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/reports/expenses.html (100%) rename {biscuit => aleksis}/apps/fibu/templates/fibu/reports/index.html (100%) rename {biscuit => aleksis}/apps/fibu/urls.py (100%) rename {biscuit => aleksis}/apps/fibu/views.py (100%) diff --git a/README.rst b/README.rst index 844e7e5..89191ed 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -BiscuIT School Information System (SIS) - App FiBu (financial accounting) +AlekSIS School Information System (SIS) - App FiBu (financial accounting) ====================================================================== -BiscuIT +AlekSIS ------- -This is an application for use with the `BiscuIT-ng`_ platform. +This is an application for use with the `AlekSIS`_ platform. Features -------- @@ -26,4 +26,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/fibu/README.md b/aleksis/apps/fibu/README.md similarity index 100% rename from biscuit/apps/fibu/README.md rename to aleksis/apps/fibu/README.md diff --git a/biscuit/apps/fibu/__init__.py b/aleksis/apps/fibu/__init__.py similarity index 100% rename from biscuit/apps/fibu/__init__.py rename to aleksis/apps/fibu/__init__.py diff --git a/biscuit/apps/fibu/admin.py b/aleksis/apps/fibu/admin.py similarity index 100% rename from biscuit/apps/fibu/admin.py rename to aleksis/apps/fibu/admin.py diff --git a/biscuit/apps/fibu/apps.py b/aleksis/apps/fibu/apps.py similarity index 100% rename from biscuit/apps/fibu/apps.py rename to aleksis/apps/fibu/apps.py diff --git a/biscuit/apps/fibu/decorators.py b/aleksis/apps/fibu/decorators.py similarity index 100% rename from biscuit/apps/fibu/decorators.py rename to aleksis/apps/fibu/decorators.py diff --git a/biscuit/apps/fibu/filters.py b/aleksis/apps/fibu/filters.py similarity index 100% rename from biscuit/apps/fibu/filters.py rename to aleksis/apps/fibu/filters.py diff --git a/biscuit/apps/fibu/forms.py b/aleksis/apps/fibu/forms.py similarity index 100% rename from biscuit/apps/fibu/forms.py rename to aleksis/apps/fibu/forms.py diff --git a/biscuit/apps/fibu/migrations/0001_initial.py b/aleksis/apps/fibu/migrations/0001_initial.py similarity index 100% rename from biscuit/apps/fibu/migrations/0001_initial.py rename to aleksis/apps/fibu/migrations/0001_initial.py diff --git a/biscuit/apps/fibu/migrations/0002_auto_20191228_1357.py b/aleksis/apps/fibu/migrations/0002_auto_20191228_1357.py similarity index 100% rename from biscuit/apps/fibu/migrations/0002_auto_20191228_1357.py rename to aleksis/apps/fibu/migrations/0002_auto_20191228_1357.py diff --git a/biscuit/apps/fibu/migrations/0003_auto_20191228_1553.py b/aleksis/apps/fibu/migrations/0003_auto_20191228_1553.py similarity index 100% rename from biscuit/apps/fibu/migrations/0003_auto_20191228_1553.py rename to aleksis/apps/fibu/migrations/0003_auto_20191228_1553.py diff --git a/biscuit/apps/fibu/migrations/__init__.py b/aleksis/apps/fibu/migrations/__init__.py similarity index 100% rename from biscuit/apps/fibu/migrations/__init__.py rename to aleksis/apps/fibu/migrations/__init__.py diff --git a/biscuit/apps/fibu/models.py b/aleksis/apps/fibu/models.py similarity index 100% rename from biscuit/apps/fibu/models.py rename to aleksis/apps/fibu/models.py diff --git a/biscuit/apps/fibu/templates/fibu/account/edit.html b/aleksis/apps/fibu/templates/fibu/account/edit.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/account/edit.html rename to aleksis/apps/fibu/templates/fibu/account/edit.html diff --git a/biscuit/apps/fibu/templates/fibu/account/index.html b/aleksis/apps/fibu/templates/fibu/account/index.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/account/index.html rename to aleksis/apps/fibu/templates/fibu/account/index.html diff --git a/biscuit/apps/fibu/templates/fibu/booking/book.html b/aleksis/apps/fibu/templates/fibu/booking/book.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/booking/book.html rename to aleksis/apps/fibu/templates/fibu/booking/book.html diff --git a/biscuit/apps/fibu/templates/fibu/booking/check.html b/aleksis/apps/fibu/templates/fibu/booking/check.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/booking/check.html rename to aleksis/apps/fibu/templates/fibu/booking/check.html diff --git a/biscuit/apps/fibu/templates/fibu/booking/edit.html b/aleksis/apps/fibu/templates/fibu/booking/edit.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/booking/edit.html rename to aleksis/apps/fibu/templates/fibu/booking/edit.html diff --git a/biscuit/apps/fibu/templates/fibu/booking/index.html b/aleksis/apps/fibu/templates/fibu/booking/index.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/booking/index.html rename to aleksis/apps/fibu/templates/fibu/booking/index.html diff --git a/biscuit/apps/fibu/templates/fibu/booking/new.html b/aleksis/apps/fibu/templates/fibu/booking/new.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/booking/new.html rename to aleksis/apps/fibu/templates/fibu/booking/new.html diff --git a/biscuit/apps/fibu/templates/fibu/cost_center/edit.html b/aleksis/apps/fibu/templates/fibu/cost_center/edit.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/cost_center/edit.html rename to aleksis/apps/fibu/templates/fibu/cost_center/edit.html diff --git a/biscuit/apps/fibu/templates/fibu/cost_center/index.html b/aleksis/apps/fibu/templates/fibu/cost_center/index.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/cost_center/index.html rename to aleksis/apps/fibu/templates/fibu/cost_center/index.html diff --git a/biscuit/apps/fibu/templates/fibu/index.html b/aleksis/apps/fibu/templates/fibu/index.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/index.html rename to aleksis/apps/fibu/templates/fibu/index.html diff --git a/biscuit/apps/fibu/templates/fibu/reports/expenses.html b/aleksis/apps/fibu/templates/fibu/reports/expenses.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/reports/expenses.html rename to aleksis/apps/fibu/templates/fibu/reports/expenses.html diff --git a/biscuit/apps/fibu/templates/fibu/reports/index.html b/aleksis/apps/fibu/templates/fibu/reports/index.html similarity index 100% rename from biscuit/apps/fibu/templates/fibu/reports/index.html rename to aleksis/apps/fibu/templates/fibu/reports/index.html diff --git a/biscuit/apps/fibu/urls.py b/aleksis/apps/fibu/urls.py similarity index 100% rename from biscuit/apps/fibu/urls.py rename to aleksis/apps/fibu/urls.py diff --git a/biscuit/apps/fibu/views.py b/aleksis/apps/fibu/views.py similarity index 100% rename from biscuit/apps/fibu/views.py rename to aleksis/apps/fibu/views.py diff --git a/pyproject.toml b/pyproject.toml index d5ded4a..23820f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,16 +2,16 @@ name = "BiscuIT-App-FiBu" version = "1.0a4dev0" packages = [ - { include = "biscuit" } + { include = "aleksis" } ] readme = "README.rst" -description = "BiscuIT School Information System (SIS) - App FiBu (financial accounting)" +description = "AlekSIS School Information System (SIS) - App FiBu (financial accounting)" authors = ["Frank Poetzsch-Heffter <p-h@katharineum.de>", "Jonathan Weth <wethjo@katharineum.de>"] license = "EUPL-1.2" -homepage = "https://biscuit.edugit.io/" +homepage = "https://aleksis.edugit.io/" repository = "https://edugit.org/BiscuIT/BiscuIT-App-FiBu" -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