Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Moved download to separate file |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
52286e32d65e13f9d2c5bf46baf034b5 |
User & Date: | peter 2011-10-29 21:25:30.918 |
Context
2011-10-29
| ||
21:32 | Updated links between pages. check-in: 1a6c9892e2 user: peter tags: trunk | |
21:25 | Moved download to separate file check-in: 52286e32d6 user: peter tags: trunk | |
21:21 | Moved changes to separate file check-in: 2bdd06e6f9 user: peter tags: trunk | |
Changes
Added htdocs/download.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil - A graphical frontend to Diff</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <h3>Download</h3> Download page is currently being reorganised, not files here yet.<br> Version 2.5:<br> Is available from the <a href="/fossil/timeline">Fossil Repository</a> both as a Starkit and as Starpacks for Windows, Linux and Solaris. <p> The license for the application source is GPL but the bundled packages are under the same license as Tcl. <p>More information about <a href="http://wiki.tcl.tk/starkit">Starkits</a> and <a href="http://wiki.tcl.tk/starpack">Starpacks</a>. </body> </html> |
Changes to htdocs/index.html.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil - A graphical frontend to Diff</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <h3>Bug tracker and files can be found in the <b><a href="/fossil/timeline">Fossil Repository</a> </b></h3><p> <h1>Eskil: A graphical frontend to Diff</h1> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil - A graphical frontend to Diff</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <h3>Bug tracker and files can be found in the <b><a href="/fossil/timeline">Fossil Repository</a> </b></h3><p> <h1>Eskil: A graphical frontend to Diff</h1> <a href="download.html">Download</a> <a href="#EskilFeatures">Features</a> <a href="#EskilScreenshots">Screenshots</a> <a href="changes.html">Changes</a> <p> <h3>About Eskil</h3> The first major application I wrote in Tcl/Tk was this tool (somewhere around 1997). Writing it is what made me learn and enjoy Tcl. (I already liked Tk |
︙ | ︙ | |||
44 45 46 47 48 49 50 | <li>"Clip diff"</li> <li>Plugins for preprocessing files.</li> <li>Alignment and block diff functions for tricky diffs.</li> <li>Edit and Save file from diff window.</li> <li><a href="http://wiki.tcl.tk/starkit">Starkit</a> browsing.</li> </ul> | < < < < < < < < < < < < < | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <li>"Clip diff"</li> <li>Plugins for preprocessing files.</li> <li>Alignment and block diff functions for tricky diffs.</li> <li>Edit and Save file from diff window.</li> <li><a href="http://wiki.tcl.tk/starkit">Starkit</a> browsing.</li> </ul> <a name="EskilScreenshots"></a><h3>Screenshots</h3> <img src="eskil1.png"> <p> A "zoom" feature for long lines.<p> <img src="eskil2.png"><br> </body> </html> |