update docs

This commit is contained in:
Reinier Balt 2011-04-30 22:58:08 +02:00
parent 79cb34e105
commit ee5ecdb0e4
3 changed files with 8 additions and 9 deletions

5
README
View file

@ -10,14 +10,15 @@
* Original developer: bsag (http://www.rousette.org.uk/) * Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: http://getontracks.org/wiki/Contributors * Contributors: http://getontracks.org/wiki/Contributors
* Version: 2.0devel * Version: 2.0devel
* Copyright: (cc) 2004-2010 rousette.org.uk. * Copyright: (cc) 2004-2011 rousette.org.uk.
* License: GNU GPL * License: GNU GPL
All the documentation for Tracks can be found within the /doc directory and at http://bsag.github.com/tracks/ All the documentation for Tracks can be found within the /doc directory and at http://bsag.github.com/tracks/
The latter includes full instructions for both new installations and upgrades from older installations of Tracks. The latter 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 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, or /doc/tracks_api_wrapper.rb for information on Tracks' API. 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. Also you can find some information on development 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. 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.

View file

@ -13,11 +13,7 @@
* Copyright: (cc) 2004-2011 rousette.org.uk. * Copyright: (cc) 2004-2011 rousette.org.uk.
* License: GNU GPL * License: GNU GPL
== Version 2.0 (RC) == Version 2.0
(RC1 was never release, but was mentioned in the DOCS for while. People are
referencing RC1 with bug report. So for the release we've bumped the version
to RC2)
New features: New features:
1. Redesign of menus and introduction of a context menu per todo 1. Redesign of menus and introduction of a context menu per todo

View file

@ -34,7 +34,7 @@ If you want to run tests using another database, that's fine, too. Just change y
5. SELENIUM TESTS (Selenium on Rails) 5. SELENIUM TESTS (Selenium on Rails)
This testing style is deprecated and are being moved over to Selenium via Cucumber. This testing style is deprecated and tests are being moved over to Selenium via Cucumber.
See the wiki for more information to run the tests that are not yet migrated: http://www.getontracks.org/wiki/Testing See the wiki for more information to run the tests that are not yet migrated: http://www.getontracks.org/wiki/Testing
@ -53,3 +53,5 @@ To run the cucumber test run
and for those using javascript/ajax use and for those using javascript/ajax use
rake cucumber:selenium rake cucumber:selenium
See the wiki for more information on testing: http://www.getontracks.org/wiki/Testing