Unify plain text documentation formatting a little bit.
Most of things (except ChangeLog) are now proper reStructuredText.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
----------------------
|
phpMyAdmin - ChangeLog
|
||||||
phpMyAdmin - ChangeLog
|
======================
|
||||||
----------------------
|
|
||||||
|
|
||||||
3.4.0.0 (not yet released)
|
3.4.0.0 (not yet released)
|
||||||
+ rfe #2890226 [view] Enable VIEW rename
|
+ rfe #2890226 [view] Enable VIEW rename
|
||||||
@@ -314,6 +313,6 @@ phpMyAdmin - ChangeLog
|
|||||||
http://www.phpmyadmin.net/old-stuff/ChangeLogs/
|
http://www.phpmyadmin.net/old-stuff/ChangeLogs/
|
||||||
|
|
||||||
# vim: et ts=4 sw=4 sts=4
|
# vim: et ts=4 sw=4 sts=4
|
||||||
# vim: ft=changelog fenc=utf-8 encoding=utf-8
|
# vim: ft=changelog fenc=utf-8
|
||||||
# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
|
# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
|
||||||
# vim: fdn=1 fdm=expr
|
# vim: fdn=1 fdm=expr
|
||||||
|
79
README
79
README
@@ -1,14 +1,16 @@
|
|||||||
phpMyAdmin - Readme
|
phpMyAdmin - Readme
|
||||||
===================
|
===================
|
||||||
|
|
||||||
A set of PHP-scripts to manage MySQL over the web.
|
A set of PHP-scripts to manage MySQL over the web.
|
||||||
|
|
||||||
Version 3.4.0-dev
|
Version 3.4.0-dev
|
||||||
-----------------
|
-----------------
|
||||||
http://www.phpmyadmin.net/
|
|
||||||
|
|
||||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
http://www.phpmyadmin.net/
|
||||||
Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
|
|
||||||
|
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||||
|
|
||||||
|
Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
|
||||||
Olivier Müller <om_at_omnis.ch>
|
Olivier Müller <om_at_omnis.ch>
|
||||||
Robin Johnson <robbat2_at_users.sourceforge.net>
|
Robin Johnson <robbat2_at_users.sourceforge.net>
|
||||||
Alexander M. Turek <me_at_derrabus.de>
|
Alexander M. Turek <me_at_derrabus.de>
|
||||||
@@ -18,52 +20,55 @@ phpMyAdmin - Readme
|
|||||||
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
|
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
|
||||||
[check Documentation.txt/.html file for more details]
|
[check Documentation.txt/.html file for more details]
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License version 2,
|
it under the terms of the GNU General Public License version 2,
|
||||||
as published by the Free Software Foundation.
|
as published by the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
Requirements:
|
Requirements
|
||||||
php 5.2 or later
|
~~~~~~~~~~~~
|
||||||
MySQL 5.0 or later
|
|
||||||
a web-browser (doh!)
|
|
||||||
|
|
||||||
Summary:
|
* php 5.2 or later
|
||||||
phpMyAdmin is intended to handle the administration of MySQL over the web.
|
* MySQL 5.0 or later
|
||||||
For a summary of features, please see the Documentation.txt/.html file.
|
* a web-browser (doh!)
|
||||||
|
|
||||||
Download:
|
Summary
|
||||||
You can get the newest version at http://www.phpmyadmin.net/.
|
~~~~~~~
|
||||||
|
|
||||||
Credits:
|
phpMyAdmin is intended to handle the administration of MySQL over the web.
|
||||||
Please see the Documentation.txt/.html file.
|
For a summary of features, please see the Documentation.txt/.html file.
|
||||||
|
|
||||||
Installation:
|
Download
|
||||||
Please see the Documentation.txt/.html file.
|
~~~~~~~~
|
||||||
|
|
||||||
ChangeLog:
|
You can get the newest version at http://www.phpmyadmin.net/.
|
||||||
Now in ChangeLog
|
|
||||||
|
|
||||||
Documentation:
|
More Information
|
||||||
Basic documentation available in Documentation.txt/.html
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Support:
|
Please see the Documentation.txt/.html file.
|
||||||
See reference about support forums under http://www.phpmyadmin.net/
|
|
||||||
|
Support
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
See reference about support forums under http://www.phpmyadmin.net/
|
||||||
|
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
The phpMyAdmin Devel team
|
|
||||||
|
-- The phpMyAdmin Devel team
|
||||||
|
|
||||||
|
|
||||||
PS: Please, don't send us emails with question like "How do I compile
|
PS:
|
||||||
|
Please, don't send us emails with question like "How do I compile
|
||||||
PHP with MySQL-support". We just don't have the time to be your
|
PHP with MySQL-support". We just don't have the time to be your
|
||||||
free helpdesk.
|
free helpdesk.
|
||||||
Please send your questions to the appropriate mailinglists / forums.
|
Please send your questions to the appropriate mailinglists / forums.
|
||||||
|
@@ -24,11 +24,16 @@ one we ship.
|
|||||||
|
|
||||||
Currently known list of external libraries:
|
Currently known list of external libraries:
|
||||||
|
|
||||||
js/jquery - jQuery js framework
|
js/jquery
|
||||||
js/colorpicker - jQuery based color picker
|
jQuery js framework
|
||||||
|
js/colorpicker
|
||||||
|
jQuery based color picker
|
||||||
|
|
||||||
libarries/PHPExcel - PHPExcel library for handling Excel files
|
libarries/PHPExcel
|
||||||
libraries/php-gettext - php-gettext library
|
PHPExcel library for handling Excel files
|
||||||
libraries/tcpdf - tcpdf library, modified for our needs!
|
libraries/php-gettext
|
||||||
|
php-gettext library
|
||||||
|
libraries/tcpdf
|
||||||
|
tcpdf library, modified for our needs!
|
||||||
|
|
||||||
# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us
|
# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us
|
||||||
|
@@ -1,10 +1,20 @@
|
|||||||
|
phpMyAdmin Third Party Contributions
|
||||||
|
====================================
|
||||||
|
|
||||||
This directory contains various stuff contributed by users that might be
|
This directory contains various stuff contributed by users that might be
|
||||||
useful to other. There is no guarantee it will work for you.
|
useful to other. There is no guarantee it will work for you.
|
||||||
|
|
||||||
Current content of this directory:
|
Current content of this directory:
|
||||||
|
|
||||||
packaging - Contains files needed for creating packages for various
|
packaging
|
||||||
|
Contains files needed for creating packages for various
|
||||||
distributions. Please prefer official packages from your vendor if
|
distributions. Please prefer official packages from your vendor if
|
||||||
possible.
|
possible.
|
||||||
|
|
||||||
vim: expandtab ts=4 sw=4 sts=4 tw=78
|
swekey.sample.conf
|
||||||
|
SweKey authentication configuration example.
|
||||||
|
|
||||||
|
htaccess
|
||||||
|
Sample Apache configuration for limit access for bots.
|
||||||
|
|
||||||
|
# vim: expandtab ts=4 sw=4 sts=4 tw=78
|
||||||
|
Reference in New Issue
Block a user