Roundup Todo Template

Note: This template requires the msgfile extension that you need to install first.

This template configures roundup for usage as a personal todo list manager. It has the following features:

A screenshot that demonstrates the changed UI is also available.

To install this template, proceed along the following steps:

  1. Create the tracker directory and run roundup-admin install
  2. Change into the tracker directory and apply the patch in todo.diff using
    # patch -p2 < todo.diff
  3. Place the file deprevive.py in the detectors folder
  4. Place the file check-tracker.py in some convenient place and configure your system to run these scripts once a day with your tracker directory as parameter. If you want to enable issue expiry, uncomment the appropriate line in this file.
  5. If you want support for repeating issues, do the same with the file add-issues.py. To configure the repeated issues to add, edit this file. It ought to be well documented.
  6. If you want to get reminder emails, do the same with the file remind-tracker.py.  Don't forget to edit the script first to configure your email address though.
  7. Optionally, you can 
For questions, suggestions and anything else, contact Nikolaus Rath <Nikolaus@rath.org>