On Mon, Oct 30, 2017 at 3:41 PM, Laura Arjona Reina wrote: > but many files still need to be rebuilt to use the updated template.
I don't think we need to rebuild the whole website, this script will do: find -type f -iname '*.html' -print0 | xargs -0 grep -lZF '<link rev="made" href="mailto:[email protected]"' | xargs -0 echo sed -i 's|<link rev="made" href="mailto:[email protected]"|<link rel="author" href="mailto:[email protected]"|g' I'm running it now. -- bye, pabs https://wiki.debian.org/PaulWise

