diff --git a/doc/index.rst b/doc/index.rst index 7a30293013..c6c291b4f3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,6 +18,7 @@ Contents: transformations faq developers + vendors copyright credits glossary diff --git a/README.VENDOR b/doc/vendors.rst similarity index 75% rename from README.VENDOR rename to doc/vendors.rst index bc9258bd56..13d7e550ad 100644 --- a/README.VENDOR +++ b/doc/vendors.rst @@ -1,5 +1,5 @@ -phpMyAdmin - hints for distributing phpMyAdmin -============================================== +Distributing and packaging phpMyAdmin +===================================== This document is intended to give advices to people who want to redistribute phpMyAdmin inside other software package such as Linux @@ -7,12 +7,12 @@ distribution or some all in one package including web server and MySQL server. Generally you can customize some basic aspects (paths to some files and -behavior) in libraries/vendor_config.php. +behavior) in :file:`libraries/vendor_config.php`. -For example if you want setup script to generate config file in var, -change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you +For example if you want setup script to generate config file in var, change +``SETUP_CONFIG_FILE`` to :file:`/var/lib/phpmyadmin/config.inc.php` and you will also probably want to skip directory writable check, so set -SETUP_DIR_WRITABLE to false. +``SETUP_DIR_WRITABLE`` to false. External libraries ------------------ @@ -32,4 +32,3 @@ libraries/php-gettext libraries/tcpdf tcpdf library, stripped down of not needed files -# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us