Description
This plugin sends a "ping" to weblog update notification services when you update your blog. This would happen, for example, when you add, edit, or delete blog entries.
The ping is sent via XML-RPC according to the weblogs.com ping XML-RPC specification
and the extended ping XML-RPC specification
. The plugin will first try the extended ping and if it fails, it will try the normal ping.
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="weblogs-ping" class="org.blojsom.plugin.weblogsping.WeblogsPingPlugin" init-method="init" destroy-method="destroy">
<property name="eventBroadcaster">
<ref bean="eventBroadcaster"/>
</property>
</bean>
The following properties can be set from Weblog Settings | Properties | Set Property
| Property |
Description |
Default Value |
| blog-ping-urls |
List of blog service ping URLs. URLs to ping are separated by a space on a single line. |
|
| plugin-weblogs-ping-feed-url |
URL of your preferred feed URL |
Your blog's URL/feed/rss2/ |
| preferred-syndication-flavor |
If you would like to change the syndication flavor sent for the RSS URL for the extended ping, set this property |
rss2 |