commit de0eb48e95a926e432137ec9b6efe43b91c5ffa5
parent eb9c522929e8eb7784052a2dc4122009c0aa2bac
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 27 Dec 2011 00:50:56 +0100
README and TODO
Diffstat:
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -43,4 +43,19 @@ database 'drime', as user 'drime', interactive password authentication), run:
== 4. Using the DB ==
+== 4.1. Configuring database access ==
+Create a file with the connection parameters:
+
+cat > db_mysql_config.py <<EOF
+#!/usr/bin/python3 -O
+
+config = {
+ 'host': 'HOST',
+ 'user': 'USER',
+ 'passwd': 'PASSWD',
+ 'db': 'DB',
+ }
+EOF
+
+==
diff --git a/TODO b/TODO
@@ -0,0 +1,3 @@
+TODO: dos2unix
+TODO: placement in rhymes for enlacement?
+TODO: group multiple derivations for each word,phon