Mercurial > hg > easyhg-website
comparison development.html @ 12:119ab0d2dc7f
Neaten up website
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2011 09:40:41 +0000 |
parents | |
children | 86cdf18e98c0 |
comparison
equal
deleted
inserted
replaced
11:9d315cb41b5f | 12:119ab0d2dc7f |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
5 <title>EasyMercurial</title> | |
6 <link rel="stylesheet" href="screen.css" media="screen"/> | |
7 <meta name="robots" content="index"> | |
8 <meta name="description" content=""> | |
9 </head> | |
10 <body> | |
11 | |
12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div> | |
13 | |
14 <div id="navbar"><div id="navbar-inner"> | |
15 <a name="navigation" id="navigation"></a> | |
16 <div id="primary"> | |
17 <ul class="links"> | |
18 <li class="first"><a href="index.html" title="">Home</a></li> | |
19 <li>Development</li> | |
20 <li><a href="screenshots.html" title="Screenshots">Screenshots</a></li> | |
21 <li><a href="videos.html" title="Videos">Videos</a></li> | |
22 <li class=last><a href="download.html" title="Download">Download</a></li> | |
23 </ul> | |
24 </div> | |
25 </div></div> | |
26 | |
27 <div id="page"> | |
28 | |
29 <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> | |
30 | |
31 <ul> | |
32 <li>Visit the <a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket code page</a>.</li> | |
33 <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> | |
34 <li>There is also an <a href="http://www.ohloh.net/p/easyhg">EasyMercurial page on Ohloh</a> with project statistics. | |
35 </ul> | |
36 | |
37 <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> | |
38 | |
39 <p>To contact the developers, please email <a href="mailto:info@soundsoftware.ac.uk">info@soundsoftware.ac.uk</a>.</p> | |
40 | |
41 </div> |