| | 42 | __END__ |
| | 43 | |
| | 44 | =head1 NAME |
| | 45 | |
| | 46 | Wiki::Toolkit::Plugin::Ping - "ping" various services when nodes are written |
| | 47 | |
| | 48 | =head1 SYNOPSIS |
| | 49 | |
| | 50 | use Wiki::Toolkit::Plugin::Ping; |
| | 51 | my $ping = Wiki::Toolkit::Plugin::Ping->new( |
| | 52 | "geourl" => 'http://geourl.org/ping?p=$url' |
| | 53 | ); |
| | 54 | $wiki->register_pugin( plugin => $ping ); |
| | 55 | |
| | 56 | =head1 DESCRIPTIOn |
| | 57 | |
| | 58 | A plug-in for Wiki::Toolkit sites, which will "ping" various external services |
| | 59 | when a node is written. A list of the services to ping, and where in their |
| | 60 | URLs to add the URL of the node, are supplied when the plugin is created. |
| | 61 | |
| | 62 | =head1 AUTHOR |
| | 63 | |
| | 64 | The Wiki::Toolkit team (http://www.wiki-toolkit.org/) |
| | 65 | |
| | 66 | =head1 COPYRIGHT |
| | 67 | |
| | 68 | Copyright (C) 2003-2004 I. P. Williams (ivorw_openguides [at] xemaps {dot} com). |
| | 69 | Copyright (C) 2006 the Wiki::Toolkit team (http://www.wiki-toolkit.org/) |
| | 70 | All Rights Reserved. |
| | 71 | |
| | 72 | This module is free software; you can redistribute it and/or modify it |
| | 73 | under the same terms as Perl itself. |
| | 74 | |
| | 75 | =head1 SEE ALSO |
| | 76 | |
| | 77 | L<Wiki::Toolkit>, L<Wiki::Toolkit::Plugin>, L<OpenGuides> |
| | 78 | |
| | 79 | =cut |