versão 2020 contém:
- (2019). versão FCUL baseada no estilo, estrutura e componente dinâmica da versão original desenvolvida no projeto WAI-Tools
- (2020). novo design concebido por AlfaMind para integração no acessibilidade.gov (formulário dividido por páginas)
pt-PT
Gerador da Declaração de Acessibilidade e Usabilidade
Copiar todos os ficheiros, excepto os dentro da pasta servidor
, para o servidor Web que irá servir o Gerador.
No ficheiro js/generator.js
atualizar a variável fetchServer
para apontar para o endereço onde é disponibilizado o serviço de carregamento de declarações de acessibilidade a partir de um URL.
Copiar o ficheiro servidor/server.js
para o local onde será executado este serviço.
No ficheiro servidor/server.js
configurar o valor das constantes:
hostname
: endereço do serviço (deve coincidir com o indicado emfetchServer
no gerador)port
: porto do serviço (deve coincidir com o indicado emfetchServer
no gerador)origin
: endereço (incluindo porto se for necessário) da máquina onde é disponibilizado o Gerador (de onde vêm os pedidos a este serviço)
Executar o serviço correndo
node server.js
EN
Generator of Accessibility and Usability Statement
Copy all the files, except those inside the server
folder, to the Web server that will serve the Generator.
In the js / generator.js
file, update the fetchServer
variable to point to the address where the accessibility statement loading service is available from a URL.
Copy the file server / server.js
to the location where this service will be executed.
In the server / server.js
file set the value of the constants:
hostname
: service address (must match the one indicated infetchServer
in the generator)port
: service port (must match the one indicated infetchServer
in the generator)origin
: address (including port if necessary) of the machine where the Generator is made available (where requests for this service come from)
Run the service using the command
node server.js