dcd0ea22bd
Hyperkitty is a web interface to access GNU Mailman v3 archives. Three other ports are added as dependencies of py-hyperkitty: - www/py-django-q2 - www/py-robot-detection - www/py-mailman-hyperkitty PR: 281463 281464 281465 Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D52550
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You can download a new version of the Robot Database from https://www.robotstxt.org/db/all.txt.
|
|
|
|
Download the database dump, and run the file robot_detection.py with the file as first argument.
|
|
|
|
$ fetch https://www.robotstxt.org/db/all.txt
|
|
$ python robot_detection.py all.txt
|
|
|
|
If the database has changed, it'll print out the new version of robot_useragents variable that you need to put into the source code.
|
|
EOM
|
|
}
|
|
]
|