commit 633ce7fa98706db6024da2ef69be72830fbda9d2
parent 27f133930cfc457afd03274d27a7cbc6d025affd
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun,  8 Mar 2015 18:48:40 +0100
gitorious closes, update URLs
Diffstat:
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/README b/README
@@ -25,8 +25,8 @@ domain.
 plint is a tool to check French poetry. Specifically, it validates metric,
 rhymes and rhyme genres against an unexpressive template language. It features a
 command-line interface, an IRC wrapper (for use with irctk) and a web interface.
-It depends on haspirater <https://gitorious.org/haspirater> and frhyme
-<https://gitorious.org/frhyme>, and the web interface requires CherryPy.
+It depends on haspirater <http://a3nm.net/git/haspirater> and frhyme
+<http://a3nm.net/git/frhyme>, and the web interface requires CherryPy.
 
 The full documentation of plint's features is available in views/about.html.
 
diff --git a/views/about.html b/views/about.html
@@ -8,13 +8,13 @@
 poésie de mauvaise qualité (celle qui veut suivre des règles classiques sans y
 parvenir). Plint vérifie qu'un poème respecte des contraintes
 de métrique, de rime et de genre de rime. Il utilise <a
-  href="http://gitorious.org/frhyme">frhyme</a> pour les rimes (qui utilise
+  href="http://a3nm.net/git/frhyme">frhyme</a> pour les rimes (qui utilise
 lui-même la base de données <a href="http://lexique.org">Lexique</a>), <a
-  href="http://gitorious.org/haspirater">haspirater</a> pour la détection des
+  href="http://a3nm.net/git/haspirater">haspirater</a> pour la détection des
 'h' aspirés, et un système écrit à la main avec amour pour la métrique et le
 genre. Il est construit avec <a href="http://python.org">Python</a> et <a
   href="http://bottlepy.org">Bottle</a>. Vous pouvez récupérer le code sur le <a
-  href="http://gitorious.org/plint">dépôt plint</a> pour le faire tourner
+  href="http://a3nm.net/git/plint">dépôt plint</a> pour le faire tourner
 localement.</p>
 <p>Publicité gratuite : si vous aimez plint, peut-être serez-vous
 intéressé par le dictionnaire de rimes <a
@@ -232,7 +232,7 @@ pour les premiers phonèmes. Les derniers devraient être bons, cependant.</p>
 
 <h2>Est-ce qu'il y a une API ?</h2>
 <p>Pas encore. Si vous voulez faire quelque chose d'original, <a
-  href="http://gitorious.org/plint">allez récupérer une copie du code</a>.</p>
+  href="http://a3nm.net/git/plint">allez récupérer une copie du code</a>.</p>
 
 <h2>Et le nom ?</h2>
 
@@ -246,7 +246,7 @@ programmes), mais aussi pour l'homophonie avec "plainte".</p>
 programme plante, pourquoi le poème d'entrée l'a fait planter. Je conserve donc
 des informations sur les requêtes entrantes (poème, adresse IP). Aussi, ne
 soumettez pas de données confidentielles ou personnelles ; récupérez le <a
-href="http://gitorious.org/plint">code source</a> et faites tourner plint
+href="http://a3nm.net/git/plint">code source</a> et faites tourner plint
 localement pour de tels usages.</p>
 
 {% else %}
@@ -257,13 +257,13 @@ localement pour de tels usages.</p>
 by eradicating that species of bad French poetry that tries to follow classical
 constraints but fails. It checks the validity of a poem with
 respect to metric, rhyme and rhyme genre constraints. It uses <a
-  href="http://gitorious.org/frhyme">frhyme</a> for rhymes (itself built on the
+  href="http://a3nm.net/git/frhyme">frhyme</a> for rhymes (itself built on the
 <a href="http://lexique.org">Lexique</a> database), <a
-  href="http://gitorious.org/haspirater">haspirater</a> for aspirated 'h'
+  href="http://a3nm.net/git/haspirater">haspirater</a> for aspirated 'h'
 detection, and a carefully handwritten system for metric and genre. It is
 powered by <a href="http://python.org">Python</a> and <a
   href="http://bottlepy.org">Bottle</a>. You can get the code on the <a
-  href="http://gitorious.org/plint">plint repository</a> to run it locally.</p>
+  href="http://a3nm.net/git/plint">plint repository</a> to run it locally.</p>
 <p>Ad: if you like plint, you might enjoy the French rhyme dictionary <a
   href="http://drime.a3nm.net">drime</a>.</p>
 
@@ -459,7 +459,7 @@ phonemes might be completely wrong. The last few ones should match, however.</p>
 
 <h2>Is there an API?</h2>
 <p>Not yet. If you want to do something creative, <a
-  href="http://gitorious.org/plint">grab a copy of the code</a>.</p>
+  href="http://a3nm.net/git/plint">grab a copy of the code</a>.</p>
 
 <h2>What about the name?</h2>
 
@@ -475,7 +475,7 @@ meaning "complaint".</p>
 what happened, and I need the input poem for that, so I keep a trace of incoming
 requests (poem, IP address, etc.). Hence, if you want to run plint on confidential or
 personal poems, do not submit them to the online version; instead, retrieve the
-<a href="http://gitorious.org/plint">source code</a> and run plint locally.</p>
+<a href="http://a3nm.net/git/plint">source code</a> and run plint locally.</p>
 {% endif %}
 {% endblock %}