From 83223991af7900cfb1ff40b925013e5d9c3ca36f Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Wed, 23 Oct 2013 21:16:56 +0200 Subject: [PATCH] --- ExistingProjects/Frontaccounting.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ExistingProjects/Frontaccounting.mdwn b/ExistingProjects/Frontaccounting.mdwn index 98eaf6e..49f4ffa 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.