diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-27 01:13:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-27 01:13:03 +0000 |
commit | b0e7e2e123079a2e68924cfb90d19c44571b1f65 (patch) | |
tree | 8e6d5ae414e292f4ef564838a3b23858792a63a2 /ikiwiki | |
parent | c0ce99f77c73c4bc616d134151d0145a6b98faea (diff) |
* Support pinging services such as Technorati using XML-RPC to notify them
about changes to rss feeds.
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ sub getconfig () { #{{{ "disable-plugin=s@" => sub { $config{plugin}=[grep { $_ ne $_[1] } @{$config{plugin}} ]; }, + "pingurl" => sub { + push @{$config{pingurl}}, $_[1]; + } ) || usage(); if (! $config{setup}) { |