Convert readme file from html to markdown

This commit is contained in:
Ansgar Becker
2017-11-02 10:13:12 +01:00
parent 57e8047da3
commit c95e45a403
2 changed files with 3 additions and 19 deletions

View File

@ -1,19 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>HeidiSQL</title>
<meta http-equiv="refresh" content="5; URL=http://www.heidisql.com/help.php" />
</head>
<body>
<p>
Please look at <a href="http://www.heidisql.com/help.php">http://www.heidisql.com/help.php</a> for detailed help.
</p>
</body>
</html>

3
readme.md Normal file
View File

@ -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.