Mercurial > hg-website
annotate templates/who/index.html @ 490:607484e88940
who: replace another reference to Java
7eaad1ed8c74 removed Java / OpenJDK from the list, but has forgotten to update
this sentence.
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Sun, 26 Jul 2020 05:01:42 +0200 |
parents | 7eaad1ed8c74 |
children | 41f9cfdb69e6 |
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 {% block content %} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
4 <h1>Who uses Mercurial</h1> |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
5 <p><strong>Mercurial is a free, distributed source control management tool. It is currently used by many Open Source Projects such as...</strong></p> |
428 | 6 <h3>Facebook</h3> |
429
db8000e703ad
who: improve Facebook entry wording to be more formal
J. Lewis Muir <jlmuir@anl.gov>
parents:
428
diff
changeset
|
7 The social networking service Facebook <a href="https://code.facebook.com/posts/218678814984400/scaling-mercurial-at-facebook/">chose Mercurial</a> in 2014 due to its extensibility and the ability to make it work at scale.</p> |
428 | 8 <p><a href="https://www.facebook.com">https://www.facebook.com</a></p> |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
9 <h3>Mozilla</h3> |
461
7b96d719f9a7
who: link to https://www.mozilla.org/
Gregory Szorc <gregory.szorc@gmail.com>
parents:
460
diff
changeset
|
10 Mozilla is an open source project that is currently developing the popular <a href="https://www.mozilla.org/firefox">Firefox</a> internet browser, the email client <a href="https://www.mozilla.org/thunderbird">Thunderbird</a> and the application suite SeaMonkey. Mozilla chose Mercurial in 2006.</p> |
460
10304bad6faf
who: use https:// URLs
Gregory Szorc <gregory.szorc@gmail.com>
parents:
448
diff
changeset
|
11 <p><a href="https://www.mozilla.org">https://www.mozilla.org</a></p> |
487
b0e3c6141a78
who: remove Python, OpenSolaris and add nginx
David Demelier <markand@malikania.fr>
parents:
461
diff
changeset
|
12 <h3>Nginx</h3> |
b0e3c6141a78
who: remove Python, OpenSolaris and add nginx
David Demelier <markand@malikania.fr>
parents:
461
diff
changeset
|
13 The nginx web server is among one of the most popular and used over the world. |
b0e3c6141a78
who: remove Python, OpenSolaris and add nginx
David Demelier <markand@malikania.fr>
parents:
461
diff
changeset
|
14 <p><a href="http://nginx.org/">http://nginx.org/</a></p> |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
15 <h3>and others...</h3> |
490
607484e88940
who: replace another reference to Java
Manuel Jacob <me@manueljacob.de>
parents:
488
diff
changeset
|
16 <p>Not just Mozilla and nginx use Mercurial. A lot of projects of various sizes have decided to use Mercurial for its efficiency and power. A longer list of projects which use Mercurial can be found <a href="https://www.mercurial-scm.org/wiki/ProjectsUsingMercurial">in the wiki</a>.</p> |
397
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
17 {% endblock %} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
18 {% block sidebar %} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
19 {{ super() }} |
29d4b5e45423
Use flask to render site and get rid of submodules
David Soria Parra <davidsp@fb.com>
parents:
diff
changeset
|
20 {% endblock %} |