Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-03-30 18:48:39 +0400
committerMichal Čihař <mcihar@novell.com>2010-03-30 18:48:39 +0400
commit375c9079b8a132ac6fcfca37c6793b2df63bffe6 (patch)
tree02a92df92853a71a122511669d76c317bd5c1ef1 /README.VENDOR
parente0e4132aa18b4ffc9c4e7fab0c8a2a607aea9f9e (diff)
Document external libraries used in phpMyAdmin.
Diffstat (limited to 'README.VENDOR')
-rw-r--r--README.VENDOR19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.VENDOR b/README.VENDOR
index 2b2e92d96d..5f824afa47 100644
--- a/README.VENDOR
+++ b/README.VENDOR
@@ -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
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