Eskil

Check-in [97f661e791]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated index page in same style as download
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 97f661e791541678e1015d23162d403f14ea7933
User & Date: peter 2011-11-08 22:30:26.907
Context
2011-11-08
22:32
Typo check-in: 1563ef80c9 user: peter tags: trunk
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
Changes
Unified Diff Ignore Whitespace Patch
Changes to htdocs/changes.html.
22
23
24
25
26
27
28







29
30
31
32
33
34
35
<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>
 <li> Added three-way merge.</li>







>
>
>
>
>
>
>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<a href='../../../wiki'>Wiki</a>
<a href='../../../login'>Login</a>
</div>

<div class="content">

<h3>Changes</h3>
Changes in v2.6.1 (2011-11-01):<br>
<ul>
 <li> Eskil <a href='http://eskil.tcl.tk'>rehosted</a> and changed to use <a href='http://www.fossil-scm.org'>Fossil</a>.</li>
 <li> Fixed directory diff appearance on Windows.</li>
 <li> Fixed bug where copy button in directory diff picked the wrong file.</li>
 <li> Fixed bug where plugins were not found in VFS.</li>
</ul>
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>
 <li> Added three-way merge.</li>
Changes to htdocs/index.html.
1
2
3
4
5
6
7
8
9

10


11
12
13

14
15


16





17
18
19
20
21
22
23
<!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>

<h1><a href="http://eskil.tcl.tk/">Eskil</a>: 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>
<a href="../../../timeline">Fossil Repository</a>


<a href="../../../reportlist">Bug Tracker</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
but still found Tcl annoying at the time.)<br>
I have used it a lot during the years and lately it has received enough
polish to grant a public release.



|
|
|
<


>
|
>
>
|
|
|
>

|
>
>
|
>
>
>
>
>







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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Eskil: A graphical frontend to Diff</title>
<link rel="stylesheet" href="../../../style.css" type="text/css"
      media="screen">

</head>
<body>
<div class="header">
  <div class="title">Eskil<br/>A graphical frotend to Diff</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>
<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
but still found Tcl annoying at the time.)<br>
I have used it a lot during the years and lately it has received enough
polish to grant a public release.
53
54
55
56
57
58
59

60
61
<img src="eskil1.png">
<p>
A "zoom" feature for long lines.<p>
<img src="eskil2.png"><br>
<p>Directory Diff.<p>
<img src="eskil3.png"><br>


</body>
</html>







>


63
64
65
66
67
68
69
70
71
72
<img src="eskil1.png">
<p>
A "zoom" feature for long lines.<p>
<img src="eskil2.png"><br>
<p>Directory Diff.<p>
<img src="eskil3.png"><br>

</div>
</body>
</html>