From 331a9bf6b979c9fac1b8ec9f5e8621c53e5b1bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20O=C5=A1=C4=8D=C3=A1dal?= Date: Tue, 28 Jan 2020 10:38:53 +0100 Subject: [PATCH] minor update --- README.md | 17 ++++++++++++----- REVISIONS | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f66359b9..b647dbad 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Components: * **CakePHP cache** library * **Halite** encrypted cookies * **Markdown** library -* **NEON** library +* **NE-ON** library * **Nette Tracy** debugger * **Alto Router** * **monolog** logging @@ -28,11 +28,11 @@ Components: * support for **Google Cloud Platform** * support for **PHP Google Analytics** -Model View Presenter architectural pattern: +Architecture: -* **Model** = multidimensional data array -* **View** = mustache template -* **Presenter** = Singleton extending abstract presenter +* **Model** = multi-dimensional data array +* **View** = mustache templates +* **Presenter** = Singleton presenters extending abstract presenter API calls examples: @@ -52,6 +52,13 @@ Configuration: * **config_private.neon** - private configuration * **app/router.neon** - routing table +How to: + +* **./INSTALL.sh** - installer +* **./UPDATE.sh** - updater +* **./cli.sh doctor** - installation doctor +* **./cli.sh local** - local integration test + License: **MIT** * app: **[https://mini.gscloud.cz](https://mini.gscloud.cz)** diff --git a/REVISIONS b/REVISIONS index 878d5a02..c748b568 100644 --- a/REVISIONS +++ b/REVISIONS @@ -1 +1 @@ -146 +147