summaryrefslogtreecommitdiffstats
path: root/patchwork/templates/patchwork/help/pwclient.html
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/templates/patchwork/help/pwclient.html')
-rw-r--r--patchwork/templates/patchwork/help/pwclient.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/patchwork/templates/patchwork/help/pwclient.html b/patchwork/templates/patchwork/help/pwclient.html
new file mode 100644
index 0000000..7101ec1
--- /dev/null
+++ b/patchwork/templates/patchwork/help/pwclient.html
@@ -0,0 +1,23 @@
+{% extends "base.html" %}
+
+{% block title %}Command-line client{% endblock %}
+{% block heading %} - Command-line client{% endblock %}
+
+{% block body %}
+
+<p><code>pwclient</code> is the command-line client for patchwork. Currently,
+it provides access to some read-only features of patchwork, such as downloading
+and applying patches.</p>
+
+<p>To use pwclient, you will need:</p>
+<ul>
+ <li>The <a href="{% url 'patchwork.views.pwclient' %}">pwclient</a>
+ program (11kB, python script)</li>
+ <li>(optional) a <code>.pwclientrc</code> file in your home directory.</li>
+</ul>
+
+<p>You can create your own <code>.pwclientrc</code> file. Each
+<a href="{% url 'patchwork.views.projects' %}">patchwork project</a>
+provides a sample linked from the 'project info' page.</p>
+
+{% endblock %}