summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/help/about.html
blob: da390f1a0330ca4cdd7020142fe0894f46e509be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "base.html" %}

{% block title %}About{% endblock %}
{% block heading %} - About Patchwork{% endblock %}

{% block body %}

<p>Patchwork is free software, and is available from the
<a href="http://ozlabs.org/~jk/projects/patchwork/">patchwork website</a>.</p>

<p>Patchwork is built on the <a href="http://djangoproject.com/">django</a>
web framework.</p>

<p>Patchwork includes the <a
href="http://code.google.com/p/django-registration/">django-registration</a>
and <a href="http://code.google.com/p/django-xmlrpc/">django-xmlrpc</a>
applications.</p>

<p>Icons from the <a href="http://sweetie.sublink.ca/">Sweetie</a> icon set.</a>

{% endblock %}