Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Frontend

The Frontend is called from `index.php`.

The Frontend uses the Modules, Services and Clients.

The Frontend provides the page.
6 changes: 0 additions & 6 deletions Frontend/readme.txt

This file was deleted.

11 changes: 11 additions & 0 deletions Module/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Module

The Module includes the class and functions.

The Module should run without a system.

The Module must not do anything by executing as php.

The Modules can include and use other modules.

If system configuration is required, the Module can load the configuration script `ContentsPlanet.php`.
13 changes: 0 additions & 13 deletions Module/readme.txt

This file was deleted.

10 changes: 10 additions & 0 deletions Service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Service

The Service executes the predefined tasks when accessed externally.
In many cases, it will be accessed via the POST method.

The Service can use the Modules.

The Service should run without a system (not as much as a module).

As with the modules, if system configuration is required, the Service can load the configuration script `ContentsPlanet.php`.
11 changes: 0 additions & 11 deletions Service/readme.txt

This file was deleted.