commit 4bbbce8cbecba855dcb33fd2f526be06b4333034
parent 5ee656b61a4ca094dc0bb6e191052684f2ab7c03
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 15 Mar 2012 02:27:48 +0100
add link to lint
Diffstat:
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/views/about.html b/views/about.html
@@ -158,8 +158,9 @@ pour les premiers phonèmes. Les derniers devraient être bons, cependant.</p>
<h2>Et le nom ?</h2>
-<p>C'est "plint" comme "poem lint" (comme l'outil "lint" pour les programmes),
-mais aussi pour l'homophonie avec "plainte".</p>
+<p>C'est "plint" comme "poem lint" (comme l'outil "<a
+ href="https://en.wikipedia.org/wiki/Lint_(software)">lint</a>" pour les
+programmes), mais aussi pour l'homophonie avec "plainte".</p>
{% else %}
<p>Welcome to <strong>plint</strong>!</p>
<h2 id="info">Wait, what is this?</h2>
@@ -292,8 +293,10 @@ phonemes might be completely wrong. The last few ones should match, however.</p>
<h2>What about the name?</h2>
-<p>It's "plint" for "poem lint" (like the "lint" tool for programs), but also
-because "plint" in French would be read like "plainte", meaning "complaint".</p>
+<p>It's "plint" for "poem lint" (like the "<a
+ href="https://en.wikipedia.org/wiki/Lint_(software)">lint</a>" tool for
+programs), but also because "plint" in French would be read like "plainte",
+meaning "complaint".</p>
{% endif %}
{% endblock %}