annotate hgscm/templates/frontpage.html @ 93:deef381a5add

merge quick start fix.
author Arne Babenhauserheide <bab@draketo.de>
date Sat, 28 Mar 2009 11:29:41 +0100
parents 6aa30181ae14 cbd90a4980e6
children 55590dd8b231
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
78
8d25e34c21c2 templatetags: Add DownloadButton tag to display a download button according to operating system
David Soria Parra <dsp@php.net>
parents: 70
diff changeset
3 {% load extras %}
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
4 {% block content %}
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
5
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
6 <div class="row">
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
7 <div class="col big">
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
8 <h1>Work easier <br> Work faster</h1>
81
cbd90a4980e6 templates: Make the WIP warning more prominent.
Dennis Brakhane <brakhane@googlemail.com>
parents: 78
diff changeset
9 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2>
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
10 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
11 <div class="col">
78
8d25e34c21c2 templatetags: Add DownloadButton tag to display a download button according to operating system
David Soria Parra <dsp@php.net>
parents: 70
diff changeset
12 {% download_button 'true' %}
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
13 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
14 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
15
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
16 <div class="row">
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
17 <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
18 <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
19 <ol>
69
a7dceecdbd46 Added more specific information to the benefit section.
Arne Babenhauserheide <bab@draketo.de>
parents: 67
diff changeset
20 <!-- The three sections should now grow more compact as you go down, with power and speed the longest and just works only two simple, clean sentences. -->
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
21 <li class="i-1">
60
37a0375fbddc templates: Use url helper to provide the link to about page
David Soria Parra <dsp@php.net>
parents: 59
diff changeset
22 <h4>It is <a href="{% url about %}">fast and powerful</a></h4>
69
a7dceecdbd46 Added more specific information to the benefit section.
Arne Babenhauserheide <bab@draketo.de>
parents: 67
diff changeset
23 <p>Mercurial offers you the power and speed to efficiently handle <a href="./who_uses_mercurial">projects of any size and kind</a>. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. 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
24 </li>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
25 <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
26 <h4>It is <a href="./learn_mercurial">easy to learn</a></h4>
69
a7dceecdbd46 Added more specific information to the benefit section.
Arne Babenhauserheide <bab@draketo.de>
parents: 67
diff changeset
27 <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. If you already know Subversion, please see <a href="mercurial_for_svn_users">Mercurial for svn users</a>.</p>
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
28 </li>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
29 <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
30 <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
31 <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
32 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
33 </li>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
34 </ol>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
35 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
36 <div class="col">
48
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
37 <h3>Quick Start</h3>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
38
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
39 <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
40 <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
41 $ cd hello
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
42 $ (edit files)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
43 $ hg add (new files)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
44 $ 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
45 $ hg export &gt; patch.diff
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
46
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
47 </pre>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
48 </p>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
49
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
50 <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
51 <pre>$ hg init (project-directory)
6aa30181ae14 Fixed quickstart: First init, then cd.
Arne Babenhauserheide <bab@draketo.de>
parents: 48
diff changeset
52 $ cd (project-directory)
48
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
53 $ (add some files)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
54 $ hg add
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
55 $ 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
56 </pre>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
57 </p>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
58 <!--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
59 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
60 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
61
48
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
62 {% endblock %}