]> git.ozlabs.org Git - patchwork/blob - templates/patchwork/help/about.html
da390f1a0330ca4cdd7020142fe0894f46e509be
[patchwork] / templates / patchwork / help / about.html
1 {% extends "base.html" %}
2
3 {% block title %}About{% endblock %}
4 {% block heading %} - About Patchwork{% endblock %}
5
6 {% block body %}
7
8 <p>Patchwork is free software, and is available from the
9 <a href="http://ozlabs.org/~jk/projects/patchwork/">patchwork website</a>.</p>
10
11 <p>Patchwork is built on the <a href="http://djangoproject.com/">django</a>
12 web framework.</p>
13
14 <p>Patchwork includes the <a
15 href="http://code.google.com/p/django-registration/">django-registration</a>
16 and <a href="http://code.google.com/p/django-xmlrpc/">django-xmlrpc</a>
17 applications.</p>
18
19 <p>Icons from the <a href="http://sweetie.sublink.ca/">Sweetie</a> icon set.</a>
20
21 {% endblock %}
22