- Documentation cleanup

This commit is contained in:
Paul Beckingham 2008-05-20 00:05:18 -04:00
parent 65c2fe438f
commit ab0a57ec89
3 changed files with 27 additions and 89 deletions

38
README
View file

@ -1,3 +1,22 @@
Task is a GTD utility featuring:
- Robust C++ implementation
- Tags
- Colorful, tabular output
- Reports
- Low-level API
- Auto-completion on all commands, options
- Multi-user file locking
- Clean architecture allowing quick addition of new features
- UUID for all tasks
It is intended that features, mainly in the form of reports will be added
frequently, with best practices and useful reports evolving from usage patterns.
Task is scope-limited to GTD functionality only.
Thank you for taking a look at task.
You may want to jump straight to the TUTORIAL file, or perhaps watch the task
@ -24,22 +43,3 @@ All feedback is welcome, in addition to any bug reports or patches to:
Got an idea for an enhancement? Send an email!
Task is a GTD utility featuring:
- Robust C++ implementation
- Tags
- Colorful, tabular output
- Reports
- Low-level API
- Auto-completion on all commands, options
- Multi-user file locking
- Clean architecture allowing quick addition of new features
- UUID for all tasks
It is intended that features, mainly in the form of reports will be added
frequently, with best practices and useful reports evolving from usage patterns.
Task is scope-limited to GTD functionality only.