Cookbook /
GoogleBlogPing
Summary: Google Blog Search Ping - Support for Google's weblog search ping service
Prerequisites: PmWiki 2.x
Version: $Rev: 50 $
Maintainer: sts
Discussion: GoogleBlogPing-Talk?
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 yourlocal/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
See Also
- Pingback — Pingback - Pingback support for PmWiki
- Bloge-Ping — Notify 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.