Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
bsag 2ac1a14c04 Merge branch 'svn-tracking' to svn rev 856
* svn-tracking:
  Removed outer tracks directory.
  regenerates compressed stylesheet
  adds a search textbox in the menu at top-right
  updates the compressed stylesheet because of changed of last commit
  adds search to tracks. you can search now on todos, projects and notes. This patch was contributed by Jeffrey Gipson. Thanks Jeffrey!

Conflicts:

	README
	README_FIRST
	app/controllers/todos_controller.rb
	app/helpers/todos_helper.rb
	app/models/todo.rb
	app/views/layouts/standard.html.erb
	app/views/notes/_notes.rhtml
	app/views/projects/_project.rhtml
	app/views/projects/_project_listing.rhtml
	app/views/todos/_todo.html.erb
	public/stylesheets/standard.css
	test/functional/todos_controller_test.rb
	tracks/README_FIRST
2008-05-24 16:53:10 +01:00
app Merge branch 'svn-tracking' to svn rev 856 2008-05-24 16:53:10 +01:00
config Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
db Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
doc Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
lib Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
log.tmpl Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
public Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
script Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
test Merge branch 'svn-tracking' to svn rev 856 2008-05-24 16:53:10 +01:00
vendor Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
.gitignore Added a .gitignore file. 2008-05-21 09:13:04 +01:00
Rakefile Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
README Added links to Lighthouse and GitHub pages to README. 2008-05-20 22:23:42 +01:00

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

* Project homepage: http://www.rousette.org.uk/projects/
* Development page: http://tracks.lighthouseapp.com/projects/11609-tracks/overview
* 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.5
* Copyright: (cc) 2004-2006 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.

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!