Cleanup some mess from rst

This commit is contained in:
Michal Čihař 2012-11-08 16:39:19 +01:00
parent a588f0926b
commit cba7cf3907
3 changed files with 6 additions and 26 deletions

10
faq.rst
View File

@ -3,16 +3,6 @@
FAQ - Frequently Asked Questions
================================
#.
#.
#.
#.
#.
#.
#.
#.
#.
Please have a look at our `Link section
<http://www.phpmyadmin.net/home_page/docs.php>`_ on the official
phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features and

View File

@ -3,12 +3,6 @@
Installation
============
#.
#.
#.
#.
#.
phpMyAdmin does not apply any special security methods to the MySQL
database server. It is still the system administrator's job to grant
permissions on the MySQL databases properly. phpMyAdmin's "Privileges"

View File

@ -3,14 +3,10 @@
Transformations
===============
#.
#.
#.
.. _transformationsintro:
1. Introduction
+++++++++++++++
Introduction
++++++++++++
To enable transformations, you have to setup the ``column\_info``
table and the proper directives. Please see the on how to do so.
@ -38,8 +34,8 @@ official phpMyAdmin homepage.
.. _transformationshowto:
2. Usage
++++++++
Usage
+++++
Go to your *tbl\_structure.php* page (i.e. reached through clicking on
the 'Structure' link for a table). There click on "Change" (or change
@ -82,8 +78,8 @@ They are called 'MIME-type', 'Browser transformation' and
.. _transformationsfiles:
3. File structure
+++++++++++++++++
File structure
++++++++++++++
All specific transformations for mimetypes are defined through class
files in the directory 'libraries/plugins/transformations/'. Each of