Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated changes page in same style as download |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f7016d2859a3223d2f83d3e13d329f53 |
User & Date: | peter 2011-11-08 22:20:24.372 |
Context
2011-11-08
| ||
22:30 | Updated index page in same style as download check-in: 97f661e791 user: peter tags: trunk | |
22:20 | Updated changes page in same style as download check-in: f7016d2859 user: peter tags: trunk | |
22:07 | Updated download page check-in: 4ed9cf00fb user: peter tags: trunk | |
Changes
Changes to htdocs/changes.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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: Changes</title> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> </head> <body> <div class="header"> <div class="title">Eskil<br/>Changes</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> <a href='../../../timeline'>Timeline</a> <a href='../../../brlist'>Branches</a> <a href='../../../taglist'>Tags</a> <a href='../../../reportlist'>Tickets</a> <a href='../../../wiki'>Wiki</a> <a href='../../../login'>Login</a> </div> <div class="content"> <h3>Changes</h3> Changes in v2.6 (2011-10-30):<br> <ul> <li> Support commit in Git and Fossil.</li> <li> Support commit, list of files and revisions with -review.</li> <li> Added Paste Patch command.</li> <li> New -pluginlist option. New GUI for plugin selection.</li> |
︙ | ︙ | |||
127 128 129 130 131 132 133 | <li> Added preference for width and height.</li> <li> Added Tools menu to directory diff window.</li> <li> Made it simpler to save a conflict in the same file.</li> </ul> <br> First public release v2.0 (2004-01-30):<br> <br> | | | 138 139 140 141 142 143 144 145 146 147 | <li> Added preference for width and height.</li> <li> Added Tools menu to directory diff window.</li> <li> Made it simpler to save a conflict in the same file.</li> </ul> <br> First public release v2.0 (2004-01-30):<br> <br> </div> </body> </html> |
Changes to htdocs/download.html.
1 2 3 4 5 6 7 8 9 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: Downloads</title> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> </head> <body> <div class="header"> | | > | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: Downloads</title> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> </head> <body> <div class="header"> <div class="title">Eskil<br/>Downloads</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> <a href='../../../timeline'>Timeline</a> <a href='../../../brlist'>Branches</a> <a href='../../../taglist'>Tags</a> <a href='../../../reportlist'>Tickets</a> <a href='../../../wiki'>Wiki</a> <a href='../../../login'>Login</a> </div> <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> |