mirror of
https://github.com/marado/RNID.git
synced 2024-12-22 03:54:21 +00:00
script snirh melhorado
O xhtml não precisa de ter o mesmo número de erros que antes, basta ter algum.
This commit is contained in:
parent
4b7eee8e11
commit
8855410087
@ -33,7 +33,7 @@ Esta tabela mostra casos de incumprimento do regulamento:
|
||||
| http://www.matriznet.dgpc.pt/ | Flash | [conteúdo Flash](http://www.matriznet.dgpc.pt/) | 2018/06/23 ||
|
||||
| http://www.matrizpix.dgpc.pt/ | Flash | [conteúdo Flash](http://www.matrizpix.dgpc.pt/) | 2018/06/23 ||
|
||||
| https://www.autarquicas2017.mai.gov.pt/ | certificado SSL inválido, CSS inválido | [análise do CSS](https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fwww.autarquicas2017.mai.gov.pt%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en) | 2018/06/23 ||
|
||||
| https://snirh.apambiente.pt/ | XHTML inválido, CSS inválido | [análise do XHTML](https://validator.w3.org/check?uri=https%3A%2F%2Fsnirh.apambiente.pt&charset=%28detect+automatically%29&doctype=Inline&group=0), [análise do CSS](https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fsnirh.apambiente.pt&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en) | 2018/06/21 ||
|
||||
| https://snirh.apambiente.pt/ | XHTML inválido, CSS inválido | [análise do XHTML](https://validator.w3.org/check?uri=https%3A%2F%2Fsnirh.apambiente.pt&charset=%28detect+automatically%29&doctype=Inline&group=0), [análise do CSS](https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fsnirh.apambiente.pt&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en) | 2018/06/23 ||
|
||||
| https://www.cnpd.pt | Formulário em XLSX | [link para o formulário](https://www.cnpd.pt/bin/notifica_rgpd/epd_dpo.htm) | 2018/06/21 ||
|
||||
|
||||
Este [template](template.txt) é utilizado pela ANSOL e pela Comunidade LibreOffice Portugal para enviar um pedido de resolução do problema.
|
||||
|
@ -4,12 +4,11 @@
|
||||
|
||||
maybeOK=0;
|
||||
|
||||
wget "https://validator.w3.org/check?uri=https%3A%2F%2Fsnirh.apambiente.pt&charset=%28detect+automatically%29&doctype=Inline&group=0" -o /dev/null -O - |hxnormalize -x -l 1000|hxselect .invalid|hxselect h3 -c > xhtml
|
||||
if [ ! "$(diff xhtml scripts/26/xhtml|wc -l)" -eq "0" ]; then
|
||||
echo "xhtml snirh: incumprimento pode já não existir";
|
||||
xhtmlErrors=$(wget "https://validator.w3.org/check?uri=https%3A%2F%2Fsnirh.apambiente.pt&charset=%28detect+automatically%29&doctype=Inline&group=0" -o /dev/null -O - |hxnormalize -x -l 1000|hxselect .invalid|hxselect h3 -c|cut -d: -f2|cut -d" " -f2)
|
||||
if [ "$xhtmlErrors" -eq "0" ]; then
|
||||
echo "xhtml snirh: incumprimento já não existe";
|
||||
maybeOK=1;
|
||||
fi
|
||||
rm xhtml
|
||||
|
||||
wget "https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fsnirh.apambiente.pt&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en" -o /dev/null -O - |grep \#errors|cut -d\> -f3|cut -d\< -f1 > css
|
||||
if [ ! "$(diff css scripts/26/css|wc -l)" -eq "0" ]; then
|
||||
|
@ -1 +0,0 @@
|
||||
Validation Output: 110 Errors
|
Loading…
Reference in New Issue
Block a user