diff --git a/ExistingProjects/Frontaccounting.mdwn b/ExistingProjects/Frontaccounting.mdwn index 98eaf6e5911a18b9e47870b16288c0f4bd2f3751..49f4ffac9677f587ec0aa59e7fb45d14c18e7ab6 100644 --- a/ExistingProjects/Frontaccounting.mdwn +++ b/ExistingProjects/Frontaccounting.mdwn @@ -8,6 +8,7 @@ - PHP - MySQL +- GPLv3 or later ## Preliminary evaluation @@ -19,4 +20,5 @@ ### Negative -- [Somewhat outdated design](https://my.frontaccounting.com/index.php/register.php) +- It seems to be built from scratch and not leverage any frameworks. +- Seems like a messy codebase: Table-based design. No templating, HTML is `echo`-ed to stdout.