{% extends "base.html" %} {% load markup %} {% block title %}| XML-RPC API{% endblock %} {% block content %}

XML-RPC API

The following XML-RPC functions are available at this server:

{% for method in methods %} {{ method.help|restructuredtext }} {% endfor %} {% endblock %}