Files Description

./lib/Zonemaster/WebBackend/Engine.pm The main module

./script/zonemaster_webbackend.psgi The Plack/PSGI module. The main entry module for a Plack/PSGI server (like Starman)

./lib/Zonemaster/WebBackend/Config.pm The Configuration file abstraction layer

./share/backend_config.ini A sample configuration file

./CodeSnippets/Client.pm ./CodeSnippets/client.pl A sample script and library to communicate with the backend.

./lib/Zonemaster/WebBackend/DB.pm The Database abstraction layer.

./lib/Zonemaster/WebBackend/DB/MySQL.pm The Database abstraction layer MySQL sample backend.

./lib/Zonemaster/WebBackend/DB/SQLite.pm The Database abstraction layer SQLite sample backend.

./lib/Zonemaster/WebBackend/DB/PostgreSQL.pm The Database abstraction layer PostgreSQL backend.

./lib/Zonemaster/WebBackend/Translator.pm The translation module.

./lib/Zonemaster/WebBackend/Runner.pm The JobRunner main module.

./script/execute_zonemaster_P10.pl ./script/execute_zonemaster_P5.pl The scripts to execute tests with differents priorities (application level priorities).

./script/execute_tests.pl The main JobRunner entry point to execute from crontab.

./t/test01.t ./t/test_mysql_backend.pl ./t/test_postgresql_backend.pl ./t/test_runner.pl ./t/test_validate_syntax.t Test files.