7
0
mirror of https://github.com/marado/RNID.git synced 2024-09-07 19:02:00 +00:00

resolvidos: matriznet deixou de existir, matrizpix largou flash

This commit is contained in:
Marcos Marado 2024-05-19 11:21:49 +01:00
parent b8d8c4f988
commit e1f442f377
4 changed files with 0 additions and 30 deletions

View File

@ -26,8 +26,6 @@ jobs:
"${GITHUB_WORKSPACE}/scripts/16-saude.sh"
"${GITHUB_WORKSPACE}/scripts/19-igcp.sh"
"${GITHUB_WORKSPACE}/scripts/20-viva.sh"
"${GITHUB_WORKSPACE}/scripts/23-matriznet.sh"
"${GITHUB_WORKSPACE}/scripts/24-matrizpix.sh"
"${GITHUB_WORKSPACE}/scripts/25-eleicoes.sh"
"${GITHUB_WORKSPACE}/scripts/26-snirh.sh"
"${GITHUB_WORKSPACE}/scripts/29-inpi.sh"

View File

@ -29,8 +29,6 @@ Esta tabela mostra casos de incumprimento do regulamento:
| http://www.rcaap.pt/ | obriga depósito de dados em formatos não-livres ([lista de formatos autorizados](https://dre.pt/application/conteudo/72779297)) | [MP3](https://ansol.org/recursos/normas-abertas/mp3/) | 2024/05/18 | |
| https://www.igcp.pt/ | XLS | [conteúdo em XLS](https://www.igcp.pt/pt/gca/?id=80) | 2024/05/18 | 2019/05/14 |
| https://www.portalviva.pt/ | Java | [necessita plugin JAVA](https://www.portalviva.pt/lx/pt/myvivaclient/client-account-area/loads/new-load.aspx) [(outro exemplo)](https://www.portalviva.pt/lx/pt/public/client-register-modes.aspx) | 2024/05/18 | 2020/05/04 |
| http://www.matriznet.dgpc.pt/ | Flash | [conteúdo Flash](http://www.matriznet.dgpc.pt/) | 2024/05/13 | 2021/10/24 |
| http://www.matrizpix.dgpc.pt/ | Flash | [conteúdo Flash](http://www.matrizpix.dgpc.pt/) | 2024/05/18 | 2021/10/24 |
| https://www.eleicoes.mai.gov.pt/ | acessibilidade, CSS inválido | [exemplo de página com erros WCAG](https://www.eleicoes.mai.gov.pt/europeias2019/estrangeiro.html), [análise de um CSS](https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fwww.eleicoes.mai.gov.pt%2Fautarquicas2017%2F&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en) | 2024/05/18 | |
| https://apambiente.pt/ | XHTML inválido, CSS inválido, HTTPS inválido, Conteúdo Flash, OOXML | [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), [documentos OOXML](https://apambiente.pt/residuos/fluxos-especificos-de-residuos) | 2024/05/18 | 2020/05/16 |
| https://inpi.justica.gov.pt | Serviços necessitam JAVA | [documento com instruções](https://servicosonline.inpi.pt/registos/guia_certificado.pdf) | 2024/05/18 | |

View File

@ -1,13 +0,0 @@
#!/bin/bash
if [ "$(wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" http://www.matriznet.dgpc.pt/matriznet/home.aspx -o /dev/null -O -|grep -i x-shockwave-flash -c)" -eq "0" ]; then
echo "matriznet: incumprimento pode já não existir";
else
echo "matriznet: Incumprimento mantém-se, a actualizar o README (faça um git diff, valide, e commit!)";
while IFS='' read -r line || [[ -n "$line" ]]; do
test $(echo "$line"|grep -v matriznet|wc -l) -eq "1" \
&& echo "$line" \
|| (h=$(echo "$line"|cut -d\| -f1-4); t=$(echo "$line"|cut -d\| -f6-); echo "$h| $(date +%Y/%m/%d) |$t");
done < README.md > new
mv new README.md
fi

View File

@ -1,13 +0,0 @@
#!/bin/bash
if [ "$(wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" http://www.matrizpix.dgpc.pt/matrizpix/home.aspx -o /dev/null -O -|grep -i x-shockwave-flash -c)" -eq "0" ]; then
echo "matrizpix: incumprimento pode já não existir";
else
echo "matrizpix: Incumprimento mantém-se, a actualizar o README (faça um git diff, valide, e commit!)";
while IFS='' read -r line || [[ -n "$line" ]]; do
test $(echo "$line"|grep -v matrizpix|wc -l) -eq "1" \
&& echo "$line" \
|| (h=$(echo "$line"|cut -d\| -f1-4); t=$(echo "$line"|cut -d\| -f6-); echo "$h| $(date +%Y/%m/%d) |$t");
done < README.md > new
mv new README.md
fi