@@ -16,14 +16,6 @@ Download the current version by clicking on the link above (this will download t
Then, upload the file to WordPress in the "Themes" section and enable it. Done :)
## :checkered_flag: Development
The `master` branch of this repository is push-protected, so you cannot push changes directly to it. Instead, you should create a feature branch, commit all your changes there, push that branch and then merge it into master via a merge request.
We recommend that you first create an issue describing what you want to do and then use GitLab's built-in "Create merge request and branch" feature for that. This way, it is also always documented who is working on which changes.
You can of course also always change the branch protection in the settings, but we would recommend against that.
## :scales: License
The "fscoli next" WordPress theme is distributed under the terms of the [**GNU General Public License v3.0**][gpl-3.0].
@@ -40,7 +32,7 @@ GitLab provides [a list of the differences between "fscoli next" and "Fachschaft
*`style.css` includes a CSS snippet adapted from the Stack Overflow answer https://stackoverflow.com/a/52226523/ by [binaryfunt][binaryfunt] which is licensed under [**CC BY-SA 4.0**][cc-by-sa-4.0]. More details can be found in the respective file.
* The [icon this repository uses](https://gitlab.cl.uni-heidelberg.de/uploads/-/system/project/avatar/720/web-design-padded.png) was made by [monkik][monkik] from [www.flaticon.com][flaticon] and is licensed under the **Flaticon License**.
*`js/lib/qrcode/*` contains a JavaScript library to parse QR codes, which is licensed under The MIT License (MIT) and authored by davidshimjs (https://davidshimjs.github.io/qrcodejs/)
*`js/lib/qrcode/*` contains a JavaScript library to create QR codes, which is licensed under The MIT License (MIT) and authored by davidshimjs (https://davidshimjs.github.io/qrcodejs/)