Metadata-Version: 2.1
Name: aleksis
Version: 2021.6rc2
Summary: Free School Information System Distribution
Home-page: https://aleksis.org/
License: EUPL-1.2-or-later
Keywords: SIS,education,school,digitisation,school apps
Author: Dominik George
Author-email: dominik.george@teckids.org
Maintainer: Jonathan Weth
Maintainer-email: wethjo@katharineum.de
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: csvimport
Provides-Extra: ldap
Provides-Extra: untis
Requires-Dist: aleksis-app-alsijil (==2.0rc2)
Requires-Dist: aleksis-app-chronos (==2.0rc1)
Requires-Dist: aleksis-app-csvimport (==2.0rc1); extra == "csvimport"
Requires-Dist: aleksis-app-dashboardfeeds (==2.0rc1)
Requires-Dist: aleksis-app-hjelp (==2.0rc2)
Requires-Dist: aleksis-app-ldap (==2.0rc1); extra == "ldap"
Requires-Dist: aleksis-app-untis (==2.0rc1); extra == "untis"
Requires-Dist: aleksis-core (==2.0rc2)
Project-URL: Repository, https://edugit.org/AlekSIS/official/AlekSIS
Description-Content-Type: text/x-rst

AlekSIS — All-libre extensible kit for school information systems
=================================================================

What AlekSIS is
----------------

`AlekSIS`_ is a web-based school information system (SIS) which can be used to
manage and/or publish organisational subjects of educational institutions.

Formerly two separate projects (BiscuIT and SchoolApps), developed by
`Teckids e.V.`_ and a team of students at `Katharineum zu Lübeck`_, they
were merged into the AlekSIS project in 2020.

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 AlekSIS team also maintains a set of official apps which
make AlekSIS a fully-featured software solutions for the information
management needs of schools.

By design, the platform can be used by schools to write their own apps for
specific needs they face, also in coding classes. Students are empowered to
create real-world applications that bring direct value to their environment.

AlekSIS is part of the `schul-frei`_ project as a component in sustainable
educational networks.

Official apps
-------------

+--------------------------------------+---------------------------------------------------------------------------------------------+
| App name                             | Purpose                                                                                     |
+======================================+=============================================================================================+
| `AlekSIS-App-Chronos`_               | The Chronos app provides functionality for digital timetables.                              |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-DashboardFeeds`_        | The DashboardFeeds app provides functionality to add RSS or Atom feeds to dashboard         |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Hjelp`_                 | The Hjelp app provides functionality for aiding users.                                      |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-LDAP`_                  | The LDAP app provides functionality to import users and groups from LDAP                    |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Untis`_                 | This app provides import and export functions to interact with Untis, a timetable software. |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-Alsijil`_               | This app provides an online class register.                                                 |
+--------------------------------------+---------------------------------------------------------------------------------------------+
| `AlekSIS-App-CSVImport`_             | This app provides import functions to import data from CSV files.                           |
+--------------------------------------+---------------------------------------------------------------------------------------------+


Licence
-------

::

  Copyright © 2017, 2018, 2019, 2020, 2021 Jonathan Weth <wethjo@katharineum.de>
  Copyright © 2017, 2018, 2019, 2020 Frank Poetzsch-Heffter <p-h@katharineum.de>
  Copyright © 2018, 2019, 2020, 2021 Julian Leucker <leuckeju@katharineum.de>
  Copyright © 2018, 2019, 2020, 2021 Hangzhi Yu <yuha@katharineum.de>
  Copyright © 2019, 2020, 2021 Dominik George <dominik.george@teckids.org>
  Copyright © 2019, 2020, 2021 Tom Teichler <tom.teichler@teckids.org>
  Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
  Copyright © 2021 Lloyd Meins <meinsll@katharineum.de>
  Copyright © 2021 magicfelix <felix@felix-zauberer.de>
  
  Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).

Please see the LICENCE.rst file accompanying this distribution for the
full licence text or on the `European Union Public Licence`_ website
https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
(including all other official language versions).

.. _AlekSIS: https://aleksis.org/
.. _Teckids e.V.: https://www.teckids.org/
.. _Katharineum zu Lübeck: https://www.katharineum.de/
.. _European Union Public Licence: https://eupl.eu/
.. _schul-frei: https://schul-frei.org/
.. _AlekSIS-Core: https://edugit.org/AlekSIS/official/AlekSIS-App-Core
.. _AlekSIS-App-Chronos: https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos
.. _AlekSIS-App-DashboardFeeds: https://edugit.org/AlekSIS/official/AlekSIS-App-DashboardFeeds
.. _AlekSIS-App-Hjelp: https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp
.. _AlekSIS-App-LDAP: https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP
.. _AlekSIS-App-Untis: https://edugit.org/AlekSIS/official/AlekSIS-App-Untis
.. _AlekSIS-App-Alsijil: https://edugit.org/AlekSIS/official/AlekSIS-App-Alsijil
.. _AlekSIS-App-CSVImport: https://edugit.org/AlekSIS/official/AlekSIS-App-CSVImport

