-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpingback.plugin.xml
25 lines (20 loc) · 1.39 KB
/
pingback.plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8" ?>
<pluggable type="plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schemas.habariproject.org/pluggable/0.8">
<name>Pingback</name>
<license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>
<author url="http://habariproject.org/">The Habari Community</author>
<version>1.1</version>
<url>http://habariproject.org/</url>
<description><![CDATA[Adds Pingback 1.0 methods to the XML-RPC server.]]></description>
<copyright>2009</copyright>
<help>
<value><![CDATA[
<p>When this plugin is active, other sites that link to specific posts can "ping" them with a special request. This request is registered by Habari as a comment that is processed via the usual system.</p>
<p>When you write a post that links to other sites, Habari will attempt to ping those URLs too. Depending on the capabilities of the pinged server, your post may appear as a comment on the remote site.</p>
<p>Pingbacks are generally less spam-prone than Trackbacks (which are not implemented in this plugin), because when the ping is received, Habari visits the pinging site to ensure that the provided link to your post does actually exist.</p>
]]></value>
</help>
<provides>
<feature url="http://wiki.habariproject.org/en/Feature/pingback">pingback</feature>
</provides>
</pluggable>