Skip to content

Commit

Permalink
Update description documentation file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdybedahl committed Mar 16, 2015
1 parent d39921a commit 7e3fcb7
Showing 1 changed file with 32 additions and 41 deletions.
73 changes: 32 additions & 41 deletions Doc/files-description.md
@@ -1,58 +1,49 @@
# Files Description

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

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

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

./backend_config.ini
A sample configuration file
./share/backend_config.ini
A sample configuration file

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

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

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

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

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

./ZonemasterDB/CouchDB.pm
The Database abstraction layer PostgreSQL sample backend.
./lib/Zonemaster/WebBackend/Translator.pm
The translation module.

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

./JobRunner/README.txt
The JobRunner module description file.
./script/execute_zonemaster_P10.pl
./script/execute_zonemaster_P5.pl
The scripts to execute tests with differents priorities (application level priorities).

./JobRunner/Runner.pm
The JobRunner main module.

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

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

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

Test files.

0 comments on commit 7e3fcb7

Please sign in to comment.