Mercurial > hg-website
annotate src/en/index.html @ 42:08e2f077caf3
Commented out the bug reporting part in 'just works', because it felt awkward.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Mon, 16 Feb 2009 11:43:59 +0100 |
parents | 6226177c4ab2 |
children | 564e89c8b025 |
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> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
8 <script type="text/javascript" src="javascript/optimer_regular.typeface.js"></script> |
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
9 <script type="text/javascript" src="javascript/main.js"></script> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
10 <title>Mercurial SCM</title> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
11 </head> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
12 <body id="home"> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
13 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
14 <h1 id="logo"><a href="index.html">mercurial</a></h1> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
15 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
16 <ul id="nav" class="typeface-js"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
17 <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
|
18 <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
|
19 <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
|
20 <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
|
21 <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
|
22 </ul> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
23 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
24 <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
|
25 <fieldset> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
26 <legend>Search form</legend> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
27 <label for="keyword">keyword</label> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
28 <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
|
29 <input class="submit" type="submit" value="search"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
30 </fieldset> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
31 </form> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
32 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
33 <div id="content"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
34 <div class="row"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
35 <div class="col big"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
36 <h1>Work easier <br> Work faster</h1> |
20 | 37 <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
|
38 </div> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
39 <div class="col"> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
40 <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
|
41 <strong>Download now</strong> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
42 Mercurial <em>2.42</em> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
43 <span>Windows XP | Vista | 7</span> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
44 </a> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
45 <dl> |
20 | 46 <dt class="typeface-js">Requirements</dt> |
40
4725663ced4b
Added dummy download link for others OSs than OSX and Linux and changed the Python requirement to the 2.4 which is required by TortoiseHG (Mercurial itself only needs 2.3).
Arne Babenhauserheide <bab@draketo.de>
parents:
39
diff
changeset
|
47 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
48 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
49 <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
|
50 <dd><a href="javascript:void(0);">Mac OS X</a></dd> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
51 <dd><a href="javascript:void(0);">Linux</a></dd> |
40
4725663ced4b
Added dummy download link for others OSs than OSX and Linux and changed the Python requirement to the 2.4 which is required by TortoiseHG (Mercurial itself only needs 2.3).
Arne Babenhauserheide <bab@draketo.de>
parents:
39
diff
changeset
|
52 <dd><a href="javascript:void(0);">others</a></dd> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
53 </dl> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
54 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
55 </div> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
56 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
57 <div class="row"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
58 <div class="col big"> |
20 | 59 <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
|
60 <ol> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
61 <li class="i-1"> |
25
4cd968e1c80b
Polishing: Benefit items shown more clearly.
Arne Babenhauserheide <bab@draketo.de>
parents:
23
diff
changeset
|
62 <h4>It is <a href="about.html">fast and powerful</a></h4> |
31
79b76605bbc4
Reworked benefits: earsy to use -> easy to learn with link to the guide.
Arne Babenhauserheide <bab@draketo.de>
parents:
30
diff
changeset
|
63 <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> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
64 </li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
65 <li class="i-2"> |
31
79b76605bbc4
Reworked benefits: earsy to use -> easy to learn with link to the guide.
Arne Babenhauserheide <bab@draketo.de>
parents:
30
diff
changeset
|
66 <h4>It is <a href="./learn_mercurial">easy to learn</a></h4> |
41
6226177c4ab2
Polishing: 'Follow out ...' -> 'You can follow our ...'.
Arne Babenhauserheide <bab@draketo.de>
parents:
40
diff
changeset
|
67 <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> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
68 </li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
69 <li class="i-3"> |
25
4cd968e1c80b
Polishing: Benefit items shown more clearly.
Arne Babenhauserheide <bab@draketo.de>
parents:
23
diff
changeset
|
70 <h4>And it <a href="./testimonies">just works</a></h4> |
42
08e2f077caf3
Commented out the bug reporting part in 'just works', because it felt awkward.
Arne Babenhauserheide <bab@draketo.de>
parents:
41
diff
changeset
|
71 <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>!) |
08e2f077caf3
Commented out the bug reporting part in 'just works', because it felt awkward.
Arne Babenhauserheide <bab@draketo.de>
parents:
41
diff
changeset
|
72 commented out because it feels awkward.--></p> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
73 </li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
74 </ol> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
75 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
76 <div class="col"> |
30
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
77 <h3>Mercurial Quick Start</h3> |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
78 |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
79 <div id="replace"> |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
80 <p><em>Clone a project and create a patch</em></p> |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
81 |
34
dd6830304f78
The hello world extension repository link now points to hg-scm.org/hello .
Arne Babenhauserheide <bab@draketo.de>
parents:
32
diff
changeset
|
82 <pre>$ hg clone http://hg-scm.org/hello |
30
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
83 $ cd hello |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
84 $ (edit files) |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
85 $ hg add (new files) |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
86 $ hg commit -m 'My changes' |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
87 $ hg export > patch.diff |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
88 |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
89 </pre> |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
90 |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
91 <p><em>Create a project and commit</em></p> |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
92 |
37
262ceb0b9d54
FIX Quick Start: Added cd to project dir.
Arne Babenhauserheide <bab@draketo.de>
parents:
35
diff
changeset
|
93 <pre>$ hg init (project) |
262ceb0b9d54
FIX Quick Start: Added cd to project dir.
Arne Babenhauserheide <bab@draketo.de>
parents:
35
diff
changeset
|
94 $ cd (project) |
30
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
95 $ (add some files) |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
96 $ hg add |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
97 $ hg commit -m 'Initial commit' |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
98 |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
99 </pre> |
39
ca184d32eb91
Added comment: reason for hg init (project).
Arne Babenhauserheide <bab@draketo.de>
parents:
38
diff
changeset
|
100 <!--Initiating repo in a new dir to avoid a stumbling point.--> |
30
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
101 </div> |
d13070c29a6c
Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on.
Arne Babenhauserheide <bab@draketo.de>
parents:
29
diff
changeset
|
102 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
103 </div> |
32
fcc7030d01db
Added random testimonies to the bottom (idea).
Arne Babenhauserheide <bab@draketo.de>
parents:
31
diff
changeset
|
104 <div class="quote"> |
fcc7030d01db
Added random testimonies to the bottom (idea).
Arne Babenhauserheide <bab@draketo.de>
parents:
31
diff
changeset
|
105 <em>Random testimony: "I understood how to install Mercurial and how to use it in a few minutes." -Giorgos Keramidas</em> |
35
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
106 <!-- other nice quotes: |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
107 ## From the strengths of Mercurial discussion: |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
108 Just works the way I expect - Paul Moore |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
109 It took me one evening to get comfortable with it. About a month to better understand its distributed nature. - Isaac Jurado |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
110 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 |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
111 The dev's of Hg are generally friendly and approachable. - Gerard Korsten |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
112 The code base for Hg is pretty small and yet its pretty feature complete. - Gerard Korsten |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
113 Simplicity, being distributed, extensibility, speed, familiarity, bash completion, understandable and reasonably small code base - Peter Arrenbrecht |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
114 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 |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
115 Easy to understand at a practical level. - Michael Estrand |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
116 The included web server [...] replaces a lot of functionality of GUI tools in a truly multiplatform way. - Daniel Serpell |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
117 There isn't much to learn to be effective. - Doug Philips |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
118 It took my less than an hour to understand it. - Thomas Burdick |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
119 It has a tortoise so I can actually show my boss its highly productive even in windows. - Thomas Burdick |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
120 The commands usually do what I assume them to do. - Bastian Doetsch |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
121 Mercurial's conceptual model is clean and simple enough to carry around in my head” - hgbook |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
122 It's so easy to start a project; hg init, and you're good to go. - Paul Fisher |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
123 It simply works [...]. - Hans Meine |
79a02969cea0
Added some nice example quotes from the strength of Mercurial discussion (commented out).
Arne Babenhauserheide <bab@draketo.de>
parents:
34
diff
changeset
|
124 --> |
32
fcc7030d01db
Added random testimonies to the bottom (idea).
Arne Babenhauserheide <bab@draketo.de>
parents:
31
diff
changeset
|
125 </div> |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
126 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
127 </div> |
38
c7aa632a073e
index.html: Copied over the footer from the templates.
Arne Babenhauserheide <bab@draketo.de>
parents:
37
diff
changeset
|
128 |
c7aa632a073e
index.html: Copied over the footer from the templates.
Arne Babenhauserheide <bab@draketo.de>
parents:
37
diff
changeset
|
129 <div id="footer"> |
c7aa632a073e
index.html: Copied over the footer from the templates.
Arne Babenhauserheide <bab@draketo.de>
parents:
37
diff
changeset
|
130 design by <a href="http://www.designpunct.ro">punct</a> / |
c7aa632a073e
index.html: Copied over the footer from the templates.
Arne Babenhauserheide <bab@draketo.de>
parents:
37
diff
changeset
|
131 design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> / |
c7aa632a073e
index.html: Copied over the footer from the templates.
Arne Babenhauserheide <bab@draketo.de>
parents:
37
diff
changeset
|
132 licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a> |
c7aa632a073e
index.html: Copied over the footer from the templates.
Arne Babenhauserheide <bab@draketo.de>
parents:
37
diff
changeset
|
133 </div> |
29
18110c461824
js: loading another content if OS is Win
Alexander Solovyov <piranha@piranha.org.ua>
parents:
25
diff
changeset
|
134 |
19
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
135 </body> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
136 </html> |