diff --git a/README.rst b/README.rst index 06c7091431c8465690afdb29ef8e9af1af1305d2..fcc7f61d7b64dfaddf6f5197c2408cf334a5636f 100644 --- a/README.rst +++ b/README.rst @@ -1,24 +1,26 @@ -BiscuIT - The Free School Information System (SIS) - Next Generation Platform -============================================================================== +AlekSIS (School Information System) — Core +========================================== Warning ------- -**This is a preview version of BiscuIT. Do not use with sensitive data. Especially, do not grant access to students yet.** +**This is a preview version of AlekSIS. Do not use with sensitive data. Especially, do not grant access to students yet.** -What BiscuIT is +What AlekSIS is ---------------- -BiscuIT is a web-based school information system (SIS) which can be used to +AlekSIS is a web-based school information system (SIS) which can be used to manage and/or publish organisational subjects of educational institutions. It was originally developed together with Städt. Leibniz-Gymnasium Remscheid as a proprietary product. Five years after the school stole the original -code base, BiscuIT-ng started as a complete re-implementation as -well-designed, free and open source software. +code base, as a complete re-implementation as well-designed, free and open +source software, BiscuIT-ng was started. In the meantime, students from the +Katharineum in Lübeck implemented School-Apps with the same goals and tools. +In 2020, BiscuIT-ng and School-Apps were combined into AlekSIS. -BiscuIT-ng is a platform based on Django, that provides central funstions +AlekSIS is a platform based on Django, that provides central funstions and data structures that can be used by apps that are developed and provided seperately. The core can interact closely with the Debian Edu / Skolelinux system. @@ -49,4 +51,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/docs/admin/03_psql.rst b/docs/admin/03_psql.rst index a89688ff13d8ff2991aafc7ab533692a25313342..6a33e677f5c8297bfa704a04433bfb370bcbc02b 100644 --- a/docs/admin/03_psql.rst +++ b/docs/admin/03_psql.rst @@ -30,7 +30,7 @@ random, password. You can generate one using the pwgen utility if you like:: Configure BiscuIT to use PostgreSQL ----------------------------------- -Fill in the configuration under `/etc/biscuit/*.toml`:: +Fill in the configuration under `/etc/biscuit/aleksis.toml` (or a file with any other name in this directory):: [default.database] host = "localhost"