fixed HTML warnings

This commit is contained in:
Sebastian Mendel
2007-11-09 18:44:11 +00:00
parent 86b1747823
commit fc6f7a909a

View File

@@ -172,12 +172,12 @@
<h3 id="quick_install">Quick Install</h3> <h3 id="quick_install">Quick Install</h3>
<ol><li>Choose an appropriate distribution kit from the phpmyadmin.net <ol><li>Choose an appropriate distribution kit from the phpmyadmin.net
Downloads page. Some kits contain only the English messages, Downloads page. Some kits contain only the English messages,
others contain all languages in UTF-8 format (this should be fine others contain all languages in UTF-8 format (this should be fine
in most situations), others contain all in most situations), others contain all
languages and all character sets. We'll assume you chose a kit whose languages and all character sets. We'll assume you chose a kit whose
name looks like <tt>phpMyAdmin-x.x.x-all-languages.tar.gz</tt>. name looks like <tt>phpMyAdmin-x.x.x-all-languages.tar.gz</tt>.
</li> </li>
<li>Untar or unzip the distribution (be sure to unzip the subdirectories): <li>Untar or unzip the distribution (be sure to unzip the subdirectories):
<tt>tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz</tt> in your webserver's <tt>tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz</tt> in your webserver's
document root. If you don't have direct access to your document root, document root. If you don't have direct access to your document root,
@@ -192,9 +192,9 @@
1.26</a> for suggestions.</li> 1.26</a> for suggestions.</li>
<li>Now you must configure your installation. There are two methods that <li>Now you must configure your installation. There are two methods that
can be used. Traditionally, users have hand-edited a copy of can be used. Traditionally, users have hand-edited a copy of
<tt>config.inc.php</tt>, but now a wizard-style setup script is <tt>config.inc.php</tt>, but now a wizard-style setup script is
provided for those who prefer a graphical installation. Creating a provided for those who prefer a graphical installation. Creating a
<tt>config.inc.php</tt> is still a quick way to get started and needed for some advanced features. <tt>config.inc.php</tt> is still a quick way to get started and needed for some advanced features.
<ul><li>To manually create the file, simply use your text editor to <ul><li>To manually create the file, simply use your text editor to
create the file <tt>config.inc.php</tt> (you can copy create the file <tt>config.inc.php</tt> (you can copy
<tt>config.sample.inc.php</tt> to get minimal configuration <tt>config.sample.inc.php</tt> to get minimal configuration
@@ -481,11 +481,11 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
<h4>'signon' authentication mode</h4> <h4>'signon' authentication mode</h4>
<ul><li>This mode is a convenient way of using credentials from another <ul><li>This mode is a convenient way of using credentials from another
application to authenticate to phpMyAdmin.</li> application to authenticate to phpMyAdmin.</li>
<li>The other application has to store login information into <li>The other application has to store login information into
session data.</li> session data.</li>
<li>More details in the <a href="#cfg_Servers_auth_type">auth_type</a> <li>More details in the <a href="#cfg_Servers_auth_type">auth_type</a>
section.</li> section.</li>
</ul> </ul>
<h4>'config' authentication mode</h4> <h4>'config' authentication mode</h4>
@@ -774,8 +774,8 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
<dd>Only useful when using phpMyAdmin with multiple server entries. If set, <dd>Only useful when using phpMyAdmin with multiple server entries. If set,
this string will be displayed instead of the hostname in the pull-down this string will be displayed instead of the hostname in the pull-down
menu on the main page. This can be useful if you want to show only menu on the main page. This can be useful if you want to show only
certain databases on your system, for example. For HTTP auth, all certain databases on your system, for example. For HTTP auth, all
non-US-ASCII characters will be stripped.</dd> non-US-ASCII characters will be stripped.</dd>
<dt id="pmadb"> <dt id="pmadb">
<span id="cfg_Servers_pmadb">$cfg['Servers'][$i]['pmadb']</span> string <span id="cfg_Servers_pmadb">$cfg['Servers'][$i]['pmadb']</span> string
@@ -1545,6 +1545,7 @@ $cfg['TrustedProxies'] =
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [valid css code]<br /> <dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [valid css code]<br />
</dt>
<dd>The color used for the database name in the navi frame. <dd>The color used for the database name in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
@@ -1693,8 +1694,8 @@ $cfg['TrustedProxies'] =
The name of the directory where The name of the directory where
<abbr title="structured query language">SQL</abbr> files have been <abbr title="structured query language">SQL</abbr> files have been
uploaded by other means than phpMyAdmin (for example, ftp). Those files uploaded by other means than phpMyAdmin (for example, ftp). Those files
are available under a drop-down box when you click the database or are available under a drop-down box when you click the database or
table name, then the Import tab. table name, then the Import tab.
<br /><br /> <br /><br />
If you want different directory for each user, %u will be replaced If you want different directory for each user, %u will be replaced
@@ -1724,8 +1725,8 @@ $cfg['TrustedProxies'] =
If you want different directory for each user, %u will be replaced If you want different directory for each user, %u will be replaced
with username.<br /><br /> with username.<br /><br />
Please note that the directory must exist and has to be writable for Please note that the directory must exist and has to be writable for
the user running webserver.<br /><br /> the user running webserver.<br /><br />
Please note that if PHP is running in safe mode, this directory must Please note that if PHP is running in safe mode, this directory must
be owned by the same user as the owner of the phpMyAdmin scripts. be owned by the same user as the owner of the phpMyAdmin scripts.
@@ -2009,8 +2010,8 @@ $cfg['TrustedProxies'] =
to the end of every page displayed in the main window with profiling to the end of every page displayed in the main window with profiling
statistics for that page.<br /> statistics for that page.<br />
You may need to increase the maximum execution time for this to You may need to increase the maximum execution time for this to
complete successfully.<i>Profiling was removed from the code for complete successfully.<i>Profiling was removed from the code for
version 2.9.0 due to licensing issues.</i></dd> version 2.9.0 due to licensing issues.</i></dd>
<dt id="cfg_DBG_profile_threshold">$cfg['DBG']['profile']['threshold'] float (units in milliseconds)</dt> <dt id="cfg_DBG_profile_threshold">$cfg['DBG']['profile']['threshold'] float (units in milliseconds)</dt>
<dd><b>DEVELOPERS ONLY!</b><br /> <dd><b>DEVELOPERS ONLY!</b><br />
@@ -2110,7 +2111,7 @@ $cfg['TrustedProxies'] =
'Transformation options'.</p> 'Transformation options'.</p>
<ul><li>The field 'MIME-type' is a drop-down field. Select the MIME-type <ul><li>The field 'MIME-type' is a drop-down field. Select the MIME-type
that corresponds to the column's contents. Please note that that corresponds to the column's contents. Please note that
transformations are inactive as long as no MIME-type is selected.</li> transformations are inactive as long as no MIME-type is selected.</li>
<li>The field 'Browser transformation' is a drop-down field. You can choose from a <li>The field 'Browser transformation' is a drop-down field. You can choose from a
@@ -2377,7 +2378,7 @@ $cfg['TrustedProxies'] =
<p> These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</tt> <p> These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</tt>
PHP functions to be more independent of the platform (Unix/Windows, Safe Mode PHP functions to be more independent of the platform (Unix/Windows, Safe Mode
or not, and so on). So, you must have PHP4&nbsp;>=&nbsp;4.0.4 and Zlib/Bzip2 or not, and so on). So, you must have PHP4&nbsp;&gt;=&nbsp;4.0.4 and Zlib/Bzip2
support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /> support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br />
We faced PHP crashes when trying to download a dump with MS Internet We faced PHP crashes when trying to download a dump with MS Internet
Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In
@@ -2533,7 +2534,7 @@ using PHP's classic
php Win32 builds.</p> php Win32 builds.</p>
<h5 id="faq1_17a"> <h5 id="faq1_17a">
<a href="#faq1_17a">1.17a I cannot connect to the MySQL server. It always returns the error <a href="#faq1_17a">1.17a I cannot connect to the MySQL server. It always returns the error
message, &quot;Client does not support authentication protocol requested message, &quot;Client does not support authentication protocol requested
by server; consider upgrading MySQL client&quot;</a></h5> by server; consider upgrading MySQL client&quot;</a></h5>
@@ -2722,7 +2723,7 @@ SetInputFilter PHP
mode under <abbr title="Internet Information Services">IIS</abbr> 5.1.</p> mode under <abbr title="Internet Information Services">IIS</abbr> 5.1.</p>
<ol><li>In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt></li> <ol><li>In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt></li>
<li>In <tt>Web Site Properties -> File/Directory Security -> Anonymous <li>In <tt>Web Site Properties -&gt; File/Directory Security -&gt; Anonymous
Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and
uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>, uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>,
<tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's <tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's
@@ -3124,7 +3125,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</p> </p>
<h4 id="faq3_14"> <h4 id="faq3_14">
<a href="#faq3_14">3.14 I am not able to browse a table when I don't have the right to SELECT one of the columns.</a></h4> <a href="#faq3_14">3.14 I am not able to browse a table when I don't have the right to SELECT one of the columns.</a></h4>
<p> <p>
This has been a known limitation of phpMyAdmin since the beginning and This has been a known limitation of phpMyAdmin since the beginning and
it's not likely to be solved in the future. it's not likely to be solved in the future.
@@ -3248,7 +3249,7 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(
while a domain name is defined in the config file.</p> while a domain name is defined in the config file.</p>
<h4 id="faq4_8"> <h4 id="faq4_8">
<a href="#faq4_8">4.8 Which parameters can I use in the URL that starts phpMyAdmin?</a></h4> <a href="#faq4_8">4.8 Which parameters can I use in the URL that starts phpMyAdmin?</a></h4>
<p>When starting phpMyAdmin, you can use the <tt>db</tt>, <tt>pma_username</tt>, <tt>pma_password</tt> and <tt>server</tt> parameters. This last one can contain either the numeric host index (from <tt>$i</tt> of the configuration file) or one of the host names present in the configuration file. Using <tt>pma_username</tt> and <tt>pma_password</tt> has been tested along with the usage of 'cookie' <tt>auth_type</tt>.</p> <p>When starting phpMyAdmin, you can use the <tt>db</tt>, <tt>pma_username</tt>, <tt>pma_password</tt> and <tt>server</tt> parameters. This last one can contain either the numeric host index (from <tt>$i</tt> of the configuration file) or one of the host names present in the configuration file. Using <tt>pma_username</tt> and <tt>pma_password</tt> has been tested along with the usage of 'cookie' <tt>auth_type</tt>.</p>
@@ -4335,7 +4336,7 @@ Original Credits of Version 2.1.0
applications.</li> applications.</li>
<li><a href="http://www.wikipedia.org/wiki/Port_%28computing%29">port</a> <li><a href="http://www.wikipedia.org/wiki/Port_%28computing%29">port</a>
- a connection through which data is sent and received.</li> - a connection through which data is sent and received.</li>
<li><a href="http://www.wikipedia.org/wiki/Request_for_Comments">RFC</a> <li><a href="http://www.wikipedia.org/wiki/Request_for_Comments">RFC</a>
- Request for Comments (RFC) documents are a series of memoranda - Request for Comments (RFC) documents are a series of memoranda
encompassing new research, innovations, and methodologies applicable to encompassing new research, innovations, and methodologies applicable to
Internet technologies.</li> Internet technologies.</li>