xmlrpc_pingback - XMLRPC pingback support....¶
Summary¶
This module contains an XML-RPC extension to support pingback http://www.hixie.ch/specs/pingback/pingback pings.
Install¶
Requires the comments plugin, but you don’t have to enable
comments on your blog for pingbacks to work.
This plugin comes with Pyblosxom. To install, do the following:
Add
Pyblosxom.plugins.xmlrpc_pingbackto theload_pluginslist of yourconfig.pyfileSet the
xmlrpc_triggervariable in yourconfig.pyfile to a trigger for this plugin. For example:py["xmlrpc_trigger"] = "RPC"
Add to the
<head>section of yourheadtemplate:<link rel="pingback" href="$(base_url)/RPC" />
This test blog, maintained by Ian Hickson, is useful for testing. You can post to it, linking to a post on your site, and it will send a pingback.
License¶
Plugin is distributed under license: MIT