redesign
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
* removed anything about "unofficial" from the pages
|
||||
* updated links, and labels in all lang files
|
||||
* General cleanups and updates in the docs and README files
|
||||
* Started Documentation.html redesign
|
||||
|
||||
2001-07-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lib.inc.php3: patch from Chee Wai for illegal index
|
||||
|
@@ -24,12 +24,69 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
|
||||
</style></head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin Documentation</h1>
|
||||
<p><a href="http://www.phpwizard.net/projects/phpMyAdmin/" class="navigation">Official phpMyAdmin project homepage</a><br>
|
||||
<a href="http://phpmyadmin.sourceforge.net/" class="navigation">"Unofficial" phpMyAdmin project homepage</a></p>
|
||||
<p>Version history: <a href="ChangeLog">ChangeLog</a><br>
|
||||
Installation instructions: <a href="INSTALL">INSTALL</a><br>
|
||||
General notes: <a href="README">README</a></p>
|
||||
<ul>
|
||||
<li> <a href="http://www.phpwizard.net/projects/phpMyAdmin/">Official phpMyAdmin project homepage - http://www.phpwizard.net/projects/phpMyAdmin/</a></li>
|
||||
<li> <a href="http://phpmyadmin.sourceforge.net/">Sourceforge phpMyAdmin download page - http://phpmyadmin.sourceforge.net/</a></li>
|
||||
<li> Local documents:
|
||||
<ul>
|
||||
<li> Version history: <a href="ChangeLog">ChangeLog</a></li>
|
||||
<li> Installation instructions: <a href="INSTALL">INSTALL</a></li>
|
||||
<li> General notes: <a href="README">README</a></li>
|
||||
<li> Credits: <a href="CREDITS">CREDITS</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a name="intro"></a>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a href="#top">Top</a> -
|
||||
<a href="#intro">Introduction</a> -
|
||||
<a href="#setup">Installation</a> -
|
||||
<a href="#config">Configuration</a> -
|
||||
<a href="#faq">FAQ</a> -
|
||||
<a href="#developpers">Developpers</a> -
|
||||
<a href="#credits">Credits</a>
|
||||
</font><hr noshade width="100%">
|
||||
|
||||
<h2>Introduction</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="setup"></a>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a href="#top">Top</a> -
|
||||
<a href="#intro">Introduction</a> -
|
||||
<a href="#setup">Installation</a> -
|
||||
<a href="#config">Configuration</a> -
|
||||
<a href="#faq">FAQ</a> -
|
||||
<a href="#developpers">Developpers</a> -
|
||||
<a href="#credits">Credits</a>
|
||||
</font><hr noshade width="100%">
|
||||
|
||||
<h2>Installation</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="config"></a>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a href="#top">Top</a> -
|
||||
<a href="#intro">Introduction</a> -
|
||||
<a href="#setup">Installation</a> -
|
||||
<a href="#config">Configuration</a> -
|
||||
<a href="#faq">FAQ</a> -
|
||||
<a href="#developpers">Developpers</a> -
|
||||
<a href="#credits">Credits</a>
|
||||
</font><hr noshade width="100%">
|
||||
|
||||
<h2>Configuration</h2>
|
||||
<p>All configurable data is placed in config.inc.php3.</p>
|
||||
<p><b>$cfgServers</b> array<br>
|
||||
@@ -149,6 +206,17 @@ are generated.<br>
|
||||
<p><b>$cfgAttributeTypes </b>array<br>
|
||||
Possible attributes for fields. In most cases you don't need to edit this.</p>
|
||||
|
||||
<a name="faq"></a>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a href="#top">Top</a> -
|
||||
<a href="#intro">Introduction</a> -
|
||||
<a href="#setup">Installation</a> -
|
||||
<a href="#config">Configuration</a> -
|
||||
<a href="#faq">FAQ</a> -
|
||||
<a href="#developpers">Developpers</a> -
|
||||
<a href="#credits">Credits</a>
|
||||
</font><hr noshade width="100%">
|
||||
|
||||
<h2>FAQ - Frequently Asked Questions</h2>
|
||||
<p><b>I can't insert new rows into a table - MySQL brings up a SQL-error.<br>
|
||||
</b>
|
||||
@@ -237,5 +305,54 @@ Either there is an error with your PHP setup or your username/password is
|
||||
VALUES ('localhost', 'foo_db', 'foo', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '', '',
|
||||
'', '') <br>
|
||||
Then only the "foo_db" database will be displayed to user "foo".</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="developpers"></a>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a href="#top">Top</a> -
|
||||
<a href="#intro">Introduction</a> -
|
||||
<a href="#setup">Installation</a> -
|
||||
<a href="#config">Configuration</a> -
|
||||
<a href="#faq">FAQ</a> -
|
||||
<a href="#developpers">Developpers</a> -
|
||||
<a href="#credits">Credits</a>
|
||||
</font><hr noshade width="100%">
|
||||
|
||||
<h2>Developpers Information</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="credits"></a>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a href="#top">Top</a> -
|
||||
<a href="#intro">Introduction</a> -
|
||||
<a href="#setup">Installation</a> -
|
||||
<a href="#config">Configuration</a> -
|
||||
<a href="#faq">FAQ</a> -
|
||||
<a href="#developpers">Developpers</a> -
|
||||
<a href="#credits">Credits</a>
|
||||
</font><hr noshade width="100%">
|
||||
|
||||
<h2>Credits</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user