feat: moteur nommé Folio, licence MIT, page licences mise à jour
This commit is contained in:
+41
-5
@@ -4,7 +4,47 @@ ob_start();
|
||||
|
||||
<div class="posts-list">
|
||||
<h1 class="mb-1">Licences</h1>
|
||||
<p class="text-muted mb-4">Composants logiciels tiers utilisés par ce site et leurs licences.</p>
|
||||
<p class="text-muted mb-4">Composants logiciels utilisés par ce site et leurs licences.</p>
|
||||
|
||||
<section class="mb-5">
|
||||
<h2 class="h5 mb-3">Ce site</h2>
|
||||
<div class="card">
|
||||
<div class="card-body p-0">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>Composant</th>
|
||||
<th>Licence</th>
|
||||
<th>Usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Folio</strong>
|
||||
<span class="text-muted fw-normal">— moteur de blog PHP</span>
|
||||
</td>
|
||||
<td><span class="badge bg-light text-dark border">MIT</span></td>
|
||||
<td>
|
||||
Moteur de ce blog — par Cédric Abonnel
|
||||
(<a href="/LICENSE">voir la licence</a>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Contenu éditorial</strong>
|
||||
</td>
|
||||
<td><span class="badge bg-light text-dark border">CC BY 4.0</span></td>
|
||||
<td>
|
||||
Articles et textes du blog —
|
||||
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons Attribution 4.0</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="mb-5">
|
||||
<h2 class="h5 mb-3">Bibliothèques (production)</h2>
|
||||
@@ -136,10 +176,6 @@ ob_start();
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<p class="text-muted" style="font-size:0.82rem">
|
||||
Le contenu éditorial de ce blog est publié sous licence
|
||||
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user