public
Description: my mephisto comment email plugin, rest/ws pings to notification services when you post
Homepage: http://hasno.info
Clone URL: git://github.com/segfault/mephisto_post_ping.git
segfault (author)
Sun Sep 09 20:57:06 -0700 2007
commit  c745a35e955b3542ac2a3534e953419a48023aeb
tree    2112a1e6f0c65886c48ec3365a22f38ba655de07
parent  976a966885684103fffd0921fd8aed25ebac9f85
name age message
file README Loading commit data...
file init.rb
directory lib/
README
weblog ping for Mephisto
==================================================

Upon posting an article, a ping will be sent


Install
==========
   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.


Usage
==========
   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 }

   The plugin can filter based on section or tag, add :section => 'my_section_name' or :tag => 'my_tag_name'
   to enable it for a specific posting service.



(C) Mark Guzman 2006, under an MIT license.