Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const config = {
theme: {
customCss: './src/css/custom.css',
},
googleTagManager: {
containerId: 'GTM-5PVZSCQ6'
},
}),
],
],
Expand Down Expand Up @@ -137,6 +140,10 @@ const config = {
label: 'Blog',
to: '/blog',
},
{
label: 'Maintenance status',
to: '/maintenance-status',
},
{
label: 'GitHub',
href: 'https://github.com/LM-Commons',
Expand All @@ -150,13 +157,14 @@ const config = {
label: 'Disclaimer',
to: 'disclaimer',
},
/*
{
label: 'Privacy',
to: 'privacy',
},

*/
{
label: 'Cookies Policy',
to: 'cookies-policy',
},
],
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/pages/cookies-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Cookies Policy

# Cookies Policy

*Effective Date: August 1st, 2024*
*Effective Date: December 1st, 2025*

Cookies are small pieces of text used to store information on web browsers.
Cookies are used to store and receive identifiers and other information on computers, phones and other devices.
Expand All @@ -16,7 +16,7 @@ We use cookies to provide you with our open source websites and any content, rel
and services (e.g. apps, tutorials, access to resources, etc.) made available to you on this website, or any other
website that links to this Cookie Policy (collectively, the"Website").
This policy explains how we use cookies and the choices you have.
Except as otherwise stated in this policy, the Privacy Policy will apply to our processing of the data we collect
Except as otherwise stated in this policy, the [Privacy Policy](/privacy) will apply to our processing of the data we collect
via cookies.

For clarity, this Cookies Policy only applies to this Website and does not apply to any:
Expand Down
4 changes: 2 additions & 2 deletions src/pages/disclaimer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Disclaimer
# Notices and Disclaimers
This is not an official Laminas Project organization.

Issues and questions related to the Laminas MVC and components
should be addressed to the Laminas Project organisation.
Issues and questions related to the Laminas Mezzio, MVC and components
should be addressed to the Laminas Project organization.

Laminas is a trademark of the Laminas Project, a Series of LF Projects, LLC.
27 changes: 27 additions & 0 deletions src/pages/maintenance-status.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Maintenance Status
---

# Current Maintenance Status of LM Commons packages

The page below intends to provide a fast, accessible way to examine every package
at a glance. The page is automatically refreshed and is publicly available.

Below is the meaning of each status:

- **Active**: The repository is actively being supported
- **Maintenance Only**: The repository is only receiving support for bugs and security features
- **Security Only**: The repository is only receiving critical security support
- **Abandoned**: The repository is no longer being actively maintained

| Package | Stable Version | Maintenance Status |
|------------|--------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [LmcRbac](https://github.com/lm-commons/lmcrbac) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-rbac?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmcrbac%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=green) |
| [LmcAuthentication](https://github.com/lm-commons/lmc-authentication) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-authentication?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmc-authentication%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=green) |
| [LmcRbacMezzio](https://github.com/lm-commons/lmc-rbac-mezzio) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-rbac-mezzio?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmc-rbac-mezzio%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=green) |
| [LmcUserRepository](https://github.com/lm-commons/lmc-user-repository) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-user-repository?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmc-user-repository%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=green) |
| [LmcUser](https://github.com/lm-commons/lmcuser) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-user?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmcuser%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=yellow) |
| [LmcRbacMvc](https://github.com/lm-commons/lmcrbacmvc) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-rbac-mvc?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmcrbacmvc%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=yellow) |
| [LmcCors](https://github.com/lm-commons/lmccors) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-cors?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmccors%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=yellow) |
| [LmcAdmin](https://github.com/lm-commons/lmcadmin) | ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-admin?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmcadmin%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=yellow) |
| [LmcMail](https://github.com/lm-commons/lmcmail)| ![Packagist Version](https://img.shields.io/packagist/v/lm-commons/lmc-mail?label=%20) | ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmcmail%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=%20&color=red) |
Loading