Mercurial > hg-website
annotate original/hgscm/templates/thepage.html @ 244:4b97017259f9
Move the original site into a single folder to reduce clutter.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 23 Sep 2009 20:05:13 -0400 |
parents | hgscm/templates/thepage.html@ba2e86b79867 |
children |
rev | line source |
---|---|
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>. | |
211
3b3662889a1f
about_the_site: Added links to the sites of dsop and bab.
Arne Babenhauserheide <bab@draketo.de>
parents:
65
diff
changeset
|
10 Content was provided by <a href="http://draketo.de">Arne Babenhauserheide</a>. Additional coding and content by <a href="http://blog.experimentalworks.net">David Soria Parra</a>.</p> |
65 | 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 | |
220
ba2e86b79867
Added a link to the Todo list and the Wiki on the page about thepage.
Arne Babenhauserheide <bab@draketo.de>
parents:
211
diff
changeset
|
20 <p>People often ask what exactly can be done to improve the page. First of all, check our <a href="http://bitbucket.org/segv/hg-website/src/tip/Todo.txt">ongoing |
ba2e86b79867
Added a link to the Todo list and the Wiki on the page about thepage.
Arne Babenhauserheide <bab@draketo.de>
parents:
211
diff
changeset
|
21 todo list</a>. Second, read the page and fix our poor grammar. Third, write guides, write about extensions |
ba2e86b79867
Added a link to the Todo list and the Wiki on the page about thepage.
Arne Babenhauserheide <bab@draketo.de>
parents:
211
diff
changeset
|
22 and contribute to the <a href="http://mercurial.selenic.com/wiki">Wiki</a>. If you like to help with additional graphics or something completly different |
65 | 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 %} |