mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
68 lines
1.5 KiB
HTML
68 lines
1.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
<head>
|
|
<title>HeidiSQL - information file for developers</title>
|
|
<meta name="Content-Language" content="en" />
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
|
<meta name="description" content="Information file for installing and using the HeidiSQL sources." />
|
|
<meta name="author" content="Ansgar Becker, David Dindorp" />
|
|
|
|
<style type="text/css">
|
|
body {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 80%;
|
|
}
|
|
h1, h2 {
|
|
color: rgb(121,211,31);
|
|
}
|
|
.floatleft {
|
|
float: left;
|
|
}
|
|
img {
|
|
border: none;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<a href="http://www.heidisql.com/">
|
|
<img src="http://www.heidisql.com/images/heidisql_logo.gif" alt="HeidiSQL Logo" />
|
|
</a>
|
|
|
|
<h1>HeidiSQL - information file for developers</h1>
|
|
|
|
<hr />
|
|
|
|
<h2>Table of content</h2>
|
|
<ol>
|
|
<li><a href="#requirements">Requirements</a></li>
|
|
<li><a href="#components">Installing components</a></li>
|
|
<li><a href="#notes">Notes</a></li>
|
|
</ol>
|
|
|
|
<hr />
|
|
|
|
<h2 id="requirements">Requirements</h2>
|
|
|
|
<hr />
|
|
|
|
<h2 id="components">Installing components</h2>
|
|
|
|
<hr />
|
|
|
|
<h2 id="notes">Notes</h2>
|
|
|
|
|
|
<hr />
|
|
<p>
|
|
Revision of this file: <em>$Rev$</em><br />
|
|
Last changed: <em>$Date$</em><br />
|
|
Last author: <em>$Author$</em>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|