We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

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 !
lukemelia (author)
Wed Jun 18 13:13:37 -0700 2008
sr (committer)
Mon Jun 23 01:02:17 -0700 2008
commit  58974ec1389e18bfd8a7bf5c24cdfca60ef87134
tree    d77a89f704e8a200449d93d6079194e451aeb21e
parent  2c09db45c5b6dcbf6099dd5f0101b5ee5a9dc242
tracks /
name age message
file .gitignore Sun Jan 04 14:14:03 -0800 2009 Added an example of capistrano deployment recip... [lukemelia]
file README Mon Jan 05 10:51:32 -0800 2009 Corrected the information about setting up the ... [bsag]
file Rakefile Sat May 24 07:57:18 -0700 2008 Removed outer tracks directory. [bsag]
directory app/ Thu Jan 08 05:25:06 -0800 2009 missed one taggings.user_id [lrbalt]
directory config/ Tue Dec 23 02:48:57 -0800 2008 sorry, misspelled extensions [lrbalt]
directory db/ Thu Jan 08 01:18:03 -0800 2009 remove unused and unneccesary user_id from tagg... [lrbalt]
directory doc/ Wed Jan 07 03:37:43 -0800 2009 Pushed minor changes to manual. [bsag]
directory lib/ Sun Jan 04 14:14:03 -0800 2009 Added an example of capistrano deployment recip... [lukemelia]
directory log.tmpl/ Sat May 24 07:57:18 -0700 2008 Removed outer tracks directory. [bsag]
directory public/ Wed Dec 03 03:03:23 -0800 2008 Merging. [Jakub A.Tesinsky]
directory script/ Sat Nov 29 21:34:15 -0800 2008 Next step in upgrading Tracks to Rails 2.2. Som... [lukemelia]
directory spec/ Thu Jan 01 23:22:06 -0800 2009 Change mobile login form to post to proper URL ... [epall]
directory stories/ Sat Nov 29 21:34:15 -0800 2008 Next step in upgrading Tracks to Rails 2.2. Som... [lukemelia]
directory test/ Thu Jan 08 01:18:03 -0800 2009 remove unused and unneccesary user_id from tagg... [lrbalt]
directory vendor/ Fri Dec 26 09:55:09 -0800 2008 Fixed webrat/core.rb to solve problem with Ubun... [bsag]
README
# Tracks: a GTD(TM) web application, built with Ruby on Rails

* Project homepage: http://www.rousette.org.uk/projects/
* GitHub: http://github.com/bsag/tracks/
* Trac (for bug reports and feature requests): http://dev.rousette.org.uk/report/6
* Wiki (community contributed information): http://www.rousette.org.uk/projects/wiki/
* Forum: http://www.rousette.org.uk/projects/forums/
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: http://dev.rousette.org.uk/wiki/Tracks/Contributing/Contributors
* Version: 1.6
* Copyright: (cc) 2004-2008 rousette.org.uk.
* License:  GNU GPL

**An important note for version 1.6: OpenID support is broken in this release. The fix isn't trivial because of changes 
to the `ruby-openid` gem, so we wanted to get this version out now and fix OpenID for the next release. If you depend on 
OpenID integration, we recommend waiting until the next release.**

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.

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!