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
100644 29 lines (17 sloc) 0.909 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.