annotate src/en/index.html @ 21:ad3dfcde5a97

Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
author Arne Babenhauserheide <bab@draketo.de>
date Sun, 15 Feb 2009 17:54:23 +0100
parents 7b2d898ec15a
children 6e38a692c656
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
2 "http://www.w3.org/TR/html4/loose.dtd">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
3 <html>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
4 <head>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
6 <link href="styles/styles.css" type="text/css" rel="stylesheet">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
7 <script type="text/javascript" src="javascript/typeface.js"></script>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
8 <script type="text/javascript" src="javascript/optimer_regular.typeface.js"></script>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
9 <title>Mercurial SCM</title>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
10 </head>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
11 <body id="home">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
12
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
13 <h1 id="logo"><a href="index.html">mercurial</a></h1>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
14
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
15 <ul id="nav" class="typeface-js">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
16 <li><a href="about.html">about</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
17 <li><a href="javascript:void(0);">download</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
18 <li><a href="javascript:void(0);">extensions</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
19 <li><a href="javascript:void(0);">docs</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
20 <li><a href="javascript:void(0);">community</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
21 </ul>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
22
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
23 <form id="search" method="post" action="index.html">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
24 <fieldset>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
25 <legend>Search form</legend>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
26 <label for="keyword">keyword</label>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
27 <input class="text" type="text" name="keyword" id="keyword">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
28 <input class="submit" type="submit" value="search">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
29 </fieldset>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
30 </form>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
31
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
32 <div id="content">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
33 <div class="row">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
34 <div class="col big">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
35 <h1>Work easier <br> Work faster</h1>
20
7b2d898ec15a Some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents: 19
diff changeset
36 <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>
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
37 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
38 <div class="col">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
39 <a class="download typeface-js" href="javascript:void(0);">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
40 <strong>Download now</strong>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
41 Mercurial <em>2.42</em>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
42 <span>Windows XP | Vista | 7</span>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
43 </a>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
44 <dl>
20
7b2d898ec15a Some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents: 19
diff changeset
45 <dt class="typeface-js">Requirements</dt>
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
46 <dd>Python 2.5 (<a href="http://www.python.org">get python</a>)</dd>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
47
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
48 <dt>Another OS?<br><em>Get mercurial for:</em></dt>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
49 <dd><a href="javascript:void(0);">Mac OS X</a></dd>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
50 <dd><a href="javascript:void(0);">Linux</a></dd>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
51 </dl>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
52 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
53 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
54
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
55 <div class="row">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
56 <div class="col big">
20
7b2d898ec15a Some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents: 19
diff changeset
57 <h3>How you can benefit from Mercurial</h3>
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
58 <ol>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
59 <li class="i-1">
21
ad3dfcde5a97 Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
Arne Babenhauserheide <bab@draketo.de>
parents: 20
diff changeset
60 <h4><a href="about.html">Power and speed</a></h4>
ad3dfcde5a97 Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
Arne Babenhauserheide <bab@draketo.de>
parents: 20
diff changeset
61 <p>Mercurial offers you the power and speed to efficiently handle projects of any size and kind. You can use a multitude of [workflows]() and easily enhance its functionality with [extensions]().</p>
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
62 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
63 <li class="i-2">
21
ad3dfcde5a97 Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
Arne Babenhauserheide <bab@draketo.de>
parents: 20
diff changeset
64 <h4><a href="javascript:void(0);">Ease of use</a></h4>
ad3dfcde5a97 Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
Arne Babenhauserheide <bab@draketo.de>
parents: 20
diff changeset
65 <p>Mercurials consistent and intuitive interface makes it easy to learn and understand. You can simply start with the [bare basics][] and learn incrementally or print a copy of the [hgbook]() to understand the big picture in one go. </p>
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
66 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
67 <li class="i-3">
21
ad3dfcde5a97 Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
Arne Babenhauserheide <bab@draketo.de>
parents: 20
diff changeset
68 <h4><a href="testimonies">Just works.</a></h4>
ad3dfcde5a97 Changed the 'Benefits' entries on the index page to 'power and speed', 'just works'.
Arne Babenhauserheide <bab@draketo.de>
parents: 20
diff changeset
69 <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>!)</p>
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
70 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
71 </ol>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
72 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
73 <div class="col">
20
7b2d898ec15a Some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents: 19
diff changeset
74 <h3>Mercurial in action</h3>
7b2d898ec15a Some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents: 19
diff changeset
75 <!-- Flash Player should definitely not come here!-->
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
76 <img src="images/tour.jpg" alt="">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
77 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
78 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
79 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
80
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
81 <div id="footer">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
82 <a href="http://www.designpunct.ro">punct</a> /
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
83 <a href="http://www.avantlumiere.com/">bitbucket</a> /
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
84 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
85
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
86 <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" />
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
87 </a>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
88 <br />
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
89 This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
90 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
91
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
92 </body>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
93 </html>