Updated Project Architecture (markdown)

Risto Lahtela 2021-02-23 13:35:55 +02:00
parent 780d17abf1
commit 6d65fc80a1
1 changed files with 1 additions and 2 deletions

@ -120,12 +120,11 @@ Package | Role
`utilities.html.icon` | Deprecated. APIv4 html utilities
`utilities.java` | Java language extending utilities
`utilities.logging` | Error logging code
`version` | System that checks for new version
# Abstraction layer for platforms
Different server platforms offer more or less the same sort of functionality, but with a different API. This is why in Plan some of it is abstracted away with [Abstract Plugin Framework](https://github.com/Rsl1122/Abstract-Plugin-Framework).
Different server platforms offer more or less the same sort of functionality, but with a different API. This is why in Plan some of it is abstracted away with [Abstract Plugin Framework](https://github.com/AuroraLS3/Abstract-Plugin-Framework).
This is mostly limited to Task scheduling and logging.