Mercurial > hg > easyhg-website
changeset 17:3bed8cc7e99e
Add some more explanation to the videos page
author | Chris Cannam |
---|---|
date | Fri, 09 Dec 2011 09:49:05 +0000 |
parents | af97074733b8 |
children | 94ecb919a31c |
files | screen.css videos.html |
diffstat | 2 files changed, 15 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/screen.css Thu Dec 01 14:59:51 2011 +0000 +++ b/screen.css Fri Dec 09 09:49:05 2011 +0000 @@ -71,6 +71,10 @@ margin-top: 5em; } + td p { + font-size: 0.94em; + } + body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 { font-family: GilliusADFNo2, Candara, Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
--- a/videos.html Thu Dec 01 14:59:51 2011 +0000 +++ b/videos.html Fri Dec 09 09:49:05 2011 +0000 @@ -26,6 +26,13 @@ <div id="page"> +<p><big><a href="/">EasyMercurial</a> is a simple user interface for the <a href="http://mercurial.selenic.com/">Mercurial</a> distributed version control system.</big></p> + +<p>These videos contain short examples of using EasyMercurial for +different tasks — neither video assumes any significant prior +knowledge. In both cases the system shown is running Linux, but +EasyMercurial itself is very similar on any platform.</p> + <table border=0 cellspacing=8 cellpadding=8> <tr> @@ -40,8 +47,8 @@ allowscriptaccess="always" width="400" height="300"></embed></object> </td> <td valign=top><b>Opening a remote repository</b><p> -How to get from a remote Mercurial repository URL to a folder on your local computer, using EasyMercurial. -<br><br><a href="http://vimeo.com/29779278">View on Vimeo</a> +An introduction showing how to get from a remote Mercurial repository URL to a folder on your local computer, using EasyMercurial. +<br><br><a href="http://vimeo.com/29779278">View on Vimeo</a><br>(higher resolution) <br><br> </td> </tr> @@ -58,8 +65,8 @@ allowscriptaccess="always" width="400" height="300"></embed></object> </td> <td valign=top><b>Putting a project under version control</b><p> -How to start using version control for an existing code project, with EasyMercurial. -<br><br><a href="http://vimeo.com/29779641">View on Vimeo</a> +An introduction showing how to start using version control for an existing code project, with EasyMercurial. +<br><br><a href="http://vimeo.com/29779641">View on Vimeo</a><br>(higher resolution) <br><br> </td> </tr>