Mercurial > hg-website
annotate templates/thepage/index.html @ 452:2a4f7a511151
templates: this is a website, not just a single page
Also, forking was a Bitbucket-specific thing, let's encourage people to clone
the repo instead.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 28 Mar 2016 17:17:50 +0800 |
parents | 634c8c450e9d |
children | c1e2c85ad683 |
rev | line source |
---|---|
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
1 {% extends "base.html" %} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
2 |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
3 |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
4 {% block content %} |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
5 <h2>About this website</h2> |
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
6 <p>This website is a project of the Mercurial community. Its design, |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
7 initial Django and hosting was provided by |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
8 <a href="http://bitbucket.org">bitbucket.org</a>. |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
9 Content was provided by <a href="http://draketo.de">Arne Babenhauserheide</a>. |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
10 The templates were written by <a href="http://stevelosh.com/">Steve Losh</a>. |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
11 Additional coding, content and conversion by <a href="http://blog.experimentalworks.net">David Soria Parra</a>. |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
12 The website is using <a href="http://flask.pocoo.org">flask</a>. |
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
13 </p> |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
14 |
445
e7c7f9e040fb
about: update link to the website source
Anton Shestakov <av6@dwimlabs.net>
parents:
436
diff
changeset
|
15 <p>The repository can be found at <a href="https://www.mercurial-scm.org/repo/hg-website">https://www.mercurial-scm.org/repo/hg-website</a>. |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
16 You are welcome to clone and improve the website.</p> |
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
17 |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
18 <h2>Help us</h2> |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
19 <p><strong>This website always needs improvement. Please send any kind of patches, suggestions and comments to either |
446
7b0a759c18b8
thepage: update mailing list link
Anton Shestakov <av6@dwimlabs.net>
parents:
445
diff
changeset
|
20 the <a href="mailto:mercurial-devel@mercurial-scm.org">Mercurial mailinglist</a> or directly to us.</p></strong> |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
21 |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
22 <p>People often ask what exactly can be done to improve the website. First of all, check our <a href="https://www.mercurial-scm.org/wiki/Frontpage">ongoing |
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
23 todo list</a>. Second, read the pages and fix our poor grammar. Third, write guides, write about extensions |
436 | 24 and contribute to the <a href="https://www.mercurial-scm.org/wiki">Wiki</a>. If you'd like to help with additional graphics or something completely different |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
25 (we have wishlists), you are welcome.</p> |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
26 |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
27 <h2>License</h2> |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
28 This website is licensed under the terms of the |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
29 <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> of the license. |
452
2a4f7a511151
templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents:
449
diff
changeset
|
30 The <a href="https://www.selenic.com/hg-logo/">Mercurial logo</a> used on the website was designed by Cali Mastny. |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
31 It is licensed under the terms of the |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
32 <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
33 |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
34 {% endblock %} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
35 |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
36 {% block sidebar %} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
37 {% endblock %} |