{% extends "base.html" %} {% block title %}{{ project.name }}{% endblock %} {% block info_active %}active{% endblock %} {% block body %}

About {{project.name}}

{% if project.web_url %} {% endif %} {% if project.webscm_url %} {% endif %} {% if project.scm_url %} {% endif %}
Name {{project.name}}
List address {{project.listemail}}
Maintainer{{maintainers|length|pluralize}} {% for maintainer in maintainers %} {{ maintainer.profile.name }} <{{maintainer.email}}>
{% endfor %}
Patches {{n_patches}} (+ {{n_archived_patches}} archived)
Website {{project.web_url}}
Source Code Web Interface {{project.webscm_url}}
Source Code Manager URL {{project.scm_url}}
{% if enable_xmlrpc %}

pwclient

pwclient is the command-line client for Patchwork. Currently, it provides access to some read-only features of Patchwork, such as downloading and applying patches.

To use pwclient, you will need:

{% endif %} {% endblock %}