Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
2011-02-28 23:20:02 -08:00
app clean ups 2011-02-26 14:20:51 +01:00
config sanitize 2.0.0 makes tests fail 2011-02-28 23:20:02 -08:00
db upgrade example databases 2011-02-26 21:15:21 +01:00
doc update version for developement tree 2011-02-26 14:55:57 +01:00
features clean ups 2011-02-26 14:20:51 +01:00
lib bring back our changes to tagging_extensions to handle empty tags and handle numbers as tags 2011-02-08 22:24:06 +01:00
log.tmpl Removed superfluous 'tracks' directory at the root of the repository. 2008-05-20 21:28:26 +01:00
public fix #1052 based on the work of Tim Madden. Thanks Tim! 2011-02-26 11:38:39 +01:00
script update cucumber 2010-01-13 20:39:28 +01:00
spec migrate toggle_check and destroy and defer and get the functional tests running again 2011-02-03 18:19:17 +01:00
test fix tests 2011-02-25 15:24:43 +01:00
vendor fix #1097 by unpacking gems into vendor 2011-02-25 15:31:05 +01:00
.gitignore rename cached js and css to find them more easily 2011-02-04 20:23:19 +01: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 version for developement tree 2011-02-26 14:55:57 +01: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.0devel
* Copyright: (cc) 2004-2010 rousette.org.uk.
* License:  GNU GPL

All the documentation for Tracks can be found within the /doc directory and at http://bsag.github.com/tracks/
The latter 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 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!