Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-11-23 22:12:52 +0300
committerNikos Kouremenos <kourem@gmail.com>2005-11-23 22:12:52 +0300
commitd9cc33cf26cab35c2ae234d896c3bcfc68ddc00f (patch)
treef146d2eff4a101379b3e8990d5d77194921f7fe5 /README
parent767dc426ed241e8710af5492c6659ecacf7dd5d9 (diff)
log system rewrite to use sqlite database instead of plain ascii files. this allows us to scale better (be faster), provide search in history, and save logs for JIDs that are non-ASCII. PLEASE read http://trac.gajim.org/wiki/MigrateLogToDot9DB
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fef62f9b8..0a9b90086 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Welcome and thanks for trying out Gajim.
python2.4 (python2.3 should work too)
pygtk2.6 or higher
python-libglade
-python-pysqlite2
+pysqlite2 (aka. python-pysqlite2)
some distros also split too much python standard library.
I know SUSE does. In such distros you also need python-xml