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

Commit

Permalink
Archive and abandon laminas-text
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Dec 5, 2024
1 parent 6e9a39b commit acffa13
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 41 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.

6 changes: 2 additions & 4 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,5 +12,4 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
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-text

> [!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 @@ -19,8 +24,6 @@
> 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-text/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-text/actions?query=workflow%3A"Continuous+Integration")

`Laminas\Text` is a component to work on text strings. It contains the subcomponents:

- `Laminas\Text\Figlet` that enables developers to create a so called FIGlet text.
Expand All @@ -44,9 +47,3 @@ composer require laminas/laminas-text
## Documentation

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

## Support

- [Issues](https://github.com/laminas/laminas-text/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
8 changes: 4 additions & 4 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 @@ -4,7 +4,7 @@ nav:
- Home: index.md
- Figlets: figlet.md
- Tables: table.md
site_name: laminas-text
site_name: laminas-text (Abandoned)
site_description: "Create FIGlets and text-based tables"
repo_url: 'https://github.com/laminas/laminas-text'
extra:
Expand Down

0 comments on commit acffa13

Please sign in to comment.