From 430cdaeb3a95886e64ee5753b31f8f964b4a91a1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 17 Mar 2025 20:29:50 +0100 Subject: [PATCH] Use README.md --- README.md | 28 ++++++++++++++++++++++++++++ readme.txt | 22 ---------------------- 2 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 00000000..a56cc2fe --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Adminer + +**Adminer** is a full-featured database management tool written in PHP. It consists of a single file ready to deploy +to the target server. **Adminer Editor** offers data manipulation for end-users. + +https://www.adminer.org/ + +- **Supports:** MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle +- **Plugins for:** Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse +- **Requirements:** PHP 5.3+ + +## Screenshot +![screenshot](https://www.adminer.org/static/screenshots/table.png) + +## Installation +If downloaded from Git then run: `git submodule update --init` + +- `adminer/index.php` - Run development version of Adminer +- `editor/index.php` - Run development version of Adminer Editor +- `editor/example.php` - Example customization +- `plugins/readme.txt` - Plugins for Adminer and Adminer Editor +- `adminer/plugin.php` - Plugin demo +- `adminer/sqlite.php` - Development version of Adminer with SQLite allowed +- `editor/sqlite.php` - Development version of Editor with SQLite allowed +- `adminer/designs.php` - Development version of Adminer with `adminer.css` switcher +- `compile.php` - Create a single file version +- `lang.php` - Update translations +- `tests/*.html` - Katalon Recorder test suites diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 3115a10a..00000000 --- a/readme.txt +++ /dev/null @@ -1,22 +0,0 @@ -Adminer - Database management in a single PHP file -Adminer Editor - Data manipulation for end-users - -https://www.adminer.org/ - -Supports: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle -Plugins for: Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse -Requirements: PHP 5.3+ - -adminer/index.php - Run development version of Adminer -editor/index.php - Run development version of Adminer Editor -editor/example.php - Example customization -plugins/readme.txt - Plugins for Adminer and Adminer Editor -adminer/plugin.php - Plugin demo -adminer/sqlite.php - Development version of Adminer with SQLite allowed -editor/sqlite.php - Development version of Editor with SQLite allowed -adminer/designs.php - Development version of Adminer with adminer.css switcher -compile.php - Create a single file version -lang.php - Update translations -tests/*.html - Katalon Recorder test suites - -If downloaded from Git then run: git submodule update --init -- 2.39.5