geoffreyd / tracks forked from bsag/tracks

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

This URL has Read+Write access

geoffreyd (author)
Sat Jul 05 15:16:21 -0700 2008
commit  17aac7e441da99e7dc65dcb01adb536e36b496cd
tree    4a42f4020f368d09c58ee6f25f939c1383e4e55c
parent  92f28da4481ff48424b8afaf05aae8a1a8bf81bc parent  2f1b15fed34c1a5cec4c4e81bbf139d71f79106c
tracks /
name age message
file .gitignore Loading commit data...
file README Sun Jun 15 01:59:22 -0700 2008 Merge branch 'svn-tracking' Up to r881 of svn r... [bsag]
file Rakefile Tue May 20 13:28:26 -0700 2008 Removed superfluous 'tracks' directory at the r... [bsag]
directory app/
directory config/
directory db/ Mon Jun 23 12:39:16 -0700 2008 stop versionning schema.rb [sr]
directory doc/ Thu Jun 19 01:13:59 -0700 2008 merge upstream changes [lrbalt]
directory lib/ Tue Jun 17 23:57:57 -0700 2008 Added Rspec and Webrat plugins and started port... [lukemelia]
directory log.tmpl/ Tue May 20 13:28:26 -0700 2008 Removed superfluous 'tracks' directory at the r... [bsag]
directory public/ Mon Jun 16 22:13:25 -0700 2008 Upgraded to Rails 2.1. This can have wide rangi... [lukemelia]
directory script/ Tue Jun 17 23:57:57 -0700 2008 Added Rspec and Webrat plugins and started port... [lukemelia]
directory spec/ Tue Jun 24 08:11:48 -0700 2008 update user scenario to work with sqlite3 [sr]
directory stories/ Sun Jun 22 21:36:05 -0700 2008 Move over another ajax test from selenium to st... [lukemelia]
directory test/
directory vendor/
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!