public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
tracks /
name age message
file .gitignore Tue Mar 31 12:59:11 -0700 2009 add emacs saves *~ Signed-off-by: Reinier Balt... [chris erway]
file .gitmodules Tue Dec 30 11:05:41 -0800 2008 Included the tracks_manual repository as a git ... [bsag]
file Capfile Tue Mar 31 13:00:38 -0700 2009 Modified capfile to allow plugins Signed-off-b... [hobodave]
file README Thu Feb 26 11:45:21 -0800 2009 bump version numbers to 1.7 [lrbalt]
file Rakefile Tue May 20 13:28:26 -0700 2008 Removed superfluous 'tracks' directory at the r... [bsag]
directory app/ Wed Nov 04 19:13:45 -0800 2009 Merge branch 'jquery' of epall/tracks This con... [epall]
directory config/ Mon Sep 07 13:12:53 -0700 2009 Get rid of UJS plugin (finally)! [epall]
directory db/ Wed Aug 05 12:03:10 -0700 2009 update sample databases to latest migration and... [lrbalt]
directory doc/ Thu Apr 16 00:52:35 -0700 2009 update CHANGELOG to reflect the changes made in... [lrbalt]
directory features/ Wed Aug 05 07:28:06 -0700 2009 forgot to add these files a long time ago [lrbalt]
directory lib/ Sat Sep 05 12:23:51 -0700 2009 Forgot one bit of prototype stuff to clean up [epall]
directory log.tmpl/ Tue May 20 13:28:26 -0700 2008 Removed superfluous 'tracks' directory at the r... [bsag]
directory public/ Fri Oct 30 12:37:40 -0700 2009 Initial attempt to resolve dateFormat issue Tr... [epall]
directory script/ Mon Apr 13 13:26:20 -0700 2009 add cucumber for integration testing and add a ... [lrbalt]
directory spec/ Wed Nov 04 19:06:24 -0800 2009 Eliminate all last traces of apply_behavior [epall]
directory stories/ Thu Apr 16 23:56:11 -0700 2009 migrate login stories to cucumber features [lrbalt]
directory test/ Fri Oct 30 12:20:06 -0700 2009 Deleting the last todo should hide a context [epall]
directory vendor/ Wed Oct 07 13:32:34 -0700 2009 A whole bunch more Selenium tests working [epall]
README
# Tracks: a GTD(TM) web application, built with Ruby on Rails

* Project homepage: http://getontracks.org/
* 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/Tracks/Contributing/Contributors
* Version: 1.7
* Copyright: (cc) 2004-2009 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.

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!