Files

23 lines
565 B
Plaintext

# Enable or disable RSS tracking.
enabled=true
# Poll interval in seconds. Default is one hour.
pollInterval=3600
# Delay between announcing multiple new RSS items from the same poll.
delayInterval=60
# Maximum number of new items announced per poll. Extra items are marked read.
maxItemsPerPoll=5
# Delay before the first poll after the IRC connection starts.
startupDelay=15
# User agent sent to RSS servers.
userAgent="stormbot-rss/1.0"
# Feed URLs to monitor. Real feed URLs should not contain literal spaces.
urls=(
"https://stormux.org/index.xml"
)