Changeset 358

Show
Ignore:
Timestamp:
11/11/06 15:14:35 (5 years ago)
Author:
nick
Message:

Tweak docs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-plugin-ping/lib/Wiki/Toolkit/Plugin/Ping.pm

    r357 r358  
    122122  use Wiki::Toolkit::Plugin::Ping; 
    123123  my $ping = Wiki::Toolkit::Plugin::Ping->new(  
     124            node_to_url => 'http://mywiki/$node', 
     125            services => { 
    124126                    "geourl" => 'http://geourl.org/ping?p=$url' 
     127            } 
    125128  ); 
    126129  $wiki->register_pugin( plugin => $ping ); 
    127130 
    128 =head1 DESCRIPTIOn 
     131=head1 DESCRIPTION 
    129132 
    130133A plug-in for Wiki::Toolkit sites, which will "ping" various external services 
    131134when a node is written. A list of the services to ping, and where in their 
    132135URLs to add the URL of the node, are supplied when the plugin is created. 
     136 
     137You need to tell it how to turn a node into a URL (node_to_url), and what 
     138services to ping (services). 
    133139 
    134140=head1 AUTHOR