Skip to content

Commit

Permalink
[about] Test Kitchen manquant et formulation imprécise.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Sep 13, 2023
1 parent 66e96fc commit 144cf39
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions templates/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3>{% trans "Technologies" %}</h3>
<dt>{% trans "Géolocalisation" %}</dt>
<dd>
{% blocktrans with geolite2="https://dev.maxmind.com/geoip/geolite2-free-geolocation-data" eula="https://www.maxmind.com/en/geolite2/eula" %}
<a href="{{ geolite2 }}">Données GeoLite2 créées par MaxMind</a>,
<a href="{{ geolite2 }}">Données GeoLite2 de MaxMind</a>,
sous <a href="{{ eula }}">une licence</a> proche de la CC-BY-SA 4.0.
{% endblocktrans %}
</dd>
Expand All @@ -147,12 +147,12 @@ <h3>{% trans "Technologies" %}</h3>
<dt>Javascript</dt>
<dd>
<a href="https://gulpjs.com">Gulp</a> &amp;
<a href="https://eslint.org/">ESLint</a>
<a href="https://eslint.org">ESLint</a>
</dd>
<dd><a href="https://jquery.com">jQuery 3</a></dd>
<dd>
<a href="https://www.chartjs.org">chart.js</a> &amp;
<a href="https://momentjs.com/">moment.js</a>
<a href="https://momentjs.com">moment.js</a>
</dd>
<dd><a href="https://github.com/Ionaru/easy-markdown-editor">EasyMDE</a></dd>

Expand All @@ -161,7 +161,8 @@ <h3>{% trans "Technologies" %}</h3>
<a href="https://faker.readthedocs.io/en/master/">Faker</a> &amp;
<a href="https://factoryboy.readthedocs.io/en/stable/">factory_boy</a>
</dd>
<dd><a href="https://www.selenium.dev/">Selenium</a></dd>
<dd><a href="https://www.selenium.dev">Selenium</a></dd>
<dd><a href="https://kitchen.ci">Test Kitchen</a> (pour Ansible)</dd>

<dt>{% trans "Déploiement" %}</dt>
<dd>
Expand All @@ -184,7 +185,7 @@ <h3>{% trans "Technologies" %}</h3>
<dd><a href="https://mariadb.com/kb/en/mariabackup-overview/">MariaBackup</a></dd>

<dt>{% trans "Documentation" %}</dt>
<dd><a href="https://www.sphinx-doc.org/">Sphinx</a></dd>
<dd><a href="https://www.sphinx-doc.org">Sphinx</a></dd>
</dl>
</article>

Expand Down

0 comments on commit 144cf39

Please sign in to comment.