Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from gsteel/archive
Browse files Browse the repository at this point in the history
Prepare for Archiving
  • Loading branch information
gsteel authored Nov 21, 2024
2 parents 716ec9b + 83c852b commit 3e3da89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: docs-build

on:
push:
branches:
- master
repository_dispatch:
types: docs-build
release:
types: [published]
workflow_dispatch:

jobs:
build-deploy:
Expand All @@ -14,4 +12,4 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# laminas-config-aggregator-modulemanager

> [!CAUTION]
> This package is **abandoned** and will receive no further development.
>
> See the Technical Steering Committee [meeting minutes](https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2024-11-04-TSC-Minutes.md#archive--abandon-various-legacy-libraries).
> ## 🇷🇺 Русским гражданам
>

Check failure on line 9 in README.md

View workflow job for this annotation

GitHub Actions / QA Checks (README Linting [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Trailing spaces [Expected: 0 or 2; Actual: 1]
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
Expand All @@ -16,14 +21,6 @@
>

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / QA Checks (README Linting [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Trailing spaces [Expected: 0 or 2; Actual: 1]
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"

> 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)

[![Build Status](https://github.com/laminas/laminas-config-aggregator-modulemanager/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-config-aggregator-modulemanager/actions?query=workflow%3A"Continuous+Integration")

Provides an extension to the `laminas/laminas-config-aggregator` so `laminas/laminas-mvc`
modules can be parsed into the new config structure, e.g. for `mezzio/mezzio`
or other projects.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"abandoned": true,
"extra": {
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: laminas-config-aggregator-modulemanager
site_name: laminas-config-aggregator-modulemanager (Abandoned)
docs_dir: docs/book
site_dir: docs/html
nav:
Expand Down

0 comments on commit 3e3da89

Please sign in to comment.