Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected links |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4e34b07739fff7084b5f36d5fb10d799 |
User & Date: | peter 2011-11-08 22:37:07.697 |
Context
2011-11-08
| ||
22:46 | Updated introduction check-in: 474122c7bb user: peter tags: trunk | |
22:37 | Corrected links check-in: 4e34b07739 user: peter tags: trunk | |
22:32 | Typo check-in: 1563ef80c9 user: peter tags: trunk | |
Changes
Changes to htdocs/download.html.
1 2 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: Download</title> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> </head> <body> <div class="header"> <div class="title">Eskil<br/>Download</div> </div> <div class="mainmenu"> <a href='index.html'>Home</a> <a href="index.html#EskilFeatures">Features</a> <a href="index.html#EskilScreenshots">Screenshots</a> <a href="download.html">Download</a> <a href="changes.html">Changes</a> |
︙ | ︙ | |||
26 27 28 29 30 31 32 | <div class="content"> <p> Downloads are available both as a <a href="http://wiki.tcl.tk/starkit">Starkit</a> and as <a href="http://wiki.tcl.tk/starpack">Starpacks</a> for some platforms. <br> Eskil's application source is licensed under GPL, but the bundled packages included in the starkit are under the same license as Tcl. <h2>Version 2.6.1</h2><ul> | | | | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <div class="content"> <p> Downloads are available both as a <a href="http://wiki.tcl.tk/starkit">Starkit</a> and as <a href="http://wiki.tcl.tk/starpack">Starpacks</a> for some platforms. <br> Eskil's application source is licensed under GPL, but the bundled packages included in the starkit are under the same license as Tcl. <h2>Version 2.6.1</h2><ul> <li><a href="../../../../downloads-2.6.1/eskil261.kit">eskil261.kit</a> <small>(658678 bytes)</small> (<a href="http://wiki.tcl.tk/starkit">Starkit</a>) <li><a href="../../../../downloads-2.6.1/eskil261.linux.gz">eskil261.linux.gz</a> <small>(2185217 bytes)</small> (<a href="http://wiki.tcl.tk/starpack">Starpack</a> for Linux) <li><a href="../../../../downloads-2.6.1/eskil261.solaris.gz">eskil261.solaris.gz</a> <small>(2059393 bytes)</small> (<a href="http://wiki.tcl.tk/starpack">Starpack</a> for Solaris) <li><a href="../../../../downloads-2.6.1/eskil261.win.zip">eskil261.win.zip</a> <small>(2283004 bytes)</small> (<a href="http://wiki.tcl.tk/starpack">Starpack</a> for Windows) </ul> </div></body></html> |