You are here: Browse Railsplugins Mephisto Post Ping
Upon posting an article, a ping will be sent
ruby script/install svn://hasno.info/mephisto/plugins/mephisto_post_ping Set the akismet url using the admin section. The url will be sent as the base url for your site.
Post an article. The plugin defaults to pinging ping-o-matic (http://pingomatic.com). If you would like to change what sites the plugin pings or the ping method, edit lib/config.rb:
ArticlePingObserver::SERVICES << { :url => “http://my.ping.site”, :type => :xmlrpc }
ArticlePingObserver::SERVICES << { :url => “http://my.rest.ping.site”, :type => :rest }
(C) Mark Guzman 2006, under an MIT license.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly