Summary: Google Blog Search Ping - Support for Google's weblog search ping service
Prerequisites: PmWiki 2.x
Status:
Version: $Rev: 50 $
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
- Copy googleblogping.php into your cookbook directory
- 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".
Comments
See Also
Contributors