Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

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

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".

Comments

See Also

Contributors

Edit - History - Print - Recent Changes - Search
Page last modified on October 10, 2007, at 07:21 AM