Dashboard > blojsom 3.0 > ... > Plugins > Weblogs Ping Plugin
  blojsom 3.0 Log In   View a printable version of the current page.  
  Weblogs Ping Plugin
Added by David Czarnecki, last edited by David Czarnecki on Jul 10, 2007  (view change)
Labels: 
(None)

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

Site running on a free Atlassian Confluence Open Source Project License granted to blojsom. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators