From c95e45a403c0d8e43d3234b0fa38ec5208dadd74 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Thu, 2 Nov 2017 10:13:12 +0100 Subject: [PATCH] Convert readme file from html to markdown --- readme.html | 19 ------------------- readme.md | 3 +++ 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 readme.html create mode 100644 readme.md diff --git a/readme.html b/readme.html deleted file mode 100644 index 94683007..00000000 --- a/readme.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - HeidiSQL - - - - - -

- Please look at http://www.heidisql.com/help.php for detailed help. -

- - - - diff --git a/readme.md b/readme.md new file mode 100644 index 00000000..268d8cfb --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +HeidiSQL is a useful and reliable tool designed for web developers using the popular [MySQL](http://www.mysql.com/) server, [Microsoft SQL databases](http://www.microsoft.com/sql/) and [PostgreSQL](http://www.postgresql.org/). It enables you to browse and edit data, create and edit tables, views, procedures, triggers and scheduled events. Also, you can export structure and data, either to SQL file, clipboard or to other servers. Read about [features](https://www.heidisql.com/#featurelist) or see some [screenshots](https://www.heidisql.com/screenshots.php). + +Look at [the online help page](http://www.heidisql.com/help.php) for learning how to use HeidiSQL. \ No newline at end of file