bsag / tracks

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

This URL has Read+Write access

lrbalt (author)
Mon Feb 09 02:13:56 -0800 2009
commit  fc84a5979ac997d333586b801e4f438509352da0
tree    d1e7372c15b94b73f765e937ddaf445987aece6d
parent  7ad6b23e78c2647d7009f316a6800c420e6d18c3
tracks /
name age message
file .gitignore Sun Feb 01 11:47:05 -0800 2009 Move site-specific configuration out of environ... [epall]
file .gitmodules Tue Dec 30 11:05:41 -0800 2008 Included the tracks_manual repository as a git ... [bsag]
file Capfile Sun Jan 04 14:14:03 -0800 2009 Added an example of capistrano deployment recip... [lukemelia]
file README Mon Feb 09 00:15:23 -0800 2009 change version number in README [lrbalt]
file Rakefile Tue May 20 13:28:26 -0700 2008 Removed superfluous 'tracks' directory at the r... [bsag]
directory app/ Sun Feb 08 11:38:27 -0800 2009 fix some queries for mysql4 where NOT is interp... [lrbalt]
directory config/ Thu Feb 05 10:40:48 -0800 2009 bump version to 1.7rc2 [lrbalt]
directory db/ Mon Feb 09 02:13:56 -0800 2009 update sqlite sample database to latest migrations [lrbalt]
directory doc/ Thu Feb 05 12:00:38 -0800 2009 update documentation for tracks 1.7rc2 [lrbalt]
directory lib/ Sun Feb 01 11:47:05 -0800 2009 Move site-specific configuration out of environ... [epall]
directory log.tmpl/ Tue May 20 13:28:26 -0700 2008 Removed superfluous 'tracks' directory at the r... [bsag]
directory public/ Sun Feb 08 13:32:03 -0800 2009 remove defer buttons from print view. Fixes #83... [lrbalt]
directory script/ Sat Nov 29 21:34:15 -0800 2008 Next step in upgrading Tracks to Rails 2.2. Som... [lukemelia]
directory spec/ Wed Jan 28 01:11:15 -0800 2009 Manually added patch from piglop. Thanks piglop... [lrbalt]
directory stories/ Sat Nov 29 21:34:15 -0800 2008 Next step in upgrading Tracks to Rails 2.2. Som... [lukemelia]
directory test/ Sun Feb 08 06:25:42 -0800 2009 Fixes #835 where the yml_export failed to find ... [lrbalt]
directory vendor/ Sat Feb 07 12:26:43 -0800 2009 fix crlf issue [lrbalt]
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.7RC2
* Copyright: (cc) 2004-2008 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!