1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00
Files
urlbot-native-trex/persistent_config.ini.spec

23 lines
763 B
RPMSpec
Raw Normal View History

2015-12-20 15:24:42 +01:00
other_bots = string_list(default=list())
2015-12-21 00:08:46 +01:00
request_counter = integer(default=0)
2015-12-20 15:24:42 +01:00
[plugins]
[[info]]
enabled = boolean(default=true)
last_dsa = integer(default=0) # TODO broken
[user_pref]
[user_records]
2015-12-20 21:15:16 +01:00
[url_blacklist]
heise = string(default='^.*heise\.de/.*-[0-9]+\.html$')
wikipedia = string(default='^.*wikipedia\.org/wiki/.*$')
blog = string(default=string(default='^.*blog\.fefe\.de/\?ts=[0-9a-f]+$'))
ibash = string(default='^.*ibash\.de/zitat.*$')
golem = string(default='^.*golem\.de/news/.*$')
paste_debian = string(default='^.*paste\.debian\.net/((hidden|plainh?)/)?[0-9a-f]+/?$')
example = string(default='^.*example\.(org|net|com).*$')
sprunge = string(default='^.*sprunge\.us/.*$')
ftp_debian = string(default='^.*ftp\...\.debian\.org.*$')