custom disclaimer
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
* Note: config.local.php ne doit pas être versionné dans git
|
||||
*/
|
||||
|
||||
// define('APP_HOST_NAME', 'kaubuntu.re');
|
||||
|
||||
// =========================================
|
||||
// Configuration de l'API PeerTube
|
||||
// =========================================
|
||||
@@ -168,3 +170,25 @@ define('PRIORITY_CATEGORIES', [
|
||||
|
||||
// Nombre maximum de posts à afficher
|
||||
// define('MASTODON_MAX_POST_SHOW', '10');
|
||||
|
||||
// =========================================
|
||||
// Contact
|
||||
// =========================================
|
||||
|
||||
// define('CONTACT_EMAIL', 'contact@kaubuntu.re');
|
||||
|
||||
// =========================================
|
||||
// Mentions légales
|
||||
// =========================================
|
||||
|
||||
// define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
|
||||
// define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
|
||||
// define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.re');
|
||||
// define('LEGAL_HOST_NAME', 'o2Switch');
|
||||
// define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
|
||||
// define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
|
||||
// define('LEGAL_HOST_ADDRESS', '222 boulevard Gustave Flaubert, 63000 Clermont-Ferrand, France');
|
||||
// define('LEGAL_CONTACT_EMAIL', 'zinfos@kaubuntu.com');
|
||||
// define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
||||
// define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
||||
// define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
||||
|
||||
@@ -12,6 +12,8 @@ if (file_exists($config_local_file)) {
|
||||
require_once $config_local_file;
|
||||
}
|
||||
|
||||
if (!defined('APP_HOST_NAME')) define('APP_HOST_NAME', 'kaubuntu.re');
|
||||
|
||||
// Configuration de base - ces valeurs seront utilisées si elles ne sont pas définies dans config.local.php
|
||||
if (!defined('PEERTUBE_URL')) define('PEERTUBE_URL', 'https://video.off-investigation.fr');
|
||||
if (!defined('PEERTUBE_DISPLAY_NAME')) define('PEERTUBE_DISPLAY_NAME', 'video.off-investigation.fr');
|
||||
@@ -65,6 +67,19 @@ if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#');
|
||||
// Contacts
|
||||
if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re');
|
||||
|
||||
// Mentions légales
|
||||
if (!defined('LEGAL_COPYRIGHT')) define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
|
||||
if (!defined('LEGAL_WEBMASTER_NAME')) define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
|
||||
if (!defined('LEGAL_WEBMASTER_EMAIL')) define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.re');
|
||||
if (!defined('LEGAL_HOST_NAME')) define('LEGAL_HOST_NAME', 'o2Switch');
|
||||
if (!defined('LEGAL_HOST_COMPANY')) define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
|
||||
if (!defined('LEGAL_HOST_RCS')) define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
|
||||
if (!defined('LEGAL_HOST_ADDRESS')) define('LEGAL_HOST_ADDRESS', '222 boulevard Gustave Flaubert, 63000 Clermont-Ferrand, France');
|
||||
if (!defined('LEGAL_CONTACT_EMAIL')) define('LEGAL_CONTACT_EMAIL', 'zinfos@kaubuntu.com');
|
||||
if (!defined('LEGAL_LICENSE')) define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
||||
if (!defined('LEGAL_LICENSE_URL')) define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
||||
if (!defined('LEGAL_SOURCE_CODE_URL')) define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
||||
|
||||
// Fonctionnalités
|
||||
define('ENABLE_SEARCH', true);
|
||||
if (!defined('ENABLE_USER_ACCOUNTS')) define('ENABLE_USER_ACCOUNTS', false);
|
||||
|
||||
+3
-3
@@ -46,14 +46,14 @@
|
||||
<h3 class="footer-title">Informations légales</h3>
|
||||
<ul class="footer-links">
|
||||
<li><a href="mentions-legales.php">Mentions légales</a></li>
|
||||
<li><a href="https://codeberg.org/Ka-Ubuntu/kaubuntu.re" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fa-solid fa-laptop-code"></i> Code source
|
||||
<li><a href="<?php echo LEGAL_SOURCE_CODE_URL; ?>" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fab fa-git-alt"></i> Code source
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-copyright">
|
||||
kaubuntu.re <?php echo date('Y'); ?> - Licence libre <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noopener noreferrer">GNU AGPL-V3</a>
|
||||
<strong><?php echo LEGAL_COPYRIGHT; ?></strong> <?php echo date('Y'); ?> - Licence libre <a href="<?php echo LEGAL_LICENSE_URL; ?>" target="_blank" rel="noopener noreferrer">GNU AGPL-V3</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+10
-10
@@ -28,13 +28,13 @@
|
||||
<div class="info-section">
|
||||
<h3 class="info-header">1. Acceptation des conditions</h3>
|
||||
<p class="info-text">
|
||||
En accédant et en utilisant le site web <strong>kaubuntu.re</strong>, vous acceptez les présentes conditions générales d'utilisation.
|
||||
En accédant et en utilisant le site web <strong><?php echo APP_HOST_NAME; ?></strong>, vous acceptez les présentes conditions générales d'utilisation.
|
||||
Si vous n'acceptez pas ces conditions, veuillez ne pas utiliser ce site.
|
||||
</p>
|
||||
|
||||
<h3 class="info-header">2. Description du service</h3>
|
||||
<p class="info-text">
|
||||
<strong>kaubuntu.re</strong> est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations
|
||||
<strong><?php echo APP_HOST_NAME; ?></strong> est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations
|
||||
liées au mouvement politique indépendantiste et panafricaniste réunionnais.
|
||||
</p>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
<h3 class="info-header">4. Modification des conditions</h3>
|
||||
<p class="info-text">
|
||||
<strong>kaubuntu.re</strong> se réserve le droit de modifier ces conditions à tout moment. Les utilisateurs seront
|
||||
<strong><?php echo APP_HOST_NAME; ?></strong> se réserve le droit de modifier ces conditions à tout moment. Les utilisateurs seront
|
||||
informés des modifications importantes. L'utilisation continue du site après une modification des
|
||||
conditions constitue une acceptation de ces modifications.
|
||||
</p>
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
<h3 class="info-header">6. Licences Creative Commons</h3>
|
||||
<p class="info-text">
|
||||
Certains contenus proposés sur <strong>kaubuntu.re</strong> sont disponibles sous licence <strong>Creative Commons</strong>.
|
||||
Certains contenus proposés sur <strong><?php echo APP_HOST_NAME; ?></strong> sont disponibles sous licence <strong>Creative Commons</strong>.
|
||||
Les licences <strong>Creative Commons</strong> permettent aux créateurs de contenu de partager leur travail tout
|
||||
en définissant les conditions d'utilisation.
|
||||
</p>
|
||||
@@ -116,30 +116,30 @@
|
||||
|
||||
<h3 class="info-header">7. Hébergement et Webmaster</h3>
|
||||
<p class="info-text">
|
||||
Ce site web est hébergé par <strong>o2Switch</strong>, société au capital de 100 000 €, immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807, dont le siège social est situé au 222 boulevard Gustave Flaubert, 63000 Clermont-Ferrand, France.
|
||||
Ce site web est hébergé par <?php echo LEGAL_HOST_NAME; ?>, <?php echo LEGAL_HOST_COMPANY; ?>, <?php echo LEGAL_HOST_RCS; ?>, dont le siège social est situé au <?php echo LEGAL_HOST_ADDRESS; ?>.
|
||||
</p>
|
||||
|
||||
<p class="info-text">
|
||||
Le webmaster du site est <strong>Cédric Famibelle-Pronzola</strong>. Pour toute question technique concernant le site, vous pouvez le contacter via l'adresse email <a href="mailto:contact@cedric-pronzola.re">contact@cedric-pronzola.re</a>.
|
||||
Le webmaster du site est <strong><?php echo LEGAL_WEBMASTER_NAME; ?></strong>. Pour toute question technique concernant le site, vous pouvez le contacter via l'adresse email <a href="mailto:<?php echo LEGAL_WEBMASTER_EMAIL; ?>"><?php echo LEGAL_WEBMASTER_EMAIL; ?></a>.
|
||||
</p>
|
||||
|
||||
<h3 class="info-header">8. Licence du site</h3>
|
||||
<p class="info-text">
|
||||
Le code source du site Kaubuntu.re est publié sous licence GNU Affero General Public License version 3 (AGPL-V3). Cette licence garantit à tous les utilisateurs la liberté d'exécuter, d'étudier, de modifier et de redistribuer le logiciel, à condition que les modifications soient également partagées sous les mêmes conditions.
|
||||
Le code source du site Kaubuntu.re est publié sous licence <?php echo LEGAL_LICENSE; ?>. Cette licence garantit à tous les utilisateurs la liberté d'exécuter, d'étudier, de modifier et de redistribuer le logiciel, à condition que les modifications soient également partagées sous les mêmes conditions.
|
||||
</p>
|
||||
|
||||
<p class="info-text">
|
||||
La licence <strong>AGPL-V3</strong> étend la licence GPL standard en imposant que le code source soit disponible pour tous ceux qui interagissent avec le programme à travers un réseau. Pour consulter l'intégralité de la licence, vous pouvez visiter <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noopener noreferrer">le site officiel de GNU</a>.
|
||||
La licence AGPL-V3 étend la licence GPL standard en imposant que le code source soit disponible pour tous ceux qui interagissent avec le programme à travers un réseau. Pour consulter l'intégralité de la licence, vous pouvez visiter <a href="<?php echo LEGAL_LICENSE_URL; ?>" target="_blank" rel="noopener noreferrer">le site officiel de GNU</a>.
|
||||
</p>
|
||||
|
||||
<p class="info-text">
|
||||
Le code source de ce site est disponible sur Codeberg : <a href="https://codeberg.org/Ka-Ubuntu/kaubuntu.re" target="_blank" rel="noopener noreferrer">https://codeberg.org/Ka-Ubuntu/kaubuntu.re</a>
|
||||
Le code source de ce site est disponible sur Codeberg : <a href="<?php echo LEGAL_SOURCE_CODE_URL; ?>" target="_blank" rel="noopener noreferrer"><?php echo LEGAL_SOURCE_CODE_URL; ?></a>
|
||||
</p>
|
||||
|
||||
<h3 class="info-header">9. Contact</h3>
|
||||
<p class="info-text">
|
||||
Pour toute question concernant ces conditions générales d'utilisation, veuillez nous contacter à
|
||||
l'adresse suivante : <a href="mailto:zinfos@kaubuntu.re">zinfos@kaubuntu.re</a>
|
||||
l'adresse suivante : <?php echo LEGAL_CONTACT_EMAIL; ?>
|
||||
</p>
|
||||
|
||||
<p class="info-text">
|
||||
|
||||
Reference in New Issue
Block a user