Query: wiki::toolkit::plugin::ping
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Wiki::Toolkit::Plugin::Ping(3pm) User Contributed Perl Documentation Wiki::Toolkit::Plugin::Ping(3pm)NAMEWiki::Toolkit::Plugin::Ping - "ping" various services when nodes are writtenSYNOPSISuse Wiki::Toolkit::Plugin::Ping; my $ping = Wiki::Toolkit::Plugin::Ping->new( node_to_url => 'http://mywiki/$node', services => { "geourl" => 'http://geourl.org/ping?p=$url' }, agent => "My Wiki ping agent", ); $wiki->register_pugin( plugin => $ping );DESCRIPTIONA plug-in for Wiki::Toolkit sites, which will "ping" various external services when a node is written. A list of the services to ping, and where in their URLs to add the URL of the node, are supplied when the plugin is created. You need to tell it how to turn a node into a URL (node_to_url), and what services to ping (services). You can optionally pass a custom user-agent stringAUTHORThe Wiki::Toolkit team (http://www.wiki-toolkit.org/)COPYRIGHTCopyright (C) 2003-2004 I. P. Williams (ivorw_openguides [at] xemaps {dot} com). Copyright (C) 2006-2009 the Wiki::Toolkit team (http://www.wiki-toolkit.org/) All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOWiki::Toolkit, Wiki::Toolkit::Plugin, OpenGuides perl v5.10.1 2009-02-24 Wiki::Toolkit::Plugin::Ping(3pm)
Similar Topics in the Unix Linux Community |
---|
Ping script using Redhat and BAsh |
Help with script, shutdown if no ping responce |
ping got possessed |
Interpretation of Ping behaviour |
Cant ping Linux machine from Windows |