X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1ba84c3a6b8b0a614e50b63f70d31090a7ee23de..ddef0d3170b1543e6ed580c7ce00849e3ed1550f:/IkiWiki/Plugin/inline.pm diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index 4d96001ed..cdd0ab0dc 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -49,37 +49,36 @@ sub getsetup () { #{{{ return rss => { type => "boolean", - default => 0, - description => "enable rss feeds by default", + example => 0, + description => "enable rss feeds by default?", safe => 1, rebuild => 1, }, atom => { type => "boolean", - default => 0, - description => "enable atom feeds by default", + example => 0, + description => "enable atom feeds by default?", safe => 1, rebuild => 1, }, allowrss => { type => "boolean", - default => 0, - description => "allow rss feeds to be used", + example => 0, + description => "allow rss feeds to be used?", safe => 1, rebuild => 1, }, allowatom => { type => "boolean", - default => 0, - description => "allow atom feeds to be used", + example => 0, + description => "allow atom feeds to be used?", safe => 1, rebuild => 1, }, pingurl => { type => "string", - default => "", example => "http://rpc.technorati.com/rpc/ping", - description => "urls to ping (using XMP-RPC) on feed update", + description => "urls to ping (using XML-RPC) on feed update", safe => 1, rebuild => 0, },