mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
RSS 'initialAnnounceHeadlines' variable changed to Integer.
Zero can be used for 'initialAnnounceHeadlines' in RSS plugin.
This commit is contained in:
parent
0f3a159a60
commit
e5825a4d37
@ -97,7 +97,7 @@ conf.registerGlobalValue(RSS, 'defaultNumberOfHeadlines',
|
|||||||
registry.PositiveInteger(1, _("""Indicates how many headlines an rss feed
|
registry.PositiveInteger(1, _("""Indicates how many headlines an rss feed
|
||||||
will output by default, if no number is provided.""")))
|
will output by default, if no number is provided.""")))
|
||||||
conf.registerChannelValue(RSS, 'initialAnnounceHeadlines',
|
conf.registerChannelValue(RSS, 'initialAnnounceHeadlines',
|
||||||
registry.PositiveInteger(5, _("""Indicates how many headlines an rss feed
|
registry.Integer(5, _("""Indicates how many headlines an rss feed
|
||||||
will output when it is first added to announce for a channel.""")))
|
will output when it is first added to announce for a channel.""")))
|
||||||
conf.registerChannelValue(RSS, 'keywordWhitelist',
|
conf.registerChannelValue(RSS, 'keywordWhitelist',
|
||||||
registry.SpaceSeparatedSetOfStrings([], _("""Space separated list of
|
registry.SpaceSeparatedSetOfStrings([], _("""Space separated list of
|
||||||
|
Loading…
Reference in New Issue
Block a user