diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-06-28 18:11:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-06-28 18:11:03 +0000 |
commit | 6b7650e2f03156ea1e3985b30c1995e44c317e3d (patch) | |
tree | e56734d45ecc3725b77f3da1ede21294e49ec894 /redmine/doc/README | |
parent | 73e0b8f8b3c9350018a7d8fda143dd9b8aa6f091 (diff) | |
download | redmine-6b7650e2f03156ea1e3985b30c1995e44c317e3d.tar.gz redmine-6b7650e2f03156ea1e3985b30c1995e44c317e3d.zip |
Initial commit
git-svn-id: http://redmine.rubyforge.org/svn/trunk@4 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'redmine/doc/README')
-rw-r--r-- | redmine/doc/README | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/redmine/doc/README b/redmine/doc/README new file mode 100644 index 000000000..1c794e45b --- /dev/null +++ b/redmine/doc/README @@ -0,0 +1,49 @@ +== redMine
+
+redMine - project management software
+Copyright (C) 2006 Jean-Philippe Lang
+http://redmine.sourceforge.net/
+
+== License
+
+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.
+
+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.
+
+
+== Main features
+
+redMine is a project management software written using Ruby on Rails.
+
+* multiple users/projects
+* fully customizable role based access control
+* issue tracking system
+* fully customizable workflow
+* documents/files repository
+* email notifications
+* multilanguage support
+
+
+== Versioning
+
+redMine versioning scheme is major.minor.revision
+Versions before 1.0.0 must be considered as beta versions and upgrading support
+may not be provided for these versions.
+
+
+== Credits
+
+* Jean-Francois Boutier (spanish translation)
+* Andreas Viklund (open source XHTML layout, http://andreasviklund.com/)
+
+
|