8708cff55d
We were actually running wget and letting the user see the output... and get its error code, which is quite fine in a manual run, but messes with the automatic running of these scripts. Now, we still do wget and validate its error code, but instead the script then does its business as usual (and hopefully this fixes our cron'ed GA). This patch also changes the time at which the scheduled cronjob runs, just because it is still once a day, which is what we want, and will give us still a run today (so we can have it run with this change sooner rather than later). |
||
---|---|---|
.github/workflows | ||
RNID | ||
scripts | ||
_config.yml | ||
LICENSE | ||
README.md | ||
RNID.md | ||
rnid.rb | ||
template.txt |
Esta lista, regularmente actualizada, regista ocorrências ou reportadas à ANSOL, ou observadas pela ANSOL, de sítios web que não usam Normas Abertas, como especificado na Lei das Normas Abertas.
Mais informação sobre a Lei das Normas Abertas no site da ANSOL. As normas no RNID também se encontram listadas aqui.
Na eventualidade de teres encontrado incumprimento das Normas Abertas, podes reportar da seguinte forma, abrir um issue no github, ou enviares um email para contacto@ansol.org.
Ocorrências de incumprimento
Esta tabela mostra casos de incumprimento do regulamento:
Este template é utilizado pela ANSOL e pela Comunidade LibreOffice Portugal para enviar um pedido de resolução do problema.
Para correr todos os scripts de validação de uma só vez, pode-se fazer:
$ for i in {01..49}; do bash scripts/$i-*sh ; done
Lista de requisitos para correr os scripts:
- curl
- html-xml-utils
- wget
Em Debian/Ubuntu pode resolver-se com:
$ sudo apt install curl html-xml-utils wget