##// END OF EJS Templates
credits for english help translation to Todd McGrath...
Jean-Philippe Lang -
r196:3dc9ceaadf41
parent child
Show More
@@ -1,61 +1,62
1 1 == redMine
2 2
3 3 redMine - project management software
4 4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 5 http://redmine.rubyforge.org/
6 6
7 7 == License
8 8
9 9 This program is free software; you can redistribute it and/or
10 10 modify it under the terms of the GNU General Public License
11 11 as published by the Free Software Foundation; either version 2
12 12 of the License, or (at your option) any later version.
13 13
14 14 This program is distributed in the hope that it will be useful,
15 15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 17 GNU General Public License for more details.
18 18
19 19 You should have received a copy of the GNU General Public License
20 20 along with this program; if not, write to the Free Software
21 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 22
23 23
24 24 == Main features
25 25
26 26 redMine is a project management software written using Ruby on Rails.
27 27
28 28 * Multiple users/multiple projects
29 29 * Fully customizable role based access control
30 30 * Issue tracking system
31 31 * Fully customizable workflow
32 32 * Documents/files repository
33 33 * News management
34 34 * SVN browser and diff viewer
35 35 * Email notifications
36 36 * Custom fields for projects, users and issues
37 37 * Multiple LDAP authentication support
38 38 * User self-registration support
39 39 * Multilanguage support (english, french, german, spanish)
40 40 * Multiple databases support: MySQL, PostgreSQL, Oracle, SQL Server, SQLite
41 41
42 42
43 43 == User documentation
44 44
45 45 User documentation for redMine is written using DocBook XML format.
46 46 It's also avaible as HTML files in /public/manual (contextual help)
47 47
48 48
49 49 == Versioning
50 50
51 51 redMine versioning scheme is major.minor.revision
52 52 Versions before 1.0.0 must be considered as beta versions and upgrading support
53 53 may not be provided for these versions.
54 54
55 55
56 56 == Credits
57 57
58 58 * Jean-Francois Boutier (spanish translation)
59 59 * Andreas Viklund (open source XHTML layout, http://andreasviklund.com/)
60 * Karim Trott (german translation and english online help translation)
60 * Karim Trott (german translation)
61 * Todd McGrath (help with english translation)
61 62
General Comments 0
You need to be logged in to leave comments. Login now