* Editing README.rst to make it more friendly as our github home page * Move third party license info to copyright file Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
44 lines
1.4 KiB
ReStructuredText
44 lines
1.4 KiB
ReStructuredText
phpMyAdmin
|
|
==========
|
|
|
|
A set of PHP-scripts to manage MySQL over the web.
|
|
|
|
http://www.phpmyadmin.net/
|
|
|
|
Code status
|
|
-----------
|
|
|
|
.. image:: https://secure.travis-ci.org/phpmyadmin/phpmyadmin.png?branch=master
|
|
:alt: Build status
|
|
:target: https://travis-ci.org/phpmyadmin/phpmyadmin
|
|
|
|
.. image:: http://l10n.cihar.com/widgets/phpmyadmin-status-badge.png
|
|
:alt: Translation status
|
|
:target: https://l10n.cihar.com/engage/phpmyadmin/?utm_source=widget
|
|
|
|
.. image:: https://coveralls.io/repos/phpmyadmin/phpmyadmin/badge.png?branch=master
|
|
:target: https://coveralls.io/r/phpmyadmin/phpmyadmin?branch=master
|
|
|
|
.. image:: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/badges/quality-score.png?s=93dfde29ffa5771d9c254b7ffb11c4e673315035
|
|
:target: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/
|
|
|
|
Download
|
|
--------
|
|
|
|
You can get the newest release at http://www.phpmyadmin.net/.
|
|
|
|
If you prefer to follow the git repository, the following branch and tag names may be of interest:
|
|
|
|
* ``STABLE`` is the current stable release.
|
|
* ``master`` is the development branch.
|
|
* Releases are tagged, for example version 4.0.1 was tagged as ``RELEASE_4_0_1``.
|
|
|
|
More Information
|
|
----------------
|
|
|
|
Please see the documentation in the doc folder or at http://docs.phpmyadmin.net/.
|
|
|
|
For support or to learn how to contribute code or by translating to your language,
|
|
visit http://www.phpmyadmin.net/
|
|
|