wagtail-robots
wagtail-robots copied to clipboard
Robots.txt exclusion for Wagtail, complementing Sitemaps.
## Wagtail 5.0 ([See release notes](https://docs.wagtail.org/en/stable/releases/5.0.html)) - https://github.com/unexceptable/wagtail-robots/pull/20 ## Wagtail 5.1 ([See release notes](https://docs.wagtail.org/en/stable/releases/5.1.html)) - [wagtail.contrib.modeladmin is deprecated](https://docs.wagtail.org/en/stable/releases/5.1.html#wagtail-contrib-modeladmin-is-deprecated) ## Wagtail 5.2 ([See release notes](https://docs.wagtail.org/en/stable/releases/5.2.html)) - Update test matrix to include...
## This updates the package for Wagtail 5.0 support. Support ticket: https://torchbox.monday.com/boards/1124794299/pulses/1131920812 There's no reason the package wouldn't work on versions since 4.1 This adds some testing for the latest...
Django-robots have fairly good translation support, we should try and emulate that, or potentially for the strings which are still the same, pull in some of the existing translations from...
setup.py and setup.cfg by default aren't quite as nice as using PBR, and also allows us to use tags for versioning. As such, we should switch to PBR. https://docs.openstack.org/pbr/latest/