aboutsummaryrefslogtreecommitdiff
path: root/known
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-02-14 14:22:19 +0100
committerMinteck <contact@minteck.org>2022-02-14 14:22:19 +0100
commit4622ccde9cf34b8518dc9507382fcd2d7eafcb0c (patch)
tree41691f7fb00b8f555d9b544904006d6e9dbe37c6 /known
parent7a025720d6a07323c4a0b32cf6c5fdb7d0269807 (diff)
downloadcore-4622ccde9cf34b8518dc9507382fcd2d7eafcb0c.tar.gz
core-4622ccde9cf34b8518dc9507382fcd2d7eafcb0c.tar.bz2
core-4622ccde9cf34b8518dc9507382fcd2d7eafcb0c.zip
Add license notice
Diffstat (limited to 'known')
-rw-r--r--known/index.php79
1 files changed, 52 insertions, 27 deletions
diff --git a/known/index.php b/known/index.php
index 04c49cc..fdb5e99 100644
--- a/known/index.php
+++ b/known/index.php
@@ -1,4 +1,28 @@
<?php
+/*
+ * MIT License
+ *
+ * Copyright (c) 2022- Minteck
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ */
require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php";
@@ -28,6 +52,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php";
<div class="container" style="margin-top:30px;">
<h1>Problèmes connus avec Familine</h1>
<p>Familine est une suite de logiciels intégrés les uns avec les autres de façon à former un uniforme parfait. Malheureusement, aucun logiciel n'est complet et fiable à 100%. Cette page liste les principaux problèmes connus avec les différentes applications de Familine.</p>
+ <p style="text-align: center;"><i>Aucun problème connu n'est actuellement référencé. Si vous rencontrez un problème, vous pouvez <a href="mailto:support@familine.minteck.org">contacter les administrateurs</a> pour le signaler.</i></p>
<ul class="list-group">
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
@@ -40,22 +65,22 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php";
<!-- <p class="text-muted">Numéro de problème : FD-01</p>-->
<!-- </details>-->
<!-- </li>-->
- <li class="list-group-item list-group-item-action">
- <details>
- <summary>
- <span class="badge badge-pill badge-secondary">Aide</span>
- Pages d'aide incomplète
- </summary>
- <br>
- <p>Plus précisément :</p>
- <ul>
-<!-- <li>"Accéder à la nouvelle version de Famiwiki" est vide ;</li>-->
-<!-- <li>"Visualiser votre programme d'événements" est vide ;</li>-->
- <li>"Mentions légales" est vide ;</li>
- </ul>
- <p class="text-muted">Numéro de problème : FH-01</p>
- </details>
- </li>
+<!-- <li class="list-group-item list-group-item-action">-->
+<!-- <details>-->
+<!-- <summary>-->
+<!-- <span class="badge badge-pill badge-secondary">Aide</span>-->
+<!-- Pages d'aide incomplète-->
+<!-- </summary>-->
+<!-- <br>-->
+<!-- <p>Plus précisément :</p>-->
+<!-- <ul>-->
+<!--!-- <li>"Accéder à la nouvelle version de Famiwiki" est vide ;</li>---->
+<!--!-- <li>"Visualiser votre programme d'événements" est vide ;</li>---->
+<!-- <li>"Mentions légales" est vide ;</li>-->
+<!-- </ul>-->
+<!-- <p class="text-muted">Numéro de problème : FH-01</p>-->
+<!-- </details>-->
+<!-- </li>-->
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
<!-- <summary>-->
@@ -78,17 +103,17 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php";
<!-- <p class="text-muted">Numéro de problème : FM-02</p>-->
<!-- </details>-->
<!-- </li>-->
- <li class="list-group-item list-group-item-action">
- <details>
- <summary>
- <span class="badge badge-pill badge-secondary">Discussions</span>
- Page d'accueil incomplète
- </summary>
- <br>
- <p>La page d'accueil de Familine Discussions est incomplète et reste la page d'accueil par défaut du logiciel Rocket.Chat.</p>
- <p class="text-muted">Numéro de problème : FY-01</p>
- </details>
- </li>
+<!-- <li class="list-group-item list-group-item-action">-->
+<!-- <details>-->
+<!-- <summary>-->
+<!-- <span class="badge badge-pill badge-secondary">Discussions</span>-->
+<!-- Page d'accueil incomplète-->
+<!-- </summary>-->
+<!-- <br>-->
+<!-- <p>La page d'accueil de Familine Discussions est incomplète et reste la page d'accueil par défaut du logiciel Rocket.Chat.</p>-->
+<!-- <p class="text-muted">Numéro de problème : FY-01</p>-->
+<!-- </details>-->
+<!-- </li>-->
</ul>
</div>
<script>