annotate templates/thepage/index.html @ 493:5284da57c604 default tip

display needed flag option to send patch for the website
author "Stephane" <stephane@yaal.fr>
date Mon, 26 Oct 2020 14:55:33 +0100
parents a0b3fca548d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
453
c1e2c85ad683 thepage: update "ongoing todo list" link
Anton Shestakov <av6@dwimlabs.net>
parents: 452
diff changeset
22 <p>People often ask what exactly can be done to improve the website. First of all, check our <a href="https://bz.mercurial-scm.org/buglist.cgi?bug_status=__open__&component=website">ongoing
452
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
2b0669fed7a8 update domain to www.mercurial-scm.org
timeless@gmail.com
parents: 435
diff changeset
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
493
5284da57c604 display needed flag option to send patch for the website
"Stephane" <stephane@yaal.fr>
parents: 466
diff changeset
27 <p><a href="https://www.mercurial-scm.org/wiki/ContributingChanges">Patches</a> sent by email need <kbd>--flag website</kbd> option.</p>
5284da57c604 display needed flag option to send patch for the website
"Stephane" <stephane@yaal.fr>
parents: 466
diff changeset
28
397
29d4b5e45423 Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff changeset
29 <h2>License</h2>
452
2a4f7a511151 templates: this is a website, not just a single page
Anton Shestakov <av6@dwimlabs.net>
parents: 449
diff changeset
30 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
31 <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> of the license.
466
a0b3fca548d1 thepage: link to new URL for hg-logo
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents: 453
diff changeset
32 The <a href="https://www.mercurial-scm.org/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
33 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
34 <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
35 {% endblock %}
29d4b5e45423 Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff changeset
36
29d4b5e45423 Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff changeset
37 {% block sidebar %}
29d4b5e45423 Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff changeset
38 {% endblock %}