Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Eric Davis effcd726a3 Merge branch 'release-v2.0.0' into stable 2011-07-01 22:13:36 -07:00
app Merge branch 'master' into release-v2.0.0 2011-07-01 21:46:38 -07:00
config Solves #503: parsing translations with psych in ruby 1.9 2011-07-01 16:01:59 -07:00
db [#493] Force loading the classes of activity provider 2011-07-01 15:27:12 -07:00
doc Update CHANGELOG for 2.0.0 2011-07-01 21:54:40 -07:00
extra Fix an apache perl module error. #466 2011-06-16 21:12:36 +02:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Bump version to 2.0.0 (final) 2011-07-01 21:54:52 -07:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Merge remote-tracking branch 'schmidt/f/419-update-js-libs/unstable' into release-v2.0.0 2011-06-10 12:58:25 -07:00
script [#196 #216 #216] Complete the upgrade to Rails 2.3.11 2011-05-06 15:44:38 -07:00
test Workaround a test timing bug in CI for the release 2011-07-01 16:28:13 -07:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor/plugins [#474] aaj should use the Model's activity options for timestamp and author_key 2011-06-17 12:39:07 -07:00
.gitignore [#290] ignoring .rvmrc files 2011-05-10 08:40:58 +02:00
.gitmodules [#123] Removed the acts_as_journalized submodule 2011-05-13 09:49:56 -07:00
.hgignore [#290] ignoring .rvmrc files 2011-05-10 08:40:58 +02:00
Gemfile [#477] Not using deprecated rake/rdoctask but rdoc/task instead 2011-06-16 11:29:25 +02:00
README.rdoc [#211] Updating rdoc documentation 2011-02-26 13:41:32 -08:00
Rakefile [#477] Not using deprecated rake/rdoctask but rdoc/task instead 2011-06-16 11:29:25 +02:00

README.rdoc

= ChiliProject

ChiliProject is a web based project management system. It supports your team throughout the complete project life cycle, from setting up and discussing a project plan, over tracking issues and reporting work progress to collaboratively sharing knowledge.

More documentation and user guides can be found on the official website[https://www.chiliproject.org] and in the doc/ directory.

== Getting Started

We have a complete {install guide}[https://www.chiliproject.org/projects/chiliproject/wiki/Installation] online.

== Getting Help

ChiliProject is an run by a community of volunteers. We have set up different ways to get help depending on your preferences.

* Self guided help and user documentation - https://www.chiliproject.org/projects/chiliproject/wiki/Help
* Forums for specific questions - https://www.chiliproject.org/projects/chiliproject/boards
* Real time chat using IRC - https://www.chiliproject.org/projects/chiliproject/wiki/IRC
* Commercial support - https://www.chiliproject.org/projects/chiliproject/wiki/Commercial_Offerings

== Contributing

We welcome all help for the project, no task is too small.  Our documentation is editable by anyone on our wiki[https://www.chiliproject.org/projects/chiliproject/wiki], we accept patches on our {issue tracker}[https://www.chiliproject.org/projects/chiliproject/issues], and everyone is welcome to discuss the project in our forums[https://www.chiliproject.org/projects/chiliproject/boards].

More details can be found on our Contribute page[https://www.chiliproject.org/projects/chiliproject/wiki/Contribute].

== License

ChiliProject is licensed under the GNU GPL v2.  See the doc directory for more details.

ChiliProject is a fork based on Redmine. Redmine is Copyright Jean-Philippe Lang and others.