[PATCH hg-website] who: remove Python, OpenSolaris and add nginx

David Demelier markand at malikania.fr
Fri Jul 26 12:37:48 UTC 2019


# HG changeset patch
# User David Demelier <markand at malikania.fr>
# Date 1564144028 -7200
#      Fri Jul 26 14:27:08 2019 +0200
# Node ID 1bf7e259ffb1b212152eb155803984b1ad9118a0
# Parent  e3a73084715ab55f78f1c75474a89bed5e485f63
who: remove Python, OpenSolaris and add nginx

diff -r e3a73084715a -r 1bf7e259ffb1 templates/who/index.html
--- a/templates/who/index.html	Fri Sep 07 13:54:33 2018 +1200
+++ b/templates/who/index.html	Fri Jul 26 14:27:08 2019 +0200
@@ -6,21 +6,17 @@
         <h3>Facebook</h3>
         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>
         <p><a href="https://www.facebook.com">https://www.facebook.com</a></p>
-        <h3>Python</h3>
-        Python is a famous and widely adopted scripting language. Many applications like Mercurial, Django and Googles AppEngine are built on top of Python. In 2009 the Python developers <a href="https://www.python.org/dev/peps/pep-0374/">chose to move from Subversion to Mercurial</a>.</p>
-        <p><a href="https://www.python.org">https://www.python.org</a></p>
         <h3>Mozilla</h3>
         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>
         <p><a href="https://www.mozilla.org">https://www.mozilla.org</a></p>
-        <h3>OpenSolaris</h3>
-        <p>The Solaris based open source operating system project chose Mercurial in 2006. It is used for the development of OpenSolaris core components and packages. Mercurial helps OpenSolaris to maintain their external contributions and make sure that external packages fit the quality requirements of the project. Mercurial was chosen after a deep evaluation of existing version control systems.</p>
-        <p>The project has a dedicated <a href="http://opensolaris.org/os/community/tools/scm/">web page with information</a> about the evaluation.</p>
-        <p><a href="http://www.opensolaris.org">http://www.opensolaris.org</a></p>
         <h3>Java / OpenJDK</h3>
         OpenJDK is the official open sourced Java implementation of Sun Microsystems. When open sourcing the project, Sun chose Mercurial as their main version control system.
         <p><a href="http://openjdk.java.net/">http://openjdk.java.net/</a></p>
+        <h3>Nginx</h3>
+        The nginx web server is among one of the most popular and used over the world.
+        <p><a href="http://nginx.org/">http://nginx.org/</a></p>
         <h3>and others...</h3>
-        <p>Not just OpenSolaris, Mozilla, Java and Python 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>
+        <p>Not just Mozilla and Java 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>
 {% endblock %}
 {% block sidebar %}
  {{ super() }}


More information about the Mercurial-devel mailing list