From 3b529fa034fdb86882f5f9077c2008d94524413d Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 5 Dec 2024 15:10:37 +0000 Subject: [PATCH] Archive and abandon `laminas-dom` Signed-off-by: George Steel --- .github/workflows/auto-close.yml | 28 ---------------------------- README.md | 1 - mkdocs.yml | 2 +- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .github/workflows/auto-close.yml diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml deleted file mode 100644 index 7ff14b3..0000000 --- a/.github/workflows/auto-close.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Autocloser -on: [issues, pull_request] -jobs: - autoclose: - runs-on: ubuntu-latest - steps: - - name: Autoclose new issues and PRs - uses: roots/issue-closer@v1.1 - with: - repo-token: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }} - issue-pattern: "^exact-string-will-never-match$" - pr-pattern: "^exact-string-will-never-match$" - issue-close-message: | - This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/2b55453e172a1b8c9c4c212be7cf7e7a58b9352c/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-components-to-mark-as-security-only). - If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/). - If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D) - - If you are looking for an actively maintained package alternative, we recommend: - - - [symfony/dom-crawler](https://symfony.com/doc/current/components/dom_crawler.html) - pr-close-message: | - This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/2b55453e172a1b8c9c4c212be7cf7e7a58b9352c/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-components-to-mark-as-security-only). - If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/). - If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D) - - If you are looking for an actively maintained package alternative, we recommend: - - - [symfony/dom-crawler](https://symfony.com/doc/current/components/dom_crawler.html) diff --git a/README.md b/README.md index d676df9..2d89497 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,4 @@ The `Laminas\Dom` component provides tools for working with DOM documents and structures. Currently, we offer `Laminas\Dom\Query`, which provides a unified interface for querying DOM documents utilizing both XPath and CSS selectors. -- File issues at https://github.com/laminas/laminas-dom/issues - Documentation is at https://docs.laminas.dev/laminas-dom diff --git a/mkdocs.yml b/mkdocs.yml index 27ba376..59f5db3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ nav: - Intro: intro.md - "Querying HTML and XML": query.md site_name: laminas-dom (Abandoned) -site_description: laminas-dom (Abandoned) +site_description: Provides tools for working with DOM documents and structures repo_url: 'https://github.com/laminas/laminas-dom' extra: project: Components