-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (17 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# vertretungsplan-uploader
What is this?
-------------
This is a cross-platform desktop application that allows schools to upload their substitution schedules (Vertretungsplan
/ Supplierplan) to a web server. Currently, only the FTP protocol is implemented, but others (e.g. SFTP) can easily be
added. It is intended to be used together with our [mobile app](https://vertretungsplan.app/) that can fetch the
schedules from the school's server. In the future, we will add an option to notify our server when the school has
updated their schedule, so that changes are reflected in the app instantly.
The application is written in [Kotlin](https://kotlinlang.org/) using [tornadofx](https://github.com/edvin/tornadofx)
and [JFoenix](https://github.com/jfoenixadmin/JFoenix).
Project status
--------------
vertretungsplan-uploader is still in development and has not been tested in production
License
-------
The code in this repository is published under the terms of the GPLv3 License.
See the LICENSE file for the complete license text.