[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Validation failed



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:webmaster@debian.org"; />|<link rel="author"
href="mailto:webmaster@debian.org"; />|g'

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: