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

Commit

Permalink
Merge pull request #45 from laminas/abandon
Browse files Browse the repository at this point in the history
Archive and abandon `laminas-progressbar`
  • Loading branch information
gsteel authored Dec 5, 2024
2 parents cb87f8d + 755497a commit f518054
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 40 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/auto-close.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: docs-build
on:
release:
types: [published]
repository_dispatch:
types: docs-build
workflow_dispatch:

jobs:
build-deploy:
Expand All @@ -13,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 }}
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# laminas-progressbar

> [!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).
> ## 🇷🇺 Русским гражданам
>
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
Expand All @@ -16,12 +21,6 @@
>
> 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-progressbar/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-progressbar/actions?query=workflow%3A"Continuous+Integration")

laminas-progressbar is a component to create and update progress bars in different
environments. It consists of a single backend, which outputs the progress through
one of the multiple adapters. On every update, it takes an absolute value and
Expand All @@ -39,9 +38,3 @@ $ composer require laminas/laminas-progressbar
## Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-progressbar/

## Support

- [Issues](https://github.com/laminas/laminas-progressbar/issues/)
- [Chat](https://laminas.dev/chat/)
- [Forum](https://discourse.laminas.dev/)
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"abandoned": true,
"config": {
"sort-packages": true,
"platform": {
Expand Down
14 changes: 14 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nav:
- Intro: intro.md
- Adapters: adapters.md
- "File Upload Handlers": upload.md
site_name: laminas-progressbar
site_name: laminas-progressbar (Abandoned)
site_description: "Create and update progress bars in different environments"
repo_url: 'https://github.com/laminas/laminas-progressbar'
extra:
Expand Down

0 comments on commit f518054

Please sign in to comment.