mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-25 12:53:54 +03:00
* Update online docs for new terminal mode documentation * Link the concept index * Try making the cindex (concept index) meaningful Rearrange existing @cindex entries, add a lot of new ones. * Update online docs * Forgot to add this page (concept index) * Update online docs for new terminal mode documentation * Link the concept index * Try making the cindex (concept index) meaningful Rearrange existing @cindex entries, add a lot of new ones. * Update online docs * Forgot to add this page (concept index) * Update docs * Update docs * Introduce a toplevel "switch page" That way, we can provide documentation for various versions. Also add PDF documentation for easy reference. * Add documentation from AVRDUDE v6.4 * Include AVRDUDE logo on toplevel page * Put the logo on the index page left. * Add a footer with a back link to the projec pages
31 lines
954 B
HTML
31 lines
954 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>AVRDUDE Online Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="avrdude.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<img src="avrdude-logo.png" alt="Logo" />
|
|
<h1>AVRDUDE Online Documentation</h1>
|
|
<p>This page links the HTML online documentation
|
|
for various versions of the AVRDUDE program.</p>
|
|
<table>
|
|
<tr>
|
|
<td>Current (from Git, updated from time to time)</td>
|
|
<td><a href="current/avrdude.html">HTML</a></td>
|
|
<td><a href="current/avrdude.pdf">PDF</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>V6.4</td>
|
|
<td><a href="6.4/avrdude.html">HTML</a></td>
|
|
<td><a href="6.4/avrdude.pdf">PDF</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
<address class="footer">
|
|
<hr />
|
|
<p>Back to <a href="https://github.com/avrdudes/avrdude/">AVRDUDE Project</a></p>
|
|
</address>
|
|
</html>
|