annotate hgscm/templates/who_uses.html @ 188:16073f5e5143

Some proofreading of 'Who uses Mercurial'.
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 02 Jun 2009 23:46:02 +0200
parents 05325bb925c1
children 82ad1f98e8ac
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>
188
16073f5e5143 Some proofreading of 'Who uses Mercurial'.
Arne Babenhauserheide <bab@draketo.de>
parents: 187
diff changeset
11 Python is a famous and widley adopted scripting language. Many application like Mercurial, Django and Googles AppEngine are build on top of Python. In 2009 the Python developers <a href="http://www.python.org/dev/peps/pep-0374/">chose to move from Subversion to Mercurial</a>.</p>
182
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>
188
16073f5e5143 Some proofreading of 'Who uses Mercurial'.
Arne Babenhauserheide <bab@draketo.de>
parents: 187
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 chose Mercurial in 2006.</p>
182
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>
188
16073f5e5143 Some proofreading of 'Who uses Mercurial'.
Arne Babenhauserheide <bab@draketo.de>
parents: 187
diff changeset
17 <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>
182
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>
187
05325bb925c1 fixed typo
Arne Babenhauserheide <bab@draketo.de>
parents: 182
diff changeset
21 OpenJDK is a the official open sourced Java implementation of Sun Microsystems. With open sourcing the project, Sun choosed Mercurial as their main version control system.
182
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>
188
16073f5e5143 Some proofreading of 'Who uses Mercurial'.
Arne Babenhauserheide <bab@draketo.de>
parents: 187
diff changeset
24 <p>Not just OpenSolaris, Mozilla, Java and Python chose Mercurial. A lot of projects of any size decided to use Mercurial for it's efficiency and it's power. A longer list of projects which use Mercurial can be found <a href="http://www.selenic.com/mercurial/wiki/ProjectsUsingMercurial">in the wiki.</a>.</p>
182
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 %}