annotate videos.html @ 37:86cdf18e98c0 tip

Bitbucket -> SourceHut
author Chris Cannam
date Mon, 21 Sep 2020 09:48:05 +0100
parents a3a488675bc4
children
rev   line source
Chris@8 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@8 2 <html>
Chris@8 3 <head>
Chris@8 4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Chris@8 5 <title>EasyMercurial</title>
Chris@8 6 <link rel="stylesheet" href="screen.css" media="screen"/>
Chris@8 7 <meta name="robots" content="index">
Chris@8 8 <meta name="description" content="">
Chris@8 9 </head>
Chris@8 10 <body>
Chris@8 11
Chris@8 12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div>
Chris@8 13
Chris@8 14 <div id="navbar"><div id="navbar-inner">
Chris@8 15 <a name="navigation" id="navigation"></a>
Chris@8 16 <div id="primary">
Chris@12 17 <ul class="links">
Chris@12 18 <li class="first"><a href="index.html" title="">Home</a></li>
Chris@12 19 <li><a href="development.html" title="Development">Development</a></li>
Chris@12 20 <li><a href="screenshots.html" title="Screenshots">Screenshots</a></li>
Chris@8 21 <li>Videos</li>
Chris@12 22 <li class=last><a href="download.html" title="Download">Download</a></li>
Chris@12 23 </ul>
Chris@12 24 </div>
Chris@8 25 </div></div>
Chris@8 26
Chris@8 27 <div id="page">
Chris@8 28
Chris@32 29 <p><big><a href="/">EasyMercurial</a> is a simple user interface for the <a href="http://mercurial-scm.org/">Mercurial</a> distributed version control system.</big></p>
Chris@17 30
Chris@17 31 <p>These videos contain short examples of using EasyMercurial for
Chris@17 32 different tasks &mdash; neither video assumes any significant prior
Chris@17 33 knowledge. In both cases the system shown is running Linux, but
Chris@17 34 EasyMercurial itself is very similar on any platform.</p>
Chris@17 35
Chris@8 36 <table border=0 cellspacing=8 cellpadding=8>
Chris@8 37
Chris@8 38 <tr>
Chris@33 39 <td valign=top>
Chris@33 40
Chris@33 41 <iframe src="https://player.vimeo.com/video/29779278" width="480" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Chris@33 42 </td>
Chris@8 43 <td valign=top><b>Opening a remote repository</b><p>
Chris@17 44 An introduction showing how to get from a remote Mercurial repository URL to a folder on your local computer, using EasyMercurial.
Chris@32 45 <br><br><a href="https://vimeo.com/29779278">View on Vimeo</a><br>(higher resolution)
Chris@8 46 <br><br>
Chris@8 47 </td>
Chris@8 48 </tr>
Chris@8 49
Chris@8 50 <tr>
Chris@33 51 <td valign=top>
Chris@33 52 <iframe src="https://player.vimeo.com/video/29779641" width="480" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Chris@33 53 </td>
Chris@8 54 <td valign=top><b>Putting a project under version control</b><p>
Chris@17 55 An introduction showing how to start using version control for an existing code project, with EasyMercurial.
Chris@32 56 <br><br><a href="https://vimeo.com/29779641">View on Vimeo</a><br>(higher resolution)
Chris@8 57 <br><br>
Chris@8 58 </td>
Chris@8 59 </tr>
Chris@8 60
Chris@8 61 </div>