Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
2010-11-08 17:29:57 +01:00
app Corrected variable reference for context feed generation 2010-11-01 16:30:51 +08:00
config correct deleting a line which should be there 2010-11-08 17:29:57 +01:00
db fix #936 by adding index on state for todos. Needs migration of database. 2010-05-02 18:25:25 +02:00
doc update documentation for RC release 2010-08-19 16:34:42 +02:00
features Added tests for #975. This helped to narrow the real cause of #975 but doest not solve it. 2010-08-12 14:39:58 +02:00
lib finish upgrade of selenium 2010-07-27 23:32:22 +02:00
log.tmpl Removed superfluous 'tracks' directory at the root of the repository. 2008-05-20 21:28:26 +01:00
public fix #1034 by changing the reference for indicator.gif to ../images/waiting.gif. you may need to delete the bundle all.css for this to work in your installation 2010-08-06 09:36:06 +02:00
script update cucumber 2010-01-13 20:39:28 +01:00
spec add tests for #886. 2010-07-29 18:06:30 +02:00
test Fixing some failing tests 2010-08-25 23:57:52 -07:00
vendor remove concat message of swf_fu plugin from the console 2010-08-03 21:19:30 +02:00
.gitignore No more bundle-fu 2010-03-14 16:18:13 -04:00
.gitmodules Included the tracks_manual repository as a git submodule within doc/manual. 2008-12-30 19:05:41 +00:00
Capfile Modified capfile to allow plugins 2009-04-01 04:00:38 +08:00
Rakefile Removed superfluous 'tracks' directory at the root of the repository. 2008-05-20 21:28:26 +01:00
README update documentation for RC release 2010-08-19 16:34:42 +02:00

# Tracks: a GTD(TM) web application, built with Ruby on Rails

* Project homepage: http://getontracks.org/
* Manual: http://bsag.github.com/tracks/
* Source at GitHub: http://github.com/bsag/tracks/
* Assembla space (for bug reports and feature requests): http://www.assembla.com/spaces/tracks-tickets/tickets
* Wiki (community contributed information): http://getontracks.org/wiki/
* Forum: http://getontracks.org/forums/
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: http://getontracks.org/wiki/Contributors
* Version: 2.0RC1
* Copyright: (cc) 2004-2010 rousette.org.uk.
* License:  GNU GPL

All the documentation for Tracks can be found within the /doc directory. It contains a manual in HTML (manual.html) or PDF format (manual.pdf), and this includes full instructions for both new installations and upgrades from older installations of Tracks. The instructions might appear long and intimidatingly complex, but that is mostly because of the number of different platforms supported, and the different configurations which can be used (e.g. running Tracks on your local computer or on a remote server). If you choose the appropriate section for your situation (installation vs. upgrade), and use the easiest (recommended) method, you should find the instructions easy to follow. If you encounter problems, try searching the wiki, forum or mailing list (URLs above), and ask a question if you cannot find a solution to your problem.

If you checked out Tracks from the GitHub repository, the manual is not provided by default and is in its own git submodule. To checkout the manual's source files, type "git submodule init doc/manual & git submodule update doc/manual". From then on, you should be able to issue the command "git pull" in the doc/manual directory to update the manual with the latest changes.

The latest version of the manual can be found at http://bsag.github.com/tracks/

For those upgrading, change notes are available in /doc/CHANGELOG. If you are thinking about contributing towards the development of Tracks, please read /doc/README_DEVELOPERS for general information, or /doc/tracks_api_wrapper.rb for information on Tracks' API.

While fully usable for everyday use, Tracks is still a work in progress. Make sure that you take sensible precautions and back up all your data frequently, taking particular care when you are upgrading.

Enjoy being productive!