Introduction

Tracks is a web application that is specifically designed to implement the Getting Things Done ™ (GTD) methods. That doesn’t mean that you can’t use it for other kinds of todo tracking. Data is stored in a database (either MySQL, Postgresql or SQLite), and viewed in a web browser via a web server (Apache, Lighttpd or Mongrel among others). This makes it cross-platform as well as being accessible from anywhere that you have web access.

Using the GTD method as a model, there are three main components to Tracks: Next actions, Contexts and Projects.

Tracks has been thoroughly beta tested by a large number of people, and should be fully stable for everyday use. However, once set up, Tracks will contain the majority of your plans for your work and personal life, so it’s only sensible to make sure that you have frequent, reliable backups of your data. Full changenotes on the release can be found in doc/CHANGELOG. Full API documentation can be found at doc/app/index.html, once you have run rake appdoc.

About this manual

The source for this manual is kept in a GitHub repository, and this is pulled as a submodule into the doc/manual subdirectory of the main Tracks repository. The source is maintained using Webby to create the HTML (deployed to the Tracks site), and Prince XML is used to convert the HTML to PDF.