diff --git a/docusaurus.config.js b/docusaurus.config.js index 51ca039..2f82c12 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -60,6 +60,9 @@ const config = { theme: { customCss: './src/css/custom.css', }, + googleTagManager: { + containerId: 'GTM-5PVZSCQ6' + }, }), ], ], @@ -137,6 +140,10 @@ const config = { label: 'Blog', to: '/blog', }, + { + label: 'Maintenance status', + to: '/maintenance-status', + }, { label: 'GitHub', href: 'https://github.com/LM-Commons', @@ -150,13 +157,14 @@ const config = { label: 'Disclaimer', to: 'disclaimer', }, - /* { label: 'Privacy', to: 'privacy', }, - - */ + { + label: 'Cookies Policy', + to: 'cookies-policy', + }, ], } ], diff --git a/src/pages/cookies-policy.md b/src/pages/cookies-policy.md index 762181b..3444289 100644 --- a/src/pages/cookies-policy.md +++ b/src/pages/cookies-policy.md @@ -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. @@ -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: diff --git a/src/pages/disclaimer.md b/src/pages/disclaimer.md index 42673e5..ae5b942 100644 --- a/src/pages/disclaimer.md +++ b/src/pages/disclaimer.md @@ -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. \ No newline at end of file diff --git a/src/pages/maintenance-status.mdx b/src/pages/maintenance-status.mdx new file mode 100644 index 0000000..f5da504 --- /dev/null +++ b/src/pages/maintenance-status.mdx @@ -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) | \ No newline at end of file diff --git a/src/pages/privacy.md b/src/pages/privacy.mdx similarity index 70% rename from src/pages/privacy.md rename to src/pages/privacy.mdx index fc4a6d8..28ce2b9 100644 --- a/src/pages/privacy.md +++ b/src/pages/privacy.mdx @@ -4,7 +4,7 @@ title: Privacy Policy # Privacy Policy -*Last updated: August 1, 2024* +*Last updated: December 1st, 2025* This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You. @@ -23,7 +23,7 @@ For the purposes of this Privacy Policy: - **Affiliate** means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority. -- **Company** (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to LM-Commons. +- **Organization** (referred to as either "the Organization", "We", "Us" or "Our" in this Agreement) refers to the LM-Commons organization on GitHub. - **Cookies** are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses. @@ -35,13 +35,13 @@ For the purposes of this Privacy Policy: - **Service** refers to the Website. -- **Service Provider** means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used. +- **Service Provider** means any natural or legal person who processes the data on behalf of the Organization. It refers to third-party companies or individuals employed by the Organization to facilitate the Service, to provide the Service on behalf of the Organization, to perform services related to the Service or to assist the Organization in analyzing how the Service is used. - **Usage Data** refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit). -- **Website** refers to LM-Commons, accessible from https:lm-commons.github.io +- **Website** refers to LM-Commons, accessible from https://lm-commons.github.io -- **You** means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. +- **You** means the individual accessing or using the Service, or the Organization, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. ## Collecting and Using Your Personal Data @@ -60,7 +60,7 @@ We may also collect information that Your browser sends whenever You visit our S We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include: - **Cookies or Browser Cookies.** A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies. -- **Web Beacons.** Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity). +- **Web Beacons.** Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Organization, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity). Cookies can be "Persistent" or "Session" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. Learn more about cookies on the Privacy Policies website article. We use both Session and Persistent Cookies for the purposes set out below: @@ -87,9 +87,9 @@ The Company may use Personal Data for the following purposes: - **To provide and maintain our Service**, including to monitor the usage of our Service. -- **To manage Your Account:** to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user. +{/* - **To manage Your Account:** to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user. */} -- **For the performance of a contract:** the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service. +{/* - **For the performance of a contract:** the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service. */} - **To contact You:** To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application's push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation. @@ -97,7 +97,7 @@ The Company may use Personal Data for the following purposes: - **To manage Your requests:** To attend and manage Your requests to Us. -- **For business transfers:** We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred. +{/* - **For business transfers:** We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred. */} - **For other purposes**: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience. @@ -105,34 +105,35 @@ The Company may use Personal Data for the following purposes: We may share Your personal information in the following situations: - **With Service Providers:** We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You. -- **For business transfers:** We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company. -- **With Affiliates:** We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us. +{/* - **For business transfers:** We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another Organization. */} +- **With Affiliates:** We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates may include owners of the Organization and companies that are under the control of the Organization's owners. +{/* Affiliates include Our parent Organization and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us. */} - **With business partners:** We may share Your information with Our business partners to offer You certain products, services or promotions. - **With other users:** when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside. - **With Your consent**: We may disclose Your personal information for any other purpose with Your consent. ### Retention of Your Personal Data -The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies. -The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods. +The Organization will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies. +The Organization will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods. ### Transfer of Your Personal Data -Your information, including Personal Data, is processed at the Company's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction. +Your information, including Personal Data, is processed at the Organization's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction. Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer. -The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information. +The Organization will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information. ### Delete Your Personal Data -You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You. +You have the right to request that We assist in deleting the Personal Data that We have collected about You. Our Service may give You the ability to delete certain information about You from within the Service. You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us. Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so. ### Disclosure of Your Personal Data -#### Business Transactions -If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy. +{/* #### Business Transactions */} +{/* If the Organization is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy. */} #### Law enforcement -Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency). +Under certain circumstances, the Organization may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency). #### Other legal requirements -The Company may disclose Your Personal Data in the good faith belief that such action is necessary to: +The Organization may disclose Your Personal Data in the good faith belief that such action is necessary to: - Comply with a legal obligation -- Protect and defend the rights or property of the Company +- Protect and defend the rights or property of the Organization - Prevent or investigate possible wrongdoing in connection with the Service - Protect the personal safety of Users of the Service or the public - Protect against legal liability