diff --git a/public/llms-full.txt b/public/llms-full.txt index 5b13938..4c127a9 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -34,7 +34,7 @@ keywords: ["headless platform", "PHP", "Mezzio", "Laminas", "PSR-15 middleware", ## TL;DR -Dotkernel is a collection of open-source PHP application skeletons built on Mezzio and Laminas, licensed BSD-3-Clause. +Dotkernel is a collection of open-source PHP application skeletons built on Mezzio and Laminas, licensed MIT. Its headless platform combines three components — **API**, **Admin**, and **Queue** — that can be adopted separately or together. Two additional skeletons, **Light** and **Frontend**, stand outside the platform for simpler or frontend-only use cases. @@ -44,7 +44,7 @@ Two additional skeletons, **Light** and **Frontend**, stand outside the platform |---|---| | Runtime | Mezzio + Laminas | | Standards | PSR-7, PSR-11, PSR-15 | -| License | BSD-3-Clause | +| License | MIT | | Router | FastRoute | | Response | Diactoros | | Maintainer | Apidemia | diff --git a/public/md-articles/index.md b/public/md-articles/index.md index 40132ec..8309ce7 100644 --- a/public/md-articles/index.md +++ b/public/md-articles/index.md @@ -30,7 +30,7 @@ keywords: ["headless platform", "PHP", "Mezzio", "Laminas", "PSR-15 middleware", ## TL;DR -Dotkernel is a collection of open-source PHP application skeletons built on Mezzio and Laminas, licensed BSD-3-Clause. +Dotkernel is a collection of open-source PHP application skeletons built on Mezzio and Laminas, licensed MIT. Its headless platform combines three components — **API**, **Admin**, and **Queue** — that can be adopted separately or together. Two additional skeletons, **Light** and **Frontend**, stand outside the platform for simpler or frontend-only use cases. @@ -40,7 +40,7 @@ Two additional skeletons, **Light** and **Frontend**, stand outside the platform |---|---| | Runtime | Mezzio + Laminas | | Standards | PSR-7, PSR-11, PSR-15 | -| License | BSD-3-Clause | +| License | MIT | | Router | FastRoute | | Response | Diactoros | | Maintainer | Apidemia | diff --git a/src/App/templates/JSON-LD/index.jsonld.twig b/src/App/templates/JSON-LD/index.jsonld.twig index 50396ef..b1db64a 100644 --- a/src/App/templates/JSON-LD/index.jsonld.twig +++ b/src/App/templates/JSON-LD/index.jsonld.twig @@ -1,26 +1,28 @@ +{% set organizationId = app.baseUrl ~ '/#organization' %}