annotate hgscm/templates/frontpage.html @ 69:a7dceecdbd46

Added more specific information to the benefit section.
author Arne Babenhauserheide <bab@draketo.de>
date Wed, 18 Feb 2009 09:01:30 +0100
parents cd25e348ec08
children bef09338eceb
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
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>
67
cd25e348ec08 frontpage: typo
David Soria Parra <dsp@php.net>
parents: 66
diff changeset
8 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. <strong>Please notice, this page is currently under development and based on a mockup.</strong></h2>
26
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>
59
8924990c74c3 frontpage: fix typo
David Soria Parra <dsp@php.net>
parents: 57
diff changeset
17 <dt class="typeface-js">Requirements</dt>
57
c539a72813f8 manually merged the changes from src/en/ into hgscm/templates/ (index and css)
Arne Babenhauserheide <bab@draketo.de>
parents: 48
diff changeset
18 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd>
c539a72813f8 manually merged the changes from src/en/ into hgscm/templates/ (index and css)
Arne Babenhauserheide <bab@draketo.de>
parents: 48
diff changeset
19 <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3-->
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
20
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
21 <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
22 <dd><a href="javascript:void(0);">Mac OS X</a></dd>
57
c539a72813f8 manually merged the changes from src/en/ into hgscm/templates/ (index and css)
Arne Babenhauserheide <bab@draketo.de>
parents: 48
diff changeset
23 <dd><a href="javascript:void(0);">Linux</a></dd>
c539a72813f8 manually merged the changes from src/en/ into hgscm/templates/ (index and css)
Arne Babenhauserheide <bab@draketo.de>
parents: 48
diff changeset
24 <dd><a href="javascript:void(0);">other</a></dd>
26
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
25 </dl>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
26 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
27 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
28
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
29 <div class="row">
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
30 <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
31 <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
32 <ol>
69
a7dceecdbd46 Added more specific information to the benefit section.
Arne Babenhauserheide <bab@draketo.de>
parents: 67
diff changeset
33 <!-- 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
34 <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
35 <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
36 <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
37 </li>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
38 <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
39 <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
40 <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
41 </li>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
42 <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
43 <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
44 <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
45 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
46 </li>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
47 </ol>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
48 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
49 <div class="col">
48
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
50 <h3>Quick Start</h3>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
51
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
52 <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
53 <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
54 $ cd hello
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
55 $ (edit files)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
56 $ hg add (new files)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
57 $ 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
58 $ 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
59
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
60 </pre>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
61 </p>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
62
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
63 <p><em>Create a project and commit</em>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
64 <pre>$ cd (project-directory)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
65 $ hg init
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
66 $ (add some files)
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
67 $ hg add
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
68 $ 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
69 </pre>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
70 </p>
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
71 <!--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
72 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
73 </div>
b3d9cbb33d54 adding basic django project, just renders the frontpage right now
Jesper Noehr <jesper@noehr.org>
parents:
diff changeset
74
48
360d682148ce frontpage: Add quickstart and sync benifit from mercurial text
David Soria Parra <dsp@php.net>
parents: 26
diff changeset
75 {% endblock %}