Skip to content

Commit 6bdc882

Browse files
Merge pull request #264 from ContentsViewer/develop
update docs
2 parents ba8a81c + 80d48ec commit 6bdc882

File tree

6 files changed

+28
-30
lines changed

6 files changed

+28
-30
lines changed

Frontend/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Frontend
2+
3+
The Frontend is called from `index.php`.
4+
5+
The Frontend uses the Modules, Services and Clients.
6+
7+
The Frontend provides the page.

Frontend/readme.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

Module/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Module
2+
3+
The Module includes the class and functions.
4+
5+
The Module should run without a system.
6+
7+
The Module must not do anything by executing as php.
8+
9+
The Modules can include and use other modules.
10+
11+
If system configuration is required, the Module can load the configuration script `ContentsPlanet.php`.

Module/readme.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

Service/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Service
2+
3+
The Service executes the predefined tasks when accessed externally.
4+
In many cases, it will be accessed via the POST method.
5+
6+
The Service can use the Modules.
7+
8+
The Service should run without a system (not as much as a module).
9+
10+
As with the modules, if system configuration is required, the Service can load the configuration script `ContentsPlanet.php`.

Service/readme.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)