This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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.








