Fix support for --pingurl at the command line.

master
joey 2006-10-16 18:33:59 +00:00
parent cb8c95bdef
commit 6aa477fe8b
2 changed files with 4 additions and 3 deletions

5
debian/changelog vendored
View File

@ -1,11 +1,12 @@
ikiwiki (1.30) UNRELEASED; urgency=low
* Add no_override parameter to hook().
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
* Fix support for --pingurl at the command line.
-- Joey Hess <joeyh@debian.org> Sun, 15 Oct 2006 14:49:28 -0400
-- Joey Hess <joeyh@debian.org> Mon, 16 Oct 2006 14:32:56 -0400
ikiwiki (1.29) unstable; urgency=low

View File

@ -69,7 +69,7 @@ sub getconfig () { #{{{
"disable-plugin=s@" => sub {
$config{plugin}=[grep { $_ ne $_[1] } @{$config{plugin}}];
},
"pingurl" => sub {
"pingurl=s" => sub {
push @{$config{pingurl}}, $_[1];
},
"version" => sub {