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