annotate hgscm/templates/who_uses.html @ 182:307dd774a9b6

who_uses: Initial commit of the "who uses mercurial" page
author David Soria Parra <dsp@php.net>
date Mon, 25 May 2009 21:00:58 +0200
parents
children 05325bb925c1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
182
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
1 {% extends "base.html" %}
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
2
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
3 {% load extras %}
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
4 {% block content %}
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
5
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
6 <div class="row">
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
7 <div class="col big">
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
8 <h1>Who uses Mercurial</h1>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
9 <p><strong>Mercurial is a free, distributed source control management tool. It it currently used by many Open Source Projects such as...</strong></p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
10 <h3>Python</h3>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
11 Python is a famous and widley adopted scritping language. Many application like Mercurial, Django and Googles AppEngine are build on top of Python. In 2009 the Python developers choosed to move from Subversion to Mercurial.</p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
12 <p><a href="http://www.python.org">http://www.python.org</a></p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
13 <h3>Mozilla</h3>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
14 Mozilla is an open source project that is currently developing the popular <a href="http://www.mozilla.com/firefox">Firefox</a> internet browser, the email client <a href="http://www.mozilla.com/thunderbird">Thunderbird</a> and the application suite SeaMonkey. Mozilla choosed Mercurial in 2006.</p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
15 <p><a href="http://www.mozilla.org">http://www.mozilla.org</a></p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
16 <h3>OpenSolaris</h3>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
17 <p>The Solaris based open source operating system project choosed 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 choosen after a deep evaluation of existing version control systems.</p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
18 <p>The project has a dedicated <a href="http://opensolaris.org/os/community/tools/scm/">web page with information</a> about the evaluation.</p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
19 <p><a href="http://www.opensolaris.org">http://www.opensolaris.org</a></p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
20 <h3>Java / OpenJDK</h3>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
21 OpenJDK is a the official opne sourced Java implementation of Sun Microsystems. With open sourcing the project, Sun choosed Mercurial as their main version control system.
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
22 <p><a href="http://openjdk.java.net/">http://openjdk.java.net/</a></p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
23 <h3>and others...</h3>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
24 <p>Not just OpenSolaris, Mozilla, Java and Python choosed Mercurial, but a lot of projects of any size choosed Mercurial for it's efficiency and it's power. A longer list of projects that use Mercurial can be <a href="http://www.selenic.com/mercurial/wiki/ProjectsUsingMercurial">found in the wiki.</a>.</p>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
25 </div>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
26 <div class="col">
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
27 {% download_button %}
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
28 </div>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
29 </div>
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
30
307dd774a9b6 who_uses: Initial commit of the "who uses mercurial" page
David Soria Parra <dsp@php.net>
parents:
diff changeset
31 {% endblock %}