From 7c8bd21ccbca8a3166289ab0e5511cc82d2822aa Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 1 May 2022 22:02:37 +0200 Subject: collection of smaller changes --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 07bcb27..0040006 100644 --- a/README.md +++ b/README.md @@ -78,21 +78,28 @@ matching have been published. No need to monkey_patch and it works well enough. ## Concepts - Router Mojolicious build-in - Configuration INI via Config::Tiny + Logging Mojo::Log + Router Mojolicious::Routes Middleware (auth) Mojo under Controller/Handler Mojolicious::Controller - Templates Mojo format ep - Template helpers Mojolicious->helper - i18n (url rewriting) see 'I18N patch url_for' - Sessions (server side) self developed plug-in + Templates Mojolicious::Renderer (format ep) + Sessions Mojo::Sessions (cookies) and Plugin::ServerSideSessionData Flash Mojo + Validation Mojo::Validator + MIME handling + Static server Mojolicious::Static + Maildir client + Object system Mojo::Base and Role::Tiny + Exceptions + Frontend code + Configuration Plugin::INIConfig Pagination self developed - Validation Mojo - Logging Mojo::Log + I18N Plugin::I18N2 + Debug printing Data::Dumper Development server Mojo - MIME handling + Frontend package manager NPM + Backend package manager CPAN Dependencies -- cgit v1.2.3