diff --git a/README.md b/README.md index 03e549e..2b2f0bd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Esta tabela mostra casos de incumprimento do regulamento: | https://www.portugal2020.pt/ | XLSX | [exemplo](https://www.portugal2020.pt/content/lista-de-operacoes-aprovadas) | 2019/08/18 | 2019/08/11 | | http://azores.gov.pt | Flash, autenticação em HTTP | [conteúdo Flash e autenticação sem HTTPS](http://azores.gov.pt) | 2019/08/18 || | http://www.dgterritorio.pt | cartografia em ecw, CAOP em shapefile | [conteúdo ecw em vez de geotiff](http://www.dgterritorio.pt/cartografia_e_geodesia/cartografia/cartografia_de_base___topografica_e_topografica_de_imagem/serie_cartografica_1500_000/), [CAOP em shapefile](http://www.dgterritorio.pt/cartografia_e_geodesia/cartografia/carta_administrativa_oficial_de_portugal_caop/caop__download_/) | 2019/08/18 || -| https://sig.icnf.pt | Dados SIG disponibilizados por serviços MapServer/FeatureServer proprietários em vez de WMS/WFS | [dados DFCI](https://sigservices.icnf.pt/server/rest/services/DFCI), [dados DFCI_PSF](https://sigservices.icnf.pt/server/rest/services/DFCI_PSF), [dados GSTI](https://sigservices.icnf.pt/server/rest/services/GSTI) | 2019/08/17 || | https://www.inventarios.pt | Obriga à utilização de JAVA ou software que só existe para MAC e Windows | [manual de instalação](https://www.inventarios.pt/documentos/manual_instalacao_gosign_v4.pdf) | 2019/08/18 || Este [template](template.txt) é utilizado pela ANSOL e pela Comunidade LibreOffice Portugal para enviar um pedido de resolução do problema. diff --git a/scripts/33-icnf.sh b/scripts/33-icnf.sh deleted file mode 100755 index 2e399c4..0000000 --- a/scripts/33-icnf.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -# curl first to make sure the pages exist, then grep their contents to see if there's something there other than MapServer or FeatureServer now -curl -s --head https://sigservices.icnf.pt/server/rest/services/DFCI_PSF | head -n 1 | egrep "HTTP/1.[01] [23]..|HTTP/2 [23].." > /dev/null ; naopassa=$? -naopassa=$((naopassa + $(curl -s --head https://sigservices.icnf.pt/server/rest/services/DFCI | head -n 1 | egrep "HTTP/1.[01] [23]..|HTTP/2 [23].." > /dev/null ; echo $?))) -naopassa=$((naopassa + $(curl -s --head https://sigservices.icnf.pt/server/rest/services/GSTI | head -n 1 | egrep "HTTP/1.[01] [23]..|HTTP/2 [23].." > /dev/null ; echo $?))) -naopassa=$((naopassa + $(wget https://sigservices.icnf.pt/server/rest/services/DFCI_PSF -o /dev/null -O - | grep \