diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -56,5 +56,27 @@ </footer> </article> </script> + <script id="attribution-template" type="x-tmpl-mustache"> + <article class="marker popup"> + <h2>Crédits</h2> + <p>Cette carte est rendue possible grâce au soutien de la Région Wallone.</p> + <h3>Logiciel</h3> + <p>Réalisé par <a + href="{{ data.incommon_url }}">Incommon</a>, utilisant <a + href="{{ data.leaflet_url }}">Leaflet</a>, sous licence AGPL. + (<a href="https://code.cepheide.org/wallonie-demain-proto.git">source</a>) + </p> + <h3>Données</h3> + <p><a href="{{ data.dewey_url }}">Dewey ASBL</a> et + le <a href="{{ data.rt_url }}">Réseau Transition</a></p> + <p>© 2014-2018 Dewey Maps, Réseau Transition</p> + <p>Toutes les données sur cette carte sont libres et + disponibles selon les termes de la licence ODBL.</p> + <h3>Cartes</h3> + <p>© <a href="{{ data.osm_url }}">OpenStreetMap</a> contributors</p> + <h3>Création graphique</h3> + <p><a href="https://ps.lesoiseaux.io/" class="icon ps">Petites Singularités</a></p> + </article> + </script> </body> </html> |