|
Cookbook /
Bloge-PingSummary: Notify search engines when a page is modified
Version: 2009-08-11
Prerequisites: PmWiki 2.2.x
Status: beta
Maintainer: Eemeli Aro
Discussion: Bloge-Ping-Talk
Download: bloge-ping.phpΔ
DescriptionPings/notifies search engines such as Google Blog Search when a page is edited. This recipe is based on Stefan Schimanski's GoogleBlogPing but can support any number of pinging services. Bloge-Ping is a part of Cookbook.Bloge, but may also be used as a standalone recipe. Installation
ConfigurationBy default, Bloge-Ping only supports the Google Blog Search Pinging Service API. In order to ping other services, you'll need to add an entry to $BlogePing['tgt']['googleblogsearch'] = array(
'url' => 'http://blogsearch.google.com/ping',
'param' => array('name','url','changesURL'),
'msgpat' => '/Thanks for the ping/'
);
The parameters listed above may also be defined separately for each Bloge-Ping target: $BlogePing['tgt']['googleblogsearch']['changesURL'] = 'http://path.to.your/rss.feed';
or for all targets: $BlogePing['url'] = 'http://path.to.your/blog/main.page';
For other configuration options, please see the source file. NotesThe reply from the pinging service is currently lost, as the You can use this to ping anything on a successful page edit, not just search engines. Why or how this might be useful I'll leave to your own imagination. Release notes
See also
Contributors
CommentsSee discussion at Bloge-Ping-Talk User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |