diff --git a/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig b/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig index 3d95765b..12e78555 100644 --- a/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig +++ b/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig @@ -1,51 +1,41 @@ {% extends '@layout/blog-post.html.twig' %} {% block body %} -
The name Dotkernel symbiotically combines the string Dot, as a representation of the Internet, and Kernel, the quintessential components of any IT application.
+In other words, Dotkernel aims to become the starting point for development Internet applications and hence ensure increased development productivity and run-time performance.
-It is tight coupled with Zend Framework 1 , and add a set of custom or -external features (such as Router, Template Engine, etc.). +Dotkernel 1 was a PHP Application Framework, built on top of Zend Framework 1 (ZF1).
-Latest version is 1.8 Long Term Support. -Will no be released a new version anymore, only bugfixes. -It had the first public release in July 2010. + It was tightly coupled with Zend Framework 1 and adds a set of custom or external features (such as Router, Template Engine, etc.). + It was composed of Zend Framework 1 and a set of custom or external features (such as Router, Template Engine, etc.). + Dotkernel 1 architecture was based on MVC.
-It is composed of a set of custom and extended Zend Framework 3 components. +The latest version is 1.8 Long Term Support. + It will not be getting any new releases or bugfixes because Zend Framework 1 is also not supported. + If you are still using either Dotkernel 1 or Zend Framework 1, you need to refactor your code to the Dotkernel Headless Platform.
-Dotkernel 3 architecture is based on Middleware. - -Dotkernel implements the following PSR's: PSR-1, PSR-2, PSR-4, PSR-7, PSR-11. +A collection of PSR-15 Middleware applications built on top of the Mezzio microframework. + It is composed of a set of custom and extended Laminas components.
+Dotkernel architecture is based on Middleware. + Dotkernel implements the following PSR's, where applicable: PSR-7, PSR-11, PSR-15, PSR-3, PSR-4, PSR-6, PSR-13, PSR-14, PSR-17, PSR-18, PSR-20.
-Since the release of Dotkernel 3, is reffered to as Dotkernel 3 or Dotkernel. +Currently, there are three applications:
-All future references to Dotkernel 1 will be explicitly made. -- API
+ - Admin
+ - Queue
In posts older than 2017 Dotkernel 1 was referred to as Dotkernel because it was the only Dotkernel version. + Since the release of newer versions, we have dropped the number at the end, so currently we refer to our platform as 'Dotkernel'.
It combines "Dot", as a representation of the Internet, with "Kernel", the quintessence of any IT application, reflecting the aim of being a central part of Internet development.
+It combines "Dot", as a representation of the Internet, with "kernel", the quintessence of any IT application, reflecting the aim of being a central part of Internet development.
A collection of PSR-7 Middleware applications built on top of the Zend Expressive microframework, composed of a set of custom and extended Zend Framework 3 components, with an architecture based on Middleware. It implements PSR-1, PSR-2, PSR-4, PSR-7, and PSR-11.
+A collection of PSR-15 Middleware applications built on top of the Mezzio microframework. It implements PSR-7, PSR-11, PSR-15, PSR-3, PSR-4, PSR-6, PSR-13, PSR-14, PSR-17, PSR-18, PSR-20.
At the time of the article, there were two available applications, Frontend and Admin, with a third one, API, under development.
+At the time of the article, there were three available applications, API, Admin and Queue.