annotate hgscm/templates/thepage.html @ 65:57ece5687f92

Add 'about this page' site
author David Soria Parra <dsp@php.net>
date Wed, 18 Feb 2009 05:58:08 +0100
parents
children 3b3662889a1f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
65
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
1 {% extends "base.html" %}
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
2
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
3 {% block content %}
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
4
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
5 <div class="row">
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
6 <div class="col big">
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
7 <h2>About this page</h2>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
8 <p>This page is a project of the Mercurial community. Its design and initial django
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
9 code was provided by Jesper Noehr. Hosting is provided by <a href="http://bitbucket.org">bitbucket.org</a>.
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
10 Content was provided by Arne Babenhauserheide. Additional coding and content by David Soria Parra.</p>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
11
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
12 <p>This page is currently maintained by David Soria Parra and Arne Babenhauserheide. The repository
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
13 can be found at <a href="http://bitbucket.org/segv/hg-website">http://bitbucket.org/segv/hg-website</a>.
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
14 You are welcome to fork and improve the page.</p>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
15
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
16 <h2>Help us</h2>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
17 <p><strong>This page always needs improvement. Please send any kind of patches, suggestions and comments to either
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
18 the <a href="mailto:mercurial-devel@selenic.com">Mercurial mailinglist</a> or directly to us.</p></strong>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
19
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
20 <p>People often ask what exactly can be done to improve the page. First of all, see if we have an ongoing
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
21 todo list. Second, read the page and fix our poor grammar. Third, write guides, write about extensions
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
22 and improve the FAQ. If you like to help with additional graphics or something completly different
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
23 (we have whishlists), you are welcome</p>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
24
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
25 <h2>License</h2>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
26 This page is licensed under the terms of the
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
27 <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> of the license.
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
28 The <a href="http://www.selenic.com/hg-logo/">Mercurial logo</a> used on the page was designed by Cali Mastny.
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
29 It is licensed under the terms of the
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
30 <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
31 </div>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
32
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
33 </div>
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
34
57ece5687f92 Add 'about this page' site
David Soria Parra <dsp@php.net>
parents:
diff changeset
35 {% endblock %}