view hgscm/templates/thepage.html @ 170:6ebe8ec48a77

Work on the front page. Now we only need the quick_start, the testimonies for ease of use and the projects_using_mercurial - TODO: Check if we can find a nice svn transition guide.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 14 May 2009 03:17:12 +0200
parents 57ece5687f92
children 3b3662889a1f
line wrap: on
line source

{% extends "base.html" %}

{% block content %}

<div class="row">
	<div class="col big">
		<h2>About this page</h2>
		<p>This page is a project of the Mercurial community. Its design and initial django
		code was provided by Jesper Noehr. Hosting is provided by <a href="http://bitbucket.org">bitbucket.org</a>.
		Content was provided by Arne Babenhauserheide.  Additional coding and content by David Soria Parra.</p>

		<p>This page is currently maintained by David Soria Parra and Arne Babenhauserheide. The repository
		can be found at <a href="http://bitbucket.org/segv/hg-website">http://bitbucket.org/segv/hg-website</a>.
		You are welcome to fork and improve the page.</p>

		<h2>Help us</h2>
		<p><strong>This page always needs improvement. Please send any kind of patches, suggestions and comments to either
		the <a href="mailto:mercurial-devel@selenic.com">Mercurial mailinglist</a> or directly to us.</p></strong>

		<p>People often ask what exactly can be done to improve the page. First of all, see if we have an ongoing
		todo list. Second, read the page and fix our poor grammar. Third, write guides, write about extensions
		and improve the FAQ. If you like to help with additional graphics or something completly different
		(we have whishlists), you are welcome</p>

		<h2>License</h2>
		This page is licensed under the terms of the
		<a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> of the license.
		The <a href="http://www.selenic.com/hg-logo/">Mercurial logo</a> used on the page was designed by Cali Mastny.
		It is licensed under the terms of the
		<a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a>
	</div>

</div>

{% endblock %}