# HG changeset patch # User Sascha L. Teichmann # Date 1217342320 -7200 # Node ID a3fe8e4e918406d07dc2838296919403c4f1b306 # Parent 7eb7886ed8fd85aad7a74d59ea3d82aeedb03d2d - To exit getan you now can use double BACKSPACE, too. - Fixed typo, added hint to Sascha Wilde's projects converter. - Added Sascha Wilde's converter to import existing worklog configuration files. diff -r 7eb7886ed8fd -r a3fe8e4e9184 ChangeLog --- a/ChangeLog Mon Jul 28 22:33:36 2008 +0200 +++ b/ChangeLog Tue Jul 29 16:38:40 2008 +0200 @@ -1,3 +1,12 @@ +2008-07-29 Sascha L. Teichmann + + * getan: To exit getan you now can use double BACKSPACE, too. + + * README: Fixed typo, added hint to Sascha Wilde's projects converter. + + * contrib/convert-projects: Added Sascha Wilde's converter to import existing + worklog configuration files. + 2008-07-28 Sascha L. Teichmann * ChangeLog, LICENSE, README, TODO, getan, schema.sql: Initial import diff -r 7eb7886ed8fd -r a3fe8e4e9184 README --- a/README Mon Jul 28 22:33:36 2008 +0200 +++ b/README Tue Jul 29 16:38:40 2008 +0200 @@ -11,7 +11,7 @@ # apt-get install sqlite3 - $ echo '.r schema.sql' | sqlite3 time.db: + $ echo '.r schema.sql' | sqlite3 time.db 2 - adding new projects to time.db: @@ -20,6 +20,10 @@ sqlite> INSERT INTO projects (key, description) VALUES ('b', 'BAR'); sqlite> .q + To import an old worklog configuration you may use: + + ./contrib/convert-projects