Merge pull request #58 from ThomasRubini/legal_pages_improvements
This commit is contained in:
commit
77f09b953f
@ -1,8 +1,6 @@
|
|||||||
Flask==2.2.2
|
Flask==2.2.2
|
||||||
pyjwt==2.6.0
|
|
||||||
Flask-SocketIO==5.3.2
|
Flask-SocketIO==5.3.2
|
||||||
SQLAlchemy==1.4.20
|
SQLAlchemy==1.4.20
|
||||||
pymysql==1.0.2
|
pymysql==1.0.2
|
||||||
discord.py==2.1.0
|
discord.py==2.1.0
|
||||||
discord.py==2.1.0
|
|
||||||
python-dotenv==0.21.0
|
python-dotenv==0.21.0
|
||||||
|
|||||||
@ -10,7 +10,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="legal_text_title">Mentions légales</h1>
|
<h1 class="legal_text_title">Mentions légales</h1>
|
||||||
<div class="legal_text_block">{{ html_legal_mentions }}</div>
|
<div class="legal_text_block">
|
||||||
|
<p>Ce site web est hébergé par InovaPerf, dont l'adresse est 14 rue Charles-V 75004 Paris et dont le numéro de téléphone est 09 72 54 63 63.</p>
|
||||||
|
</div>
|
||||||
|
<div class="legal_text_block">
|
||||||
|
<p>Le code de ce jeu est ouvert et disponible sous license MIT à l'adresse suivante : <a href="https://github.com/ThomasRubini/SAE-A2-TruthInquiry" target="_blank" title="Voir le dépôt de Truth Inquiry dans un nouvel onglet" class="legal_link">https://github.com/ThomasRubini/SAE-A2-TruthInquiry</a></p>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer_links">
|
<div class="footer_links">
|
||||||
<a href="/privacy" class="footer_link link" target="_blank" title="Consulter la politique de confidentialité de Truth Inquiry (ouverture dans un nouvel onglet)">Politique de confidentialité</a>
|
<a href="/privacy" class="footer_link link" target="_blank" title="Consulter la politique de confidentialité de Truth Inquiry (ouverture dans un nouvel onglet)">Politique de confidentialité</a>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<title>Truth Inquiry - Licenses</title>
|
<title>Truth Inquiry - Licenses et crédits</title>
|
||||||
<link rel="stylesheet" href="/static/css/game_ui.css">
|
<link rel="stylesheet" href="/static/css/game_ui.css">
|
||||||
<link rel="stylesheet" href="/static/css/game_ui_legal.css">
|
<link rel="stylesheet" href="/static/css/game_ui_legal.css">
|
||||||
<meta name="color-scheme" content="dark light">
|
<meta name="color-scheme" content="dark light">
|
||||||
@ -22,16 +22,34 @@
|
|||||||
Roboto Mono, police créée par Christian Robertson sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
|
Roboto Mono, police créée par Christian Robertson sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="license_item">
|
<li class="license_item">
|
||||||
Material Icons, créés par Google sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
|
Material Icons, icônes créés par Google sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="license_item">
|
<li class="license_item">
|
||||||
Certains icônes d'illustrations peuvent provenir de Icons8, sous license <a href="https://icons8.com/license" title="Voir la license gratuite Icons8 dans un nouvel onglet" target="_blank" class="legal_link">gratuite Icons8</a>
|
Certains icônes d'illustrations peuvent provenir de Icons8, sous license <a href="https://icons8.com/license" title="Voir la license gratuite Icons8 dans un nouvel onglet" target="_blank" class="legal_link">gratuite Icons8</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="license_item">
|
<li class="license_item">
|
||||||
Flask, framework Python créé par Pallets, sous license <a href="https://github.com/pallets/flask/blob/main/LICENSE.rst" title="Voir la license BSD-3 Clause de Flask dans un nouvel onglet" target="_blank" class="legal_link">BSD-3 Clause</a>
|
Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license <a href="https://github.com/socketio/socket.io-client/blob/main/LICENSE" title="Voir la license MIT de Socket.IO (client) dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="license_item">
|
<li class="license_item">
|
||||||
Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license <a href="https://github.com/socketio/socket.io-client/blob/main/LICENSE" title="Voir la license MIT de Socket.IO (client) dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
Flask, bibliothèque Python créé par Pallets, sous license <a href="https://github.com/pallets/flask/blob/main/LICENSE.rst" title="Voir la license BSD-3 Clause de Flask dans un nouvel onglet" target="_blank" class="legal_link">BSD-3 Clause</a>
|
||||||
|
</li>
|
||||||
|
<li class="license_item">
|
||||||
|
Flask-SocketIO, bibliothèque Python créée par Miguel Grinberg, sous license <a href="https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/LICENSE" title="Voir la license MIT de Flask-SocketIO dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
||||||
|
</li>
|
||||||
|
<li class="license_item">
|
||||||
|
discord.py, bibliothèque Python créée par Rapptz, sous license <a href="https://github.com/Rapptz/discord.py/blob/master/LICENSE" title="Voir la license MIT de discord.py dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
||||||
|
</li>
|
||||||
|
<li class="license_item">
|
||||||
|
SQLAlchemy, bibliothèque Python créée par les auteurs et contributeurs de SQLAlchemy, sous license <a href="https://github.com/sqlalchemy/sqlalchemy/blob/main/LICENSE" title="Voir la license MIT de SQLAlchemy dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
||||||
|
</li>
|
||||||
|
<li class="license_item">
|
||||||
|
PyMySQL, bibliothèque Python créée par les contributeurs de PyMySQL, sous license <a href="https://github.com/PyMySQL/PyMySQL/blob/main/LICENSE" title="Voir la license MIT de PyMySQL dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
||||||
|
</li>
|
||||||
|
<li class="license_item">
|
||||||
|
python-dotenv, bibliothèque Python créée par Saurabh Kumar, Ted Tieken et Jacob Kaplan-Moss, sous license <a href="https://github.com/PyMySQL/PyMySQL/blob/main/LICENSE" title="Voir la license BSD-3 Clause de python-dotenv dans un nouvel onglet" target="_blank" class="legal_link">BSD-3 Clause</a>
|
||||||
|
</li>
|
||||||
|
<li class="license_item">
|
||||||
|
pytest, bibliothèque Python créée par Holger Krekel et autres, sous license <a href="https://github.com/pytest-dev/pytest/blob/main/LICENSE" title="Voir la license MIT de pytest dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user