Mercurial > hg > easyhg-website
changeset 12:119ab0d2dc7f
Neaten up website
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2011 09:40:41 +0000 |
parents | 9d315cb41b5f |
children | 94f9a31aa461 |
files | development.html download.html fonts.css index.html screenshots.html videos.html |
diffstat | 6 files changed, 105 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/development.html Fri Nov 25 09:40:41 2011 +0000 @@ -0,0 +1,41 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>EasyMercurial</title> + <link rel="stylesheet" href="screen.css" media="screen"/> + <meta name="robots" content="index"> + <meta name="description" content=""> + </head> +<body> + +<div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div> + + <div id="navbar"><div id="navbar-inner"> + <a name="navigation" id="navigation"></a> + <div id="primary"> +<ul class="links"> +<li class="first"><a href="index.html" title="">Home</a></li> +<li>Development</li> +<li><a href="screenshots.html" title="Screenshots">Screenshots</a></li> +<li><a href="videos.html" title="Videos">Videos</a></li> +<li class=last><a href="download.html" title="Download">Download</a></li> +</ul> + </div> + </div></div> + +<div id="page"> + +<p><big>EasyMercurial source code is maintained in Mercurial at BitBucket.</big></p><p>We also have a project on our own SoundSoftware code site which tracks the BitBucket repository.</p> + +<ul> +<li>Visit the <a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket code page</a>.</li> +<li>Go to the <a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">EasyMercurial project page</a> on the SoundSoftware code site.</li> +<li>There is also an <a href="http://www.ohloh.net/p/easyhg">EasyMercurial page on Ohloh</a> with project statistics. +</ul> + +<p>To file a bug report, please use the <a href="https://bitbucket.org/cannam/easyhg/issues?status=new&status=open">BitBucket bug tracker</a> (login to BitBucket required).</p> + +<p>To contact the developers, please email <a href="mailto:info@soundsoftware.ac.uk">info@soundsoftware.ac.uk</a>.</p> + +</div>
--- a/download.html Thu Nov 24 16:54:53 2011 +0000 +++ b/download.html Fri Nov 25 09:40:41 2011 +0000 @@ -14,16 +14,20 @@ <div id="navbar"><div id="navbar-inner"> <a name="navigation" id="navigation"></a> <div id="primary"> - <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li> -<li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li> -<li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li> -<li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li> +<ul class="links"> +<li class="first"><a href="index.html" title="">Home</a></li> +<li><a href="development.html" title="Development">Development</a></li> +<li><a href="screenshots.html" title="Screenshots">Screenshots</a></li> <li><a href="videos.html" title="Videos">Videos</a></li> <li class=last>Download</li> -</ul> </div> +</ul> + </div> </div></div> <div id="page"> + +<p><big>The current release is EasyMercurial 1.1.</big><br>Read the <a href="http://bitbucket.org/cannam/easyhg/raw/tip/CHANGELOG">list of changes since the last release</a>.</p> + <div id="download-windows"> <h2>Windows</h2>
--- a/fonts.css Thu Nov 24 16:54:53 2011 +0000 +++ b/fonts.css Fri Nov 25 09:40:41 2011 +0000 @@ -3,6 +3,14 @@ @font-face { font-family: 'GilliusADFNo2'; + src: url('fonts/gilliusadfno2-regular-webfont.eot'); + src: local('☺'), url('fonts/gilliusadfno2-regular-webfont.woff') format('woff'), url('fonts/gilliusadfno2-regular-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Regular.otf') format('opentype'), url('fonts/gilliusadfno2-regular-webfont.svg#webfontvJUiAdi3') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'GilliusADFNo2'; src: url('fonts/gilliusadfno2-bolditalic-webfont.eot'); src: local('☺'), url('fonts/gilliusadfno2-bolditalic-webfont.woff') format('woff'), url('fonts/gilliusadfno2-bolditalic-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-BoldItalic.otf') format('opentype'), url('fonts/gilliusadfno2-bolditalic-webfont.svg#webfontLmhvPwzc') format('svg'); font-weight: bold; @@ -25,11 +33,3 @@ font-style: normal; } -@font-face { - font-family: 'GilliusADFNo2'; - src: url('fonts/gilliusadfno2-regular-webfont.eot'); - src: local('☺'), url('fonts/gilliusadfno2-regular-webfont.woff') format('woff'), url('fonts/gilliusadfno2-regular-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Regular.otf') format('opentype'), url('fonts/gilliusadfno2-regular-webfont.svg#webfontvJUiAdi3') format('svg'); - font-weight: normal; - font-style: normal; -} -
--- a/index.html Thu Nov 24 16:54:53 2011 +0000 +++ b/index.html Fri Nov 25 09:40:41 2011 +0000 @@ -14,19 +14,20 @@ <div id="navbar"><div id="navbar-inner"> <a name="navigation" id="navigation"></a> <div id="primary"> - <ul class="links"><li class="first">Home</li> -<li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li> -<li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li> -<li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li> +<ul class="links"> +<li class="first">Home</li> +<li><a href="development.html" title="Development">Development</a></li> +<li><a href="screenshots.html" title="Screenshots">Screenshots</a></li> <li><a href="videos.html" title="Videos">Videos</a></li> <li class=last><a href="download.html" title="Download">Download</a></li> -</ul> </div> +</ul> + </div> </div></div> <div id="page"> <p><big>EasyMercurial is a simple user interface for the <a href="http://mercurial.selenic.com/">Mercurial</a> distributed version control system. It's free, open source, and cross-platform. </big></p> -<p>We have tried to make EasyMercurial straightforward to teach and +<p>We have set out to make EasyMercurial straightforward to teach and learn.<br>It makes common working patterns easy to follow, particularly when using a shared remote repository: it uses a friendly graph representation for the change history, to make branching and
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/screenshots.html Fri Nov 25 09:40:41 2011 +0000 @@ -0,0 +1,33 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>EasyMercurial</title> + <link rel="stylesheet" href="screen.css" media="screen"/> + <meta name="robots" content="index"> + <meta name="description" content=""> + </head> +<body> + +<div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div> + + <div id="navbar"><div id="navbar-inner"> + <a name="navigation" id="navigation"></a> + <div id="primary"> +<ul class="links"> +<li class="first"><a href="index.html" title="">Home</a></li> +<li><a href="development.html" title="Development">Development</a></li> +<li>Screenshots</li> +<li><a href="videos.html" title="Videos">Videos</a></li> +<li class=last><a href="download.html" title="Download">Download</a></li> +</ul> + </div> + </div></div> + +<div id="page"> + +<p><big>EasyMercurial 0.9.8 on Linux, with the History pane active.</big><br>See <a href="http://code.soundsoftware.ac.uk/attachments/137/easyhg-history-linux-0.9.8.png">full-size version</a>.</p> + +<div align=center><a href="http://code.soundsoftware.ac.uk/attachments/137/easyhg-history-linux-0.9.8.png"><img src="http://code.soundsoftware.ac.uk/attachments/download/138"></a></div> + +
--- a/videos.html Thu Nov 24 16:54:53 2011 +0000 +++ b/videos.html Fri Nov 25 09:40:41 2011 +0000 @@ -14,13 +14,14 @@ <div id="navbar"><div id="navbar-inner"> <a name="navigation" id="navigation"></a> <div id="primary"> - <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li> -<li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li> -<li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li> -<li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li> +<ul class="links"> +<li class="first"><a href="index.html" title="">Home</a></li> +<li><a href="development.html" title="Development">Development</a></li> +<li><a href="screenshots.html" title="Screenshots">Screenshots</a></li> <li>Videos</li> -<li class=last><a href="download.html">Download</a></li> -</ul> </div> +<li class=last><a href="download.html" title="Download">Download</a></li> +</ul> + </div> </div></div> <div id="page">