view templates/thepage/index.html @ 432:1d69d2b8e4b8

Merged in martin-devision-bg/hg-website/martin-devision-bg/link-to-quick-start-in-the-easy-to-use-s-1425244320970 (pull request #6) Link to "Quick Start" in the "Easy to use" section does not work with the trailing slash :]
author David Soria Parra <sn_@gmx.net>
date Tue, 01 Dec 2015 09:52:26 -0800
parents 29d4b5e45423
children b173399d3635
line wrap: on
line source

{% extends "base.html" %}


{% block content %}
		<h2>About this page</h2>
		<p>This page is a project of the Mercurial community. Its design,
		initial Django and hosting was provided by
		<a href="http://bitbucket.org">bitbucket.org</a>.
		Content was provided by <a href="http://draketo.de">Arne Babenhauserheide</a>.
		The templates were written by <a href="http://stevelosh.com/">Steve Losh</a>.
		Additional coding, content and conversion by <a href="http://blog.experimentalworks.net">David Soria Parra</a>.
		The page is generated using <a href="http://bitbucket.org/jek/blatter/">blatter</a> and <a href="http://jinja.pocoo.org/2/">jinja2 templates</a>.</p>

		<p>This page is currently maintained by <a href="http://pear.php.net/user/dsp/wishlist">David Soria Parra</a>. 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>
        </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, check our <a href="http://mercurial.selenic.com/wiki/Frontpage">ongoing
		todo list</a>. Second, read the page and fix our poor grammar. Third, write guides, write about extensions
		and contribute to the <a href="http://mercurial.selenic.com/wiki">Wiki</a>. If you'd like to help with additional graphics or something completely different
		(we have wishlists), 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>
	
{% endblock %}

{% block sidebar %}
{% endblock %}