From 4256be3bca135549bec3288b41a8652d7446bf09 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Wed, 5 Aug 2020 16:14:50 +0100 Subject: [PATCH] Usa RNID em vez de rnid --- rnid.md => RNID.md | 0 {rnid => RNID}/tabela1.yml | 0 {rnid => RNID}/tabela2.yml | 0 {rnid => RNID}/tabela3.yml | 0 {rnid => RNID}/tabela4.yml | 0 {rnid => RNID}/tabela5.yml | 0 {rnid => RNID}/tabela6.yml | 0 {rnid => RNID}/tabela7.yml | 0 {rnid => RNID}/tabela8.yml | 0 {rnid => RNID}/tabela9.yml | 0 rnid.rb | 18 +++++++++--------- 11 files changed, 9 insertions(+), 9 deletions(-) rename rnid.md => RNID.md (100%) rename {rnid => RNID}/tabela1.yml (100%) rename {rnid => RNID}/tabela2.yml (100%) rename {rnid => RNID}/tabela3.yml (100%) rename {rnid => RNID}/tabela4.yml (100%) rename {rnid => RNID}/tabela5.yml (100%) rename {rnid => RNID}/tabela6.yml (100%) rename {rnid => RNID}/tabela7.yml (100%) rename {rnid => RNID}/tabela8.yml (100%) rename {rnid => RNID}/tabela9.yml (100%) diff --git a/rnid.md b/RNID.md similarity index 100% rename from rnid.md rename to RNID.md diff --git a/rnid/tabela1.yml b/RNID/tabela1.yml similarity index 100% rename from rnid/tabela1.yml rename to RNID/tabela1.yml diff --git a/rnid/tabela2.yml b/RNID/tabela2.yml similarity index 100% rename from rnid/tabela2.yml rename to RNID/tabela2.yml diff --git a/rnid/tabela3.yml b/RNID/tabela3.yml similarity index 100% rename from rnid/tabela3.yml rename to RNID/tabela3.yml diff --git a/rnid/tabela4.yml b/RNID/tabela4.yml similarity index 100% rename from rnid/tabela4.yml rename to RNID/tabela4.yml diff --git a/rnid/tabela5.yml b/RNID/tabela5.yml similarity index 100% rename from rnid/tabela5.yml rename to RNID/tabela5.yml diff --git a/rnid/tabela6.yml b/RNID/tabela6.yml similarity index 100% rename from rnid/tabela6.yml rename to RNID/tabela6.yml diff --git a/rnid/tabela7.yml b/RNID/tabela7.yml similarity index 100% rename from rnid/tabela7.yml rename to RNID/tabela7.yml diff --git a/rnid/tabela8.yml b/RNID/tabela8.yml similarity index 100% rename from rnid/tabela8.yml rename to RNID/tabela8.yml diff --git a/rnid/tabela9.yml b/RNID/tabela9.yml similarity index 100% rename from rnid/tabela9.yml rename to RNID/tabela9.yml diff --git a/rnid.rb b/rnid.rb index 6157d3e..f81bb19 100755 --- a/rnid.rb +++ b/rnid.rb @@ -40,28 +40,28 @@ def yml2md(filename) end puts "## Formato de dados, incluindo código de carateres, formato de som e imagens (fixas e animadas), audiovisuais, dados gráficos e de pré -impressão" -yml2md("rnid/tabela1.yml") +yml2md("RNID/tabela1.yml") puts "## Formato de documentos (estruturados e não estruturados) e gestão de conteúdos, incluindo gestão documental" -yml2md("rnid/tabela2.yml") +yml2md("RNID/tabela2.yml") puts "## Tecnologias de interface web, incluindo acessibilidade, ergonomia, compatibilidade e integração de serviços" -yml2md("rnid/tabela3.yml") +yml2md("RNID/tabela3.yml") puts "## Protocolos de streaming ou transmissão de som e imagens animadas em tempo real, incluindo o transporte e distribuição de conteúdos e os serviços ponto a ponto" -yml2md("rnid/tabela4.yml") +yml2md("RNID/tabela4.yml") puts "## Protocolos de correio eletrónico, incluindo acesso a conteúdos e extensões e serviços de mensagem instantânea" -yml2md("rnid/tabela5.yml") +yml2md("RNID/tabela5.yml") puts "## Sistemas de informação geográfica, incluindo cartografia, cadastro digital, topografia e modelação" -yml2md("rnid/tabela6.yml") +yml2md("RNID/tabela6.yml") puts "## Especificações técnicas e protocolos de comunicação em redes informáticas" -yml2md("rnid/tabela7.yml") +yml2md("RNID/tabela7.yml") puts "## Especificações técnicas e protocolos de integração, troca de dados e orquestração de processos de negócio na integração interorganismos" -yml2md("rnid/tabela8.yml") +yml2md("RNID/tabela8.yml") puts "## Especificações técnicas e protocolos de integração, troca de dados e orquestração de processos de negócio na integração interorganismos " -yml2md("rnid/tabela9.yml") +yml2md("RNID/tabela9.yml")