GoogleBlogPing

Summary: Google Blog Search Ping - Support for Google's weblog search ping service
Download: See subversion - WebSvn - ChangeLog
Prerequisites: PmWiki 2.x

Status:

Version: $Rev: 50 $
Maintainer: sts
Categories: CMS Blog Google

Questions answered by this recipe

How to ping Google Blog Search Pinging Service everytime you change a page in your wiki?

Description

The recipe pings the Google Blog Search Pinging Service everytime you change a page in your wiki.

Installation

  1. Copy googleblogping.php into your cookbook directory
  2. Add include_once("cookbook/googleblogping.php") to your local/config.php

Configuration

There are the following configuration variables which might be customized.

 SDV($GoogleBlogPing_Name, $WikiTitle);
 SDV($GoogleBlogPing_BlogHomepage, "Main.HomePage" );
 SDV($GoogleBlogPing_BlogUrl, false ); // explicit Blog url, overwrites the BlogHomePage
 SDV($GoogleBlogPing_FeedUrl, false ); // URL of RSS, RDF, or Atom feed (optional)
 SDV($GoogleBlogPing_PingPages, "/.*/" ); // regexp for the pagenames to send pings for

Notes

Release Notes

  • 2006-12-11 added explicit BlogUrl variable
  • 2006-11-13 $RecipeInfo line
  • 2006-10-09 Initial release

If the recipe has multiple releases, then release notes can be placed here. Note that it's often easier for people to work with "release dates" instead of "version numbers".

See Also

  • PingbackPingback - Pingback support for PmWiki
  • Bloge-PingNotify search engines when a page is modified

Contributors

Comments

See Discussion at GoogleBlogPing-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.