Fix broken inline edit
[phpmyadmin.git] / README.VENDOR
blobd6f510cb36bf98b9aaa370965e55bd05ce54f022
1 phpMyAdmin - hints for distributing phpMyAdmin
2 ==============================================
4 This document is intended to give advices to people who want to
5 redistribute phpMyAdmin inside other software package such as Linux
6 distribution or some all in one package including web server and MySQL
7 server.
9 Generally you can customize some basic aspects (paths to some files and
10 behavior) in libraries/vendor_config.php.
12 For example if you want setup script to generate config file in var,
13 change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you
14 will also probably want to skip directory writable check, so set
15 SETUP_DIR_WRITABLE to false.
17 External libraries
18 ------------------
20 phpMyAdmin includes several external libraries, you might want to
21 replace them with system ones if they are available, but please note
22 that you should test whether version you provide is compatible with the
23 one we ship.
25 Currently known list of external libraries:
27 js/jquery 
28     jQuery js framework
29 js/colorpicker 
30     jQuery based color picker
32 libraries/php-gettext 
33     php-gettext library
34 libraries/tcpdf 
35     tcpdf library, modified for our needs!
37 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us