From e1f442f3773a2677c56d825660be63b6a5cd2079 Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Sun, 19 May 2024 11:21:49 +0100 Subject: [PATCH] resolvidos: matriznet deixou de existir, matrizpix largou flash --- .github/workflows/scripts.yml | 2 -- README.md | 2 -- scripts/23-matriznet.sh | 13 ------------- scripts/24-matrizpix.sh | 13 ------------- 4 files changed, 30 deletions(-) delete mode 100755 scripts/23-matriznet.sh delete mode 100755 scripts/24-matrizpix.sh diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index e58a77b..5c730e8 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -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" diff --git a/README.md b/README.md index 71cb180..a0d96fc 100644 --- a/README.md +++ b/README.md @@ -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 | | diff --git a/scripts/23-matriznet.sh b/scripts/23-matriznet.sh deleted file mode 100755 index ce18352..0000000 --- a/scripts/23-matriznet.sh +++ /dev/null @@ -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 diff --git a/scripts/24-matrizpix.sh b/scripts/24-matrizpix.sh deleted file mode 100755 index 2dcb18b..0000000 --- a/scripts/24-matrizpix.sh +++ /dev/null @@ -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