plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 6c10c0d2938c88c5335b7ba865a5017a3af16484
parent 8dbc9ad8d89c0d22dfdd2074e082c4bd85d46657
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 20 Jan 2016 11:26:37 +0100

more visible privacy

Diffstat:
views/about.html | 34+++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/views/about.html b/views/about.html @@ -108,6 +108,15 @@ s'ils existent effectivement en français, ou si le poème a un sens de façon générale&nbsp;: par exemple, <q>Tatata tatati tatati tatata</q> est reconnu comme un alexandrin classique parfaitement valide.</p> +<h2 id="log">Vie privée&nbsp;: Est-ce que des logs sont conservés&nbsp;?</h2> + +<p>Oui, des logs peuvent être conservés, afin de pouvoir identifier, quand le +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://a3nm.net/git/plint">code source</a> et faites tourner plint +localement pour de tels usages.</p> + <h2 id="template">Comment faire pour définir ses propres modèles&nbsp;?</h2> <p> @@ -244,15 +253,6 @@ pour les premiers phonèmes. Les derniers devraient être bons, cependant.</p> href="https://en.wikipedia.org/wiki/Lint_(software)">lint</a>" pour les programmes), mais aussi pour l'homophonie avec "plainte".</p> -<h2 id="log">Vie privée&nbsp;: Est-ce que des logs sont conservés&nbsp;?</h2> - -<p>Oui, des logs peuvent être conservés, afin de pouvoir identifier, quand le -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://a3nm.net/git/plint">code source</a> et faites tourner plint -localement pour de tels usages.</p> - {% else %} <p>Welcome to <strong>plint</strong>!</p> @@ -357,6 +357,14 @@ has any poetic value; it only enforces formal constraints. For instance, <q>Tatata tatati tatati tatata</q> is recognized as a perfectly correct classical alexandrine.</p> +<h2 id="log">Privacy: Do you keep logs?</h2> + +<p>Yes, I do, because whenever the program chokes on a poem I need to figure out +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://a3nm.net/git/plint">source code</a> and run plint locally.</p> + <h2 id="template">How can I define my own templates?</h2> <p>Each template line will be checked against a non-blank poem line. When the @@ -476,14 +484,6 @@ phonemes might be completely wrong. The last few ones should match, however.</p> programs), but also because "plint" in French would be read like "plainte", meaning "complaint".</p> - -<h2 id="log">Privacy: Do you keep logs?</h2> - -<p>Yes, I do, because whenever the program chokes on a poem I need to figure out -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://a3nm.net/git/plint">source code</a> and run plint locally.</p> {% endif %} {% endblock %}