Document external libraries used in phpMyAdmin.

This commit is contained in:
Michal Čihař
2010-03-30 16:48:39 +02:00
parent e0e4132aa1
commit 375c9079b8

View File

@@ -16,4 +16,23 @@ change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you
will also probably want to skip directory writable check, so set will also probably want to skip directory writable check, so set
SETUP_DIR_WRITABLE to false. SETUP_DIR_WRITABLE to false.
External libraries
------------------
phpMyAdmin includes several external libraries, you might want to
replace them with system ones if they are available, but please note
that you should test whether version you provide is compatible with the
one we ship.
Currently known list of external libraries:
js/mootools.js - Mootools js framework
js/mootools-more.js - Mootools js framework, more extension
js/jquery - jQuery js framework
js/colorpicker - jQuery based color picker
libarries/PHPExcel - PHPExcel library for handling Excel files
libraries/php-gettext - php-gettext library
libraries/tcpdf - tcpdf library, modified for our needs!
# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us