Mercurial > hg-website
annotate hgscm/templates/frontpage.html @ 92:6aa30181ae14
Fixed quickstart: First init, then cd.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 28 Mar 2009 11:27:57 +0100 |
parents | 360d682148ce |
children | deef381a5add |
rev | line source |
---|---|
26
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
1 {% extends "base.html" %} |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
2 |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
3 {% block content %} |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
4 |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
5 <div class="row"> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
6 <div class="col big"> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
7 <h1>Work easier <br> Work faster</h1> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
8 <h2>Benefit now from one of the easiest and fastest Source Control Management systems. Mercurial makes working with documents easier.</h2> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
9 </div> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
10 <div class="col"> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
11 <a class="download typeface-js" href="javascript:void(0);"> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
12 <strong>Download now</strong> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
13 Mercurial <em>2.42</em> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
14 <span>Windows XP | Vista | 7</span> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
15 </a> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
16 <dl> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
17 <dt class="typeface-js">Requiurements</dt> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
18 <dd>Python 2.5 (<a href="http://www.python.org">get python</a>)</dd> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
19 |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
20 <dt>Another OS?<br><em>Get mercurial for:</em></dt> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
21 <dd><a href="javascript:void(0);">Mac OS X</a></dd> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
22 <dd><a href="javascript:void(0);">Linux</a></dd> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
23 </dl> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
24 </div> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
25 </div> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
26 |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
27 <div class="row"> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
28 <div class="col big"> |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
29 <h3>How you can benefit from Mercurial</h3> |
26
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
30 <ol> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
31 <li class="i-1"> |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
32 <h4>It is <a href="about.html">fast and powerful</a></h4> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
33 <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> |
26
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
34 </li> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
35 <li class="i-2"> |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
36 <h4>It is <a href="./learn_mercurial">easy to learn</a></h4> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
37 <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> |
26
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
38 </li> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
39 <li class="i-3"> |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
40 <h4>And it <a href="./testimonies">just works</a></h4> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
41 <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>!) |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
42 commented out because it feels awkward.--></p> |
26
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
43 </li> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
44 </ol> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
45 </div> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
46 <div class="col"> |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
47 <h3>Quick Start</h3> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
48 |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
49 <p><em>Clone a project and create a patch</em> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
50 <pre>$ hg clone http://hg-scm.org/hello |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
51 $ cd hello |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
52 $ (edit files) |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
53 $ hg add (new files) |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
54 $ hg commit -m 'My changes' |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
55 $ hg export > patch.diff |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
56 |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
57 </pre> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
58 </p> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
59 |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
60 <p><em>Create a project and commit</em> |
92
6aa30181ae14
Fixed quickstart: First init, then cd.
Arne Babenhauserheide <bab@draketo.de>
parents:
48
diff
changeset
|
61 <pre>$ hg init (project-directory) |
6aa30181ae14
Fixed quickstart: First init, then cd.
Arne Babenhauserheide <bab@draketo.de>
parents:
48
diff
changeset
|
62 $ cd (project-directory) |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
63 $ (add some files) |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
64 $ hg add |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
65 $ hg commit -m 'Initial commit' |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
66 </pre> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
67 </p> |
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
68 <!--Change into project dir before initiating repo to avoid a possible stumbling point.--> |
26
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
69 </div> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
70 </div> |
b3d9cbb33d54
adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff
changeset
|
71 |
48
360d682148ce
frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents:
26
diff
changeset
|
72 {% endblock %} |