Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Kolego
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Onboarding
AlekSIS-App-Kolego
Commits
a53f3ba7
Verified
Commit
a53f3ba7
authored
3 months ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Update copyright and meta files
parent
23d23292
No related branches found
No related tags found
1 merge request
!58
Update copyright and meta files
Pipeline
#194167
passed
3 months ago
Stage: prepare
Stage: test
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
README.rst
+9
-4
9 additions, 4 deletions
README.rst
aleksis/apps/kolego/apps.py
+9
-3
9 additions, 3 deletions
aleksis/apps/kolego/apps.py
pyproject.toml
+10
-4
10 additions, 4 deletions
pyproject.toml
with
30 additions
and
13 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a53f3ba7
...
...
@@ -3,8 +3,8 @@ include:
file
:
/ci/general.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/prepare/lock.yml
#
- project: "AlekSIS/official/AlekSIS"
#
file: /ci/test.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/test
/test
.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/test/lint.yml
-
project
:
"
AlekSIS/official/AlekSIS"
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
9
−
4
View file @
a53f3ba7
AlekSIS (School Information System) — App Kolego (Staff Management)
===============================================================================
===================
AlekSIS (School Information System) — App Kolego (Staff
and Absence
Management)
===============================================================================
AlekSIS
-------
...
...
@@ -9,14 +9,19 @@ This is an application for use with the `AlekSIS®`_ platform.
Features
--------
The author of this app did not describe it yet
.
* Manage absences of persons with different reasons
.
Licence
-------
::
Copyright © 2023 Jonathan Weth <dev@jonathanweth.de>
Copyright © 2023, 2024 Jonathan Weth <jonathan.weth@teckids.org>
Copyright © 2024 Michael Bauer <michael-bauer@posteo.de>
Copyright © 2024 Julian Leucker <julian.leucker@teckids.org>
Copyright © 2024 magicfelix <felix@felix-zauberer.de>
Copyright © 2024 Hangzhi Yu <hangzhi.yu@teckids.org>
Licenced under the EUPL, version 1.2 or later
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/kolego/apps.py
+
9
−
3
View file @
a53f3ba7
...
...
@@ -3,11 +3,17 @@ from aleksis.core.util.apps import AppConfig
class
DefaultConfig
(
AppConfig
):
name
=
"
aleksis.apps.kolego
"
verbose_name
=
"
AlekSIS — Kolego
"
verbose_name
=
"
AlekSIS — Kolego
(Staff and Absences)
"
dist_name
=
"
AlekSIS-App-Kolego
"
urls
=
{
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding/
/
AlekSIS-App-Kolego
"
,
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego
"
,
}
licence
=
"
EUPL-1.2+
"
copyright_info
=
(([
2023
],
"
Jonathan Weth
"
,
"
dev@jonathanweth.de
"
),)
copyright_info
=
(
([
2023
,
2024
],
"
Jonathan Weth
"
,
"
jonathan.weth@teckids.org
"
),
([
2024
],
"
Michael Bauer
"
,
"
michael-bauer@posteo.de
"
),
([
2024
],
"
Julian Leucker
"
,
"
julian.leucker@teckids.org
"
),
([
2024
],
"
magicfelix
"
,
"
felix@felix-zauberer.de
"
),
([
2024
],
"
Hangzhi Yu
"
,
"
hangzhi.yu@teckids.org
"
),
)
This diff is collapsed.
Click to expand it.
pyproject.toml
+
10
−
4
View file @
a53f3ba7
...
...
@@ -11,18 +11,24 @@ include = [
{
path
=
"tox.ini"
,
format
=
"sdist"
}
]
description
=
"AlekSIS (School Information System) — App Kolego (Staff Management)"
authors
=
[
"Jonathan Weth <dev@jonathanweth.de>"
]
description
=
"AlekSIS (School Information System) — App Kolego (Staff and Absence Management)"
authors
=
[
"Michael Bauer <michael-bauer@posteo.de>"
,
"Julian Leucker <julian.leucker@teckids.org>"
,
"magicfelix <felix@felix-zauberer.de>"
,
"Jonathan Weth <dev@jonathanweth.de>"
,
"Hangzhi Yu <hangzhi.yu@teckids.org>"
,
]
license
=
"EUPL-1.2-or-later"
homepage
=
"https://aleksis.org"
repository
=
"https://edugit.org/AlekSIS/onboarding/
/
AlekSIS-App-Kolego"
repository
=
"https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego"
documentation
=
"https://aleksis.org/official/AlekSIS/docs/html/"
classifiers
=
[
"Environment :: Web Environment"
,
"Intended Audience :: Education"
,
"Topic :: Education"
]
maintainers
=
[
"Jonathan Weth <
dev@
jonathanweth
.de
>"
,
"Dominik George <dominik.george@teckids.org>"
]
maintainers
=
[
"Jonathan Weth <jonathan
.
weth
@teckids.org
>"
,
"Dominik George <dominik.george@teckids.org>"
]
[[tool.poetry.source]]
name
=
"PyPI"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment