ToDo Manager
Web: http://todo-manager.sourceforge.net
FEATURES
- User selectable task sorting
- Task groups
- Task filters
- Due dates
- Task notes
- Finished date and time
- Ability to mark tasks as unfinishable
- Color highlighting based on due date
- Export task lists to various formats
- Independent version and platform loading of task lists
- Unlimited number of tasks
- Flexible plugin architecture
- Gettext internationalization support
INTRODUCTION
ToDo Manager is a simple task manager that is easier to deal with than
keeping track of peices of paper or text files. The interface is designed to
be uncluttered and easy to navigate while still having most of the
functionality you would expect.
Development is always ongoing and new features are being implemented all the
time. If you have a nifty idea, send it my way. If you're lucky it will end
up in my little peice of software, and yes I will give you credit for it.
To find out what's new, read the file ChangeLog.txt in this folder.
STARTING THE PROGRAM
To Run ToDo Manager you need Python 2.0 or later installed along with Tcl\Tk
and the Tkinter Python libraries.
If you are running Windows 9x/NT/2000 all you should need to do is double
click the file "todo-manager.py" in the todo-manager directory and all
should be good.
(Double click "todo-manager.pyw" if you don't want the DOS window to appear)
For those of you on POSIX systems (Linux, BSD, etc...) open up a terminal
window and at the command line type: "python todo-manager.py". There is
also a shell script, "todo-manager", that you can execute as well.
REPORTING BUGS
If you find a bug you should submit it to the bug tracker on the SourceForge project page: http://sourceforge.net/projects/todo-manager
DOCUMENTATION
All the current documentation can be found in the "docs" directory and on
the web site.
CONTACT INFO
Brian Bernas - Maintainer and lead developer
email: click81@softhome.net
AOL Instant Messenger: click7595
Yahoo Messenger: click7595
Jabber: click81@jabber.org
ICQ: 47813110
LICENSE
This software is released under the standard Python license. The details
of this license can be found in the file "LICENSE.txt".
