Re: Validation failed
Paul Wise <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <CAKTje6E-yk7Yux6mHBKD_ZKjP78G0ntv1o8TwVJ2sSY4m+F7Kg@mail.gmail.com> |
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'