On Sun, Oct 22, 2017 at 2:53 AM, Holger Wansing wrote: > Is there some way to trigger a rebuild of all pages?
A rebuild of the whole website is going to take a long time. I would suggest someone with access should do a search-and-replace of all the HTML files. Something like this command would do it automatically: find -type f -iname '*.html' -print0 | xargs -0 sed -i 's|<link rev="made" href="mailto:[email protected]" />|<link rel="author" href="mailto:[email protected]" />|g' -- bye, pabs https://wiki.debian.org/PaulWise

