Mercurial > hg-website
changeset 215:ec398217558a
Fix: use html excaping for <commands>
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Fri, 10 Jul 2009 10:02:35 +0200 |
parents | b4fff0f62d81 |
children | 68d5f2b82018 |
files | hgscm/templates/about.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgscm/templates/about.html Fri Jul 10 09:48:57 2009 +0200 +++ b/hgscm/templates/about.html Fri Jul 10 10:02:35 2009 +0200 @@ -25,6 +25,10 @@ <p>The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some <a href="http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions">from the wiki</a> or by <a href="http://www.selenic.com/mercurial/wiki/index.cgi/WritingExtensions">writing your own</a>. Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial.</p> + <h2>Easy to use</h2> + + <p>Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The <a href="{% url quick_start %}">Quick Start</a> should get you going in a few minutes.</p> + <h2>Open Source</h2> <p>Mercurial is free software licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License Version 2</a>.</p>