Refactored ConfigFile class so that it is no longer a singleton
[phpmyadmin.git] / README
blobc9576015b5cfad02c3b068425a79a3e0eb0a4fa8
1 phpMyAdmin - Readme
2 ===================
4 Version 4.1.0-beta1
6 A set of PHP-scripts to manage MySQL over the web.
8 http://www.phpmyadmin.net/
10 Copyright
11 ---------
13 Copyright (C) 1998-2000
14     Tobias Ratschiller <tobias_at_ratschiller.com>
16 Copyright (C) 2001-2013
17     Marc Delisle <marc_at_infomarc.info>
18     Olivier Müller <om_at_omnis.ch>
19     Robin Johnson <robbat2_at_users.sourceforge.net>
20     Alexander M. Turek <me_at_derrabus.de>
21     Michal Čihař <michal_at_cihar.com>
22     Garvin Hicking <me_at_supergarv.de>
23     Michael Keck <mkkeck_at_users.sourceforge.net>
24     Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
25     [check documentation for more details]
27 License
28 -------
30 This program is free software; you can redistribute it and/or modify it under
31 the terms of the GNU General Public License version 2, as published by the
32 Free Software Foundation.
34 This program is distributed in the hope that it will be useful, but WITHOUT
35 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
36 FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
37 details.
39 You should have received a copy of the GNU General Public License
40 along with this program.  If not, see <http://www.gnu.org/licenses/>.
42 Third party licenses
43 --------------------
45 phpMyAdmin includes several third party libraries which come under their
46 respective licenses.
48 jQuery's license, which is where we got the files under js/jquery/ is
49 (MIT|GPL), a copy of each license is available in this repository (GPL
50 is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt).
52 TCPDF which is located under libraries/tcpdf is released under GPL
53 version 3 and the license is available as libraries/tcpdf/LICENSE.TXT.
55 DejaVu fonts which are located under libraries/tcpdf/fonts/ and their
56 license is documented in
57 libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE.
59 PHP-gettext which is located under libraries/php-gettext/ is released
60 under GPL version 2 license which is available in the LICENSE file.
62 Requirements
63 ------------
65 * PHP 5.3 or later
66 * MySQL 5.0 or later
67 * a web-browser (doh!)
69 Summary
70 -------
72 phpMyAdmin is intended to handle the administration of MySQL over the web.
73 For a summary of features, please see the documentation in the doc folder.
75 Download
76 --------
78 You can get the newest version at http://www.phpmyadmin.net/.
80 More Information
81 ----------------
83 Please see the documentation in the doc folder.
85 Support
86 -------
88 See reference about support forums under http://www.phpmyadmin.net/
91 Enjoy!
92 ------
94 The phpMyAdmin Devel team
97 PS:
99 Please, don't send us emails with question like "How do I compile PHP with
100 MySQL-support". We just don't have the time to be your free help desk.
102 Please send your questions to the appropriate mailing lists / forums.  Before
103 contacting us, please read the documentation (especially the FAQ part).