2008-01-29 17:42:58 +00:00
|
|
|
# Tracks: a GTD(TM) web application, built with Ruby on Rails
|
2014-05-05 23:01:28 -04:00
|
|
|
Copyright (C) 2004-2014 rousette.org.uk
|
2013-01-26 12:59:25 -05:00
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License
|
|
|
|
as published by the Free Software Foundation; either version 2
|
|
|
|
of the License, or (at your option) any later version.
|
2008-01-29 17:42:58 +00:00
|
|
|
|
2008-12-30 15:25:01 +00:00
|
|
|
* Project homepage: http://getontracks.org/
|
2012-04-10 20:37:45 +02:00
|
|
|
* Manual: http://getontracks.org/manual/
|
2012-08-27 19:57:36 -04:00
|
|
|
* Source at GitHub: https://github.com/TracksApp/tracks
|
|
|
|
* Assembla space (for bug reports and feature requests): https://www.assembla.com/spaces/tracks-tickets/tickets
|
2011-08-02 11:01:50 +02:00
|
|
|
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
|
2012-04-03 15:49:24 +02:00
|
|
|
* Forum (read-only): http://getontracks.org/forums/
|
2012-08-27 19:57:36 -04:00
|
|
|
* Mailing list: http://groups.google.com/group/TracksApp
|
2008-01-29 17:42:58 +00:00
|
|
|
* Original developer: bsag (http://www.rousette.org.uk/)
|
2011-08-02 11:01:50 +02:00
|
|
|
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
2013-02-05 00:28:34 -05:00
|
|
|
* Version: 2.3devel
|
2008-01-29 17:42:58 +00:00
|
|
|
|
2013-03-02 00:13:44 +02:00
|
|
|
[](https://travis-ci.org/TracksApp/tracks)
|
|
|
|
[](https://codeclimate.com/github/TracksApp/tracks)
|
2014-05-30 21:48:36 -04:00
|
|
|
[](https://gemnasium.com/TracksApp/tracks)
|
2013-03-02 00:13:44 +02:00
|
|
|
|
2013-02-22 18:26:49 +02:00
|
|
|
Full instructions for both new installations and upgrades from older installations of Tracks
|
|
|
|
can be found within the /doc directory.
|
2011-10-24 12:36:14 -05:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2011-04-30 22:58:08 +02:00
|
|
|
The wiki has a lot of user contributed installation HOWTOs for various webhosts, specific OS's and more.
|
2008-01-29 17:42:58 +00:00
|
|
|
|
2011-10-24 12:36:14 -05:00
|
|
|
If you are thinking about contributing towards the development of Tracks,
|
2012-04-03 15:49:24 +02:00
|
|
|
please read /doc/README_DEVELOPERS for general information. Also you can find
|
|
|
|
some information on development, testing and contributing on the wiki.
|
2008-01-29 17:42:58 +00:00
|
|
|
|
2011-10-24 12:36:14 -05:00
|
|
|
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.
|
2008-01-29 17:42:58 +00:00
|
|
|
|
2012-08-14 20:01:16 -05:00
|
|
|
Enjoy being productive!
|
2013-01-26 12:59:25 -05:00
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|