mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
commit
a4fe4996aa
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Sith 3 CI
|
name: Sith CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
script_stop: true
|
script_stop: true
|
||||||
|
|
||||||
# See https://github.com/ae-utbm/sith3/wiki/GitHub-Actions#deployment-action
|
# See https://github.com/ae-utbm/sith/wiki/GitHub-Actions#deployment-action
|
||||||
script: |
|
script: |
|
||||||
export PATH="/home/sith/.local/bin:$PATH"
|
export PATH="/home/sith/.local/bin:$PATH"
|
||||||
pushd ${{secrets.SITH_PATH}}
|
pushd ${{secrets.SITH_PATH}}
|
||||||
|
4
.github/workflows/taiste.yml
vendored
4
.github/workflows/taiste.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Sith3 taiste
|
name: Sith taiste
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
script_stop: true
|
script_stop: true
|
||||||
|
|
||||||
# See https://github.com/ae-utbm/sith3/wiki/GitHub-Actions#deployment-action
|
# See https://github.com/ae-utbm/sith/wiki/GitHub-Actions#deployment-action
|
||||||
script: |
|
script: |
|
||||||
export PATH="$HOME/.poetry/bin:$PATH"
|
export PATH="$HOME/.poetry/bin:$PATH"
|
||||||
pushd ${{secrets.SITH_PATH}}
|
pushd ${{secrets.SITH_PATH}}
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](#)
|
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](#)
|
||||||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
[![CI status](https://github.com/ae-utbm/sith3/actions/workflows/ci.yml/badge.svg)](#)
|
[![CI status](https://github.com/ae-utbm/sith/actions/workflows/ci.yml/badge.svg)](#)
|
||||||
[![Docs status](https://github.com/ae-utbm/sith3/actions/workflows/deploy_docs.yml/badge.svg)](https://ae-utbm.github.io/sith3)
|
[![Docs status](https://github.com/ae-utbm/sith/actions/workflows/deploy_docs.yml/badge.svg)](https://ae-utbm.github.io/sith)
|
||||||
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=default&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
|
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=default&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
|
||||||
[![discord](https://img.shields.io/discord/971448179075731476?label=discord&logo=discord&style=default)](https://discord.gg/xk9wfpsufm)
|
[![discord](https://img.shields.io/discord/971448179075731476?label=discord&logo=discord&style=default)](https://discord.gg/xk9wfpsufm)
|
||||||
|
|
||||||
### This is the source code of the UTBM's student association available at [https://ae.utbm.fr/](https://ae.utbm.fr/).
|
### This is the source code of the UTBM's student association available at [https://ae.utbm.fr/](https://ae.utbm.fr/).
|
||||||
|
|
||||||
All documentation is in the `docs` directory and online at [https://ae-utbm.github.io/sith3](https://ae-utbm.github.io/sith3). This documentation is written in French because it targets a French audience and it's too much work to maintain two versions. The code and code comments are strictly written in English.
|
All documentation is in the `docs` directory and online at [https://ae-utbm.github.io/sith](https://ae-utbm.github.io/sith). This documentation is written in French because it targets a French audience and it's too much work to maintain two versions. The code and code comments are strictly written in English.
|
||||||
|
|
||||||
#### If you want to contribute, here's how we recommend to read the docs:
|
#### If you want to contribute, here's how we recommend to read the docs:
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
!!!note "Page générée"
|
!!!note "Page générée"
|
||||||
Cette page est générée à partir du wiki GitHub du projet puisqu'elle
|
Cette page est générée à partir du wiki GitHub du projet puisqu'elle
|
||||||
héberge du contenu binaire lourd qui encombrerait le repo git.
|
héberge du contenu binaire lourd qui encombrerait le repo git.
|
||||||
La [page originale ici](https://github.com/ae-utbm/sith3/wiki/Archives) peut être plus à jour puisque le contenu
|
La [page originale ici](https://github.com/ae-utbm/sith/wiki/Archives) peut être plus à jour puisque le contenu
|
||||||
de cette page date de la dernière génération de la documentation.
|
de cette page date de la dernière génération de la documentation.
|
||||||
|
|
||||||
{! include-markdown 'https://raw.githubusercontent.com/wiki/ae-utbm/sith3/Archives.md', '') !}
|
{! include-markdown 'https://raw.githubusercontent.com/wiki/ae-utbm/sith/Archives.md', '') !}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## Objectifs
|
gq## Objectifs
|
||||||
|
|
||||||
Le but de ce projet est de fournir à
|
Le but de ce projet est de fournir à
|
||||||
l'Association des Étudiants de l'UTBM
|
l'Association des Étudiants de l'UTBM
|
||||||
|
@ -108,8 +108,8 @@ cd /mnt/<la_lettre_du_disque>/vos/fichiers/comme/dhab
|
|||||||
## Finaliser l'installation
|
## Finaliser l'installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ae-utbm/sith3.git
|
git clone https://github.com/ae-utbm/sith.git
|
||||||
cd sith3
|
cd sith
|
||||||
|
|
||||||
# Création de l'environnement et installation des dépendances
|
# Création de l'environnement et installation des dépendances
|
||||||
poetry install
|
poetry install
|
||||||
|
@ -20,7 +20,7 @@ Le code source du projet est organisé comme suit :
|
|||||||
|
|
||||||
<div class="annotate">
|
<div class="annotate">
|
||||||
```
|
```
|
||||||
sith3/
|
sith/
|
||||||
├── .github/
|
├── .github/
|
||||||
│ ├── actions/ (1)
|
│ ├── actions/ (1)
|
||||||
│ └── workflows/ (2)
|
│ └── workflows/ (2)
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -2,9 +2,9 @@ site_name: Site AE UTBM
|
|||||||
site_description: Le site de l'association des étudiants de l'UTBM
|
site_description: Le site de l'association des étudiants de l'UTBM
|
||||||
dev_addr: 127.0.0.1:8080
|
dev_addr: 127.0.0.1:8080
|
||||||
|
|
||||||
repo_name: sith3
|
repo_name: sith
|
||||||
repo_url: https://github.com/ae-utbm/sith3
|
repo_url: https://github.com/ae-utbm/sith
|
||||||
site_url: https://ae-utbm.github.io/sith3
|
site_url: https://ae-utbm.github.io/sith
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
features:
|
features:
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the source code of the website at https://github.com/ae-utbm/sith
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user