partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6e55ba6688b600b94dc86f7b152ad0785c72326e
parent d3f4153f704093ae9c837323ddf6ede59b8aa54c
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sun,  1 Nov 2015 14:14:45 +0100

Delete ARCHITECTURE
Diffstat:
Ddocumentation/ARCHITECTURE | 23-----------------------
1 file changed, 0 insertions(+), 23 deletions(-)

diff --git a/documentation/ARCHITECTURE b/documentation/ARCHITECTURE @@ -1,22 +0,0 @@ -PartKeepr is based on current technologies. - -PHP -=== - -On the PHP side, we use namespaces as well as the following 3rd-party projects: - -* Doctrine2 as ORM -* ImageMagick for image converting - -All functionality is encapsulated in service calls, which are primarly used with the ExtJS frontend, but you can also -use these calls to implement your own automation / html-only frontend (see below). - -JavaScript -========== - -On the frontend side, we use ExtJS as GUI. - -HTML-only frontend -================== - -Although we currently don't have a plain HTML frontend, it can be added since we use a service architecture.- \ No newline at end of file