view src/en/index.html @ 61:16016cc18ded

Backed out changeset baf1530ba0b0
author David Soria Parra <dsp@php.net>
date Wed, 18 Feb 2009 01:19:32 +0100
parents baf1530ba0b0
children a06b0f4d5c7e
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<link href="styles/styles.css" type="text/css" rel="stylesheet">
		<script type="text/javascript" src="javascript/typeface.js"></script>
		<script type="text/javascript" src="javascript/optimer_regular.typeface.js"></script>
		<script type="text/javascript" src="javascript/main.js"></script>
		<title>Mercurial SCM</title>
	</head>
	<body id="home">

		<h1 id="logo"><a href="index.html">mercurial</a></h1>

		<ul id="nav" class="typeface-js">
			<li><a href="about.html">about</a></li>
			<li><a href="javascript:void(0);">download</a></li>
			<li><a href="javascript:void(0);">extensions</a></li>
			<li><a href="javascript:void(0);">docs</a></li>
			<li><a href="javascript:void(0);">community</a></li>
		</ul>

		<form id="search" method="post" action="index.html">
			<fieldset>
				<legend>Search form</legend>
				<label for="keyword">keyword</label>
				<input class="text" type="text" name="keyword" id="keyword">
				<input class="submit" type="submit" value="search">
			</fieldset>
		</form>

		<div id="content">
			<div class="row">
				<div class="col big">
					<h1>Work easier <br> Work faster</h1>
					<h2>Mercurial is a free, distributed source control management tool. It offers you the power to efficiently handle projects of any size while using an easy and intuitive interface.</h2>
				</div>
				<div class="col">
					<a class="download typeface-js" href="javascript:void(0);">
						<strong>Download now</strong>
						Mercurial <em>2.42</em>
						<span>Windows XP | Vista | 7</span>
					</a>
					<dl>
						<dt class="typeface-js">Requirements</dt>
						<dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd>

						<dt>Another OS?<br><em>Get mercurial for:</em></dt>
						<dd><a href="javascript:void(0);">Mac OS X</a></dd>
						<dd><a href="javascript:void(0);">Linux</a></dd>
                                                <dd><a href="javascript:void(0);">others</a></dd>
					</dl>
				</div>
			</div>

			<div class="row">
				<div class="col big">
					<h3>How you can benefit from Mercurial</h3>
					<ol>
						<li class="i-1">
							<h4>It is <a href="about.html">fast and powerful</a></h4>
							<p>Mercurial offers you the power and speed to efficiently handle <a href="./who_uses_mercurial">projects of any size and kind</a>. You can use a multitude of <a href="./workflows">workflows</a> and easily enhance its functionality with <a href="./extensions">extensions</a>.</p>
						</li>
						<li class="i-2">
							<h4>It is <a href="./learn_mercurial">easy to learn</a></h4>
							<p>You can follow our simple <a href="guide">guide</a> to learn how to revision your documents with Mercurial, or just use the <a href="./quick_start">quick start</a> to get going instantly. </p>
						</li>
						<li class="i-3">
							<h4>And it <a href="./testimonies">just works</a></h4>
							<p>Mercurial strives to deliver on each of its promises. Most tasks simply work on the first try and without requiring arcane knowledge. <!--(If one doesn't, that's most likely no feature but a <a href="http://selenic.com/mercurial/bugs/">bug</a>. Please <a href="http://selenic.com/mercurial/bugs/">tell us about it</a>!) 
                                                        commented out because it feels awkward.--></p>
						</li>
					</ol>
				</div>
				<div class="col">
                            <h3>Mercurial Quick Start</h3>

                                <div id="replace">
<p><em>Clone a project and create a patch</em></p>

<pre>$ hg clone http://hg-scm.org/hello
$ cd hello
$ (edit files)
$ hg add (new files)
$ hg commit -m 'My changes'
$ hg export > patch.diff

</pre>

<p><em>Create a project and commit</em></p>

<pre>$ cd (project-directory)
$ hg init
$ (add some files)
$ hg add
$ hg commit -m 'Initial commit'

</pre>
<!--Change into project dir before initiating repo to avoid a possible stumbling point.-->
                    </div>
					
				</div>
                                <div class="quote">
                                        <em>Random testimony: "I understood how to install Mercurial and how to use it in a few minutes." -Giorgos Keramidas</em>
                                        <!-- other nice quotes: 
                                        ## From the strengths of Mercurial discussion: 
                                        Just works the way I expect - Paul Moore
                                        It took me one evening to get comfortable with it.  About a month to better understand its distributed nature. - Isaac Jurado 
                                        Mercurial strikes a marvelous balance between these two ends.  It can be configured to support either simple environments or very complicated streams of changes interacting in custom ways, and it does all that without becoming a humongous monster of complexity. - Giorgos Keramidas
                                        The dev's of Hg are generally friendly and approachable. - Gerard Korsten
                                        The code base for Hg is pretty small and yet its pretty feature complete. - Gerard Korsten
                                        Simplicity, being distributed, extensibility, speed, familiarity, bash completion, understandable and reasonably small code base - Peter Arrenbrecht
                                        The team on the project gradually grew from just me to a few people here and abroad. This was a totally seamless experience - Peter Arrenbrecht
                                        Easy to understand at a practical level. - Michael Estrand
                                        The included web server [...] replaces a lot of functionality of GUI tools in a truly multiplatform way. - Daniel Serpell
                                        There isn't much to learn to be effective. - Doug Philips
                                        It took my less than an hour to understand it. - Thomas Burdick
                                        It has a tortoise so I can actually show my boss its highly productive even in windows. - Thomas Burdick
                                        The commands usually do what I assume them to do. - Bastian Doetsch
                                        Mercurial's conceptual model is clean and simple enough to carry around in my head” - hgbook
                                        It's so easy to start a project; hg init, and you're good to go. - Paul Fisher
                                        It simply works [...]. - Hans Meine
                                        -->
                                </div>
			</div>
		</div>
                
                <div id="footer">
                        design by <a href="http://www.designpunct.ro">punct</a> /
                        design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> /
                        licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a>
                </div>

	</body>
</html>