summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-01 22:02:37 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-01 22:02:37 +0200
commit7c8bd21ccbca8a3166289ab0e5511cc82d2822aa (patch)
tree89c77a638ee2c12f3b3a023562ee222d5a8d6324 /README.md
parentc94966aac2f16ca7a6f8c4c8988677515b46a45b (diff)
collection of smaller changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 16 insertions, 9 deletions
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