Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Link to css better to get consistent look. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
73d3f2aad7a7a4992fd899a746d52c03 |
User & Date: | peter 2015-02-22 01:14:02.621 |
Context
2015-02-22
| ||
01:26 | Another try check-in: 628bc4d7a6 user: peter tags: trunk | |
01:14 | Link to css better to get consistent look. check-in: 73d3f2aad7 user: peter tags: trunk | |
2014-12-16
| ||
23:42 | Changed the included print font to a true type font. Allow -printFont to be "Courier" for fallback to PDF builtin. check-in: 4526ee0782 user: peter tags: trunk | |
Changes
Changes to htdocs/changes.html.
1 2 3 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: Changes</title> | | | | | 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: Changes</title> <link rel="stylesheet" href="/style.css?default" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="title"><h1>Eskil</h1>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> |
︙ | ︙ |
Changes to htdocs/download.html.
1 2 3 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: Download</title> | | | | | 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?default" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="title"><h1>Eskil</h1>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> |
︙ | ︙ |
Changes to htdocs/index.html.
1 2 3 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: A graphical frontend to Diff</title> | | | | | 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: A graphical frontend to Diff</title> <link rel="stylesheet" href="/style.css?default" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="title"><h1>Eskil</h1>A graphical view of file and directory differences</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> |
︙ | ︙ |