plint

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

commit d55e8594bf5a8c30611cd7435200755c46cab728
parent d9caa68b944d3d30733c3626fa2e7b0b48105266
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 27 Apr 2012 15:33:24 +0200

Merge alpha:git/plint

Diffstat:
TODO | 10++++++----
plint_irc.py | 2+-
2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/TODO b/TODO @@ -1,11 +1,13 @@ standalone letters, numbers -TODO undo for irc +no elision: onze, huit, un, une, oui, ouistiti, yach, yaourt, ... +http://www.aidenet.eu/grammaire01b.htm -TODO "et cette belle une" ? +check that there are no more repetitions of the same word for a rhyme than there +are different functions for it -Help text in French +TODO undo for irc, edit for irc -link to drime, and from drime +link from http://a3nm.net/work/writing/poetry/ larger label for radios diff --git a/plint_irc.py b/plint_irc.py @@ -80,7 +80,7 @@ def manage(line, silent=False): if len(sys.argv) != 3: print("Usage: %s TEMPLATE POEM" % sys.argv[0], file=sys.stderr) - print("Check stdin according to template, report errors on stdout", + print("Check POEM according to TEMPLATE, add valid verse from stdin to POEM", file=sys.stderr) sys.exit(1)