mirror of
https://github.com/marado/RNID.git
synced 2025-02-01 06:52:05 +00:00
SEF: agora com script de teste
This commit is contained in:
parent
812bda421e
commit
6ea8435d6f
@ -44,7 +44,7 @@ Esta tabela mostra casos de incumprimento do regulamento:
|
||||
| http://www.institutogamapinto.com/ | Flash | [página com conteúdo Flash](http://www.institutogamapinto.com/) | 2020/03/10 ||
|
||||
| https://siac.vet/ | Acessibilidade | [página não cumpre com WCAG 2.0](https://siac.vet/) | 2020/03/10 ||
|
||||
| http://www.estradas.pt | Flash | [página com conteúdo Flash para alguns browsers](http://www.estradas.pt/index) | 2020/03/10 | 2019/11/06 |
|
||||
| https://www.sef.pt/ | Documentos em .doc | [Documentos em .doc no final da página (anunciados como .pdf)](https://www.sef.pt/pt/pages/conteudo-detalhe.aspx?nID=73) | 2020/03/12 | 2019/03/12 |
|
||||
| https://www.sef.pt/ | Documentos em .doc | [Documentos em .doc no final da página (anunciados como .pdf)](https://www.sef.pt/pt/pages/conteudo-detalhe.aspx?nID=73) | 2020/03/12 ||
|
||||
|
||||
Este [template](template.txt) é utilizado pela ANSOL e pela Comunidade LibreOffice Portugal para enviar um pedido de resolução do problema.
|
||||
|
||||
|
15
scripts/40-sef.sh
Executable file
15
scripts/40-sef.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
wget "https://www.sef.pt/pt/pages/conteudo-detalhe.aspx?nID=73" -o /dev/null -O -|grep PDF > SEF
|
||||
if [ ! "$(diff SEF scripts/40/SEF|wc -l)" -eq "0" ]; then
|
||||
echo "SEF: incumprimento pode já não existir";
|
||||
else
|
||||
echo "SEF: 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 -c "sef.pt")" -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
|
||||
rm SEF
|
2
scripts/40/SEF
Normal file
2
scripts/40/SEF
Normal file
@ -0,0 +1,2 @@
|
||||
<strong>MINUTA PARA AUTORIZAÇÃO DE SAÍDA DE TERRITÓRIO NACIONAL DE MENOR NACIONAL (legalmente certificada - a certificação pode ser efectuada em registos notariais, em solicitadores, em advogados ou nas embaixadas/consulados portugueses no estrangeiro)</strong> (<a href="/pt/Documents/AUTORIZACAO%20DE%20SAIDA%20DE%20MENORES%20DE%20TERRITORIO%20NACIONAL.doc">PDF</a>)<br><br></p><p style="text-align:justify;">
|
||||
<strong>MINUTA PARA AUTORIZAÇÃO DE SAÍDA DE TERRITÓRIO NACIONAL DE MENOR ESTRANGEIRO RESIDENTE EM PORTUGAL (legalmente certificada - a certificação pode ser efectuada em registos notariais, em solicitadores, em advogados ou nas embaixadas/consulados portugueses no estrangeiro)</strong> (<a href="/pt/Documents/AUTORIZACAO%20DE%20SAIDA%20DE%20MENORES%20DE%20TERRITORIO%20NACIONAL.doc">PDF</a>)<br></p>
|
Loading…
Reference in New Issue
Block a user