captproton / mephisto_post_ping forked from segfault/mephisto_post_ping
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
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.

