diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2011-07-13 04:36:07 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:06 -0300 |
commit | a6f905064ed951b3cab0a87ada85a7a1e7d2bf23 (patch) | |
tree | 7e9b9bbbaf14d86b8ee22b792eee13da82e0c651 /office/etm/README | |
parent | 9eb5b6d2f9756ea4654284eabc163ac2ad3bbc6a (diff) | |
download | slackbuilds-a6f905064ed951b3cab0a87ada85a7a1e7d2bf23.tar.gz |
office/etm: Added (event and task manager for console and GUI)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/etm/README')
-rw-r--r-- | office/etm/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/office/etm/README b/office/etm/README new file mode 100644 index 0000000000..7500b7e4c8 --- /dev/null +++ b/office/etm/README @@ -0,0 +1,18 @@ +etm is an acronym for Event and Task Manager. It provides a simple, +intuitive format for using plain text files to store data, a command line +interface for viewing stored information in a variety of convenient ways +and a cross-platform, wx(python)-based GUI for creating and modifying +items as well as viewing them. Displayed items can be grouped by date, +context, keyword or project and can be filtered in various ways. + +Requirements + +wxPython, pysetuptools and python-dateutil must be installed. These can +be installed from the SlackBuild repository. + +Comment + +If you get a codes.py error after running e.py for the first time, +open ~/.etc/rc and edit the encoding lines at the top of the file. Add +f.ex. UTF8 if that is your locale. + |