Changeset 358
- Timestamp:
- Nov 11, 2006, 3:14:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-ping/lib/Wiki/Toolkit/Plugin/Ping.pm
r357 r358 122 122 use Wiki::Toolkit::Plugin::Ping; 123 123 my $ping = Wiki::Toolkit::Plugin::Ping->new( 124 node_to_url => 'http://mywiki/$node', 125 services => { 124 126 "geourl" => 'http://geourl.org/ping?p=$url' 127 } 125 128 ); 126 129 $wiki->register_pugin( plugin => $ping ); 127 130 128 =head1 DESCRIPTIO n131 =head1 DESCRIPTION 129 132 130 133 A plug-in for Wiki::Toolkit sites, which will "ping" various external services 131 134 when a node is written. A list of the services to ping, and where in their 132 135 URLs to add the URL of the node, are supplied when the plugin is created. 136 137 You need to tell it how to turn a node into a URL (node_to_url), and what 138 services to ping (services). 133 139 134 140 =head1 AUTHOR
Note: See TracChangeset
for help on using the changeset viewer.