Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
tim madden d27ffb6ce0 mobile tuning
change to make nav links even and consistent
  looking to make text bigger for fat fingers
  change to project nav
  adding images for arrows
2012-04-16 10:04:09 -05:00
app mobile tuning 2012-04-16 10:04:09 -05:00
config Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism 2012-04-16 13:19:04 +02:00
db store rendered notes of todos in database to avoid costly rendering when you load a page 2012-04-12 11:34:08 +02:00
doc update links in README and CHANGELOG 2012-04-10 20:37:45 +02:00
features fix regressions 2012-04-04 20:04:08 +02:00
lib fix #1280. Thanks Christian and Darian 2012-04-16 13:25:28 +02:00
log.tmpl Removed superfluous 'tracks' directory at the root of the repository. 2008-05-20 21:28:26 +01:00
public mobile tuning 2012-04-16 10:04:09 -05:00
script update tree with missing 2.3.11 files or files that were not updated 2011-05-31 19:30:35 +02:00
spec fix #1114. also update locales for last merges/commits 2011-11-18 11:43:06 +01:00
test Get all non-cucumber tests passing 2012-04-12 12:47:25 +02:00
vendor fix #1277 by commenting out the lines that run git. 2012-04-16 13:58:12 +02:00
.gitignore add 'tags' to .gitignore 2011-12-12 12:36:22 -06:00
.yardopts Yardoc - show private and protected methods in api doc 2011-10-24 21:40:18 +02:00
Capfile Modified capfile to allow plugins 2009-04-01 04:00:38 +08:00
Gemfile remove has_many_polymorphs 2012-04-11 11:37:22 +02:00
Gemfile.lock remove has_many_polymorphs 2012-04-11 11:37:22 +02:00
Rakefile Switch to requiring 'rake/rdoctask' 2011-08-19 21:34:56 -05:00
README update links in README and CHANGELOG 2012-04-10 20:37:45 +02:00

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

* Project homepage: http://getontracks.org/
* Manual: http://getontracks.org/manual/
* Source at GitHub: http://github.com/TracksApp/tracks/
* Assembla space (for bug reports and feature requests): http://www.assembla.com/spaces/tracks-tickets/tickets
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
* Forum (read-only): http://getontracks.org/forums/
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
* Version: 2.2devel
* Copyright: (cc) 2004-2012 rousette.org.uk.
* License:  GNU GPL

More documentation for Tracks can be found within the /doc directory.

The manual 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.

The wiki has a lot of user contributed installation HOWTOs for various webhosts, specific OS's and more.

If you are thinking about contributing towards the development of Tracks,
please read /doc/README_DEVELOPERS for general information. Also you can find
some information on development, testing and contributing on the wiki.

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!