From d27c13b8f49f8b2d3ca90672e6cea3e91cc5cf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 12 Nov 2012 13:50:07 +0100 Subject: [PATCH] Move vendor doc into documentation --- doc/index.rst | 1 + README.VENDOR => doc/vendors.rst | 13 ++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename README.VENDOR => doc/vendors.rst (75%) 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