Files
ports/www/py-robot-detection/pkg-message
T
Einar Bjarni Halldórsson dcd0ea22bd www/py-hyperkitty: [NEW PORT] A web interface to access GNU Mailman v3 archives
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
2025-09-18 16:45:25 +04:00

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
}
]