mirror of
https://codeberg.org/forgejo-contrib/delightful-forgejo.git
synced 2024-11-22 04:11:00 -05:00
Forgejo emoji: use absolute URL and empty alt value
This commit is contained in:
parent
106d02f050
commit
dff48adf8d
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -28,25 +28,25 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
Emoji for each entry provide additional information on project status:
|
Emoji for each entry provide additional information on project status:
|
||||||
- ![forgejo] = official Forgejo resources
|
- ![][forgejo] = official Forgejo resources
|
||||||
- 👻 = inactive for over a year, or officially abandoned
|
- 👻 = inactive for over a year, or officially abandoned
|
||||||
<!-- when adding unmaintained status to an entry, please move it to the end of its section of the list -->
|
<!-- when adding unmaintained status to an entry, please move it to the end of its section of the list -->
|
||||||
|
|
||||||
## Official resources
|
## Official resources
|
||||||
Resources maintained as part of the primary Forgejo project.
|
Resources maintained as part of the primary Forgejo project.
|
||||||
- [![forgejo] Forgejo website](https://forgejo.org/)
|
- [![][forgejo] Forgejo website](https://forgejo.org/)
|
||||||
- [![forgejo] Forgejo documentation](https://forgejo.org/docs/latest/)
|
- [![][forgejo] Forgejo documentation](https://forgejo.org/docs/latest/)
|
||||||
- [![forgejo] Forgejo issue tracker](https://codeberg.org/forgejo/forgejo)
|
- [![][forgejo] Forgejo issue tracker](https://codeberg.org/forgejo/forgejo)
|
||||||
- [![forgejo] Forgejo releases](https://forgejo.org/releases) ([RSS feed](https://forgejo.org/releases/rss.xml); [Release notes](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md))
|
- [![][forgejo] Forgejo releases](https://forgejo.org/releases) ([RSS feed](https://forgejo.org/releases/rss.xml); [Release notes](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md))
|
||||||
- [![forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner)
|
- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner)
|
||||||
- [![forgejo] Forgejo container images](https://codeberg.org/forgejo/-/packages/container/forgejo/versions)
|
- [![][forgejo] Forgejo container images](https://codeberg.org/forgejo/-/packages/container/forgejo/versions)
|
||||||
- [![forgejo] Forgejo Mastodon account](https://floss.social/@forgejo)
|
- [![][forgejo] Forgejo Mastodon account](https://floss.social/@forgejo)
|
||||||
- [![forgejo] Forgejo identity proofs (Keyoxide)](https://keyoxide.org/contact@forgejo.org)
|
- [![][forgejo] Forgejo identity proofs (Keyoxide)](https://keyoxide.org/contact@forgejo.org)
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
In addition to [![forgejo] Forgejo's official documentation](https://forgejo.org/docs/latest/), the following resources may be useful.
|
In addition to [![][forgejo] Forgejo's official documentation](https://forgejo.org/docs/latest/), the following resources may be useful.
|
||||||
|
|
||||||
- [Codeberg documentation](https://docs.codeberg.org/) - contains some Codeberg-specific parts but is mostly applicable to every Forgejo instance.
|
- [Codeberg documentation](https://docs.codeberg.org/) - contains some Codeberg-specific parts but is mostly applicable to every Forgejo instance.
|
||||||
- [Gitea documentation](https://docs.gitea.io/) - mostly applicable to Forgejo as well as Gitea.
|
- [Gitea documentation](https://docs.gitea.io/) - mostly applicable to Forgejo as well as Gitea.
|
||||||
|
@ -93,7 +93,7 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for
|
||||||
- [YunoHost package](https://github.com/YunoHost-Apps/forgejo_ynh) - install Forgejo quickly and simply on a YunoHost server
|
- [YunoHost package](https://github.com/YunoHost-Apps/forgejo_ynh) - install Forgejo quickly and simply on a YunoHost server
|
||||||
|
|
||||||
## Forgejo actions runners
|
## Forgejo actions runners
|
||||||
- [![forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker with binaries for GNU/Linux (amd64, arm64)
|
- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker with binaries for GNU/Linux (amd64, arm64)
|
||||||
- [act runner](https://gitea.com/gitea/act_runner) supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS
|
- [act runner](https://gitea.com/gitea/act_runner) supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS
|
||||||
- [forgejo-hetzer-runner](https://codeberg.org/pierreprinetti/forgejo-hetzner-runner) - Deploy Forgejo Actions runners on Hetzner infrastructure
|
- [forgejo-hetzer-runner](https://codeberg.org/pierreprinetti/forgejo-hetzner-runner) - Deploy Forgejo Actions runners on Hetzner infrastructure
|
||||||
|
|
||||||
|
@ -155,4 +155,4 @@ With delight we present you some of our [delightful contributors](delightful-con
|
||||||
To the extent possible under law, the [maintainers](#maintainers) and other [contributors](delightful-contributors.md) have waived all copyright and related or neighboring rights to this work.
|
To the extent possible under law, the [maintainers](#maintainers) and other [contributors](delightful-contributors.md) have waived all copyright and related or neighboring rights to this work.
|
||||||
|
|
||||||
|
|
||||||
[forgejo]: ./resources/forgejo-16.png
|
[forgejo]: https://codeberg.org/forgejo-contrib/delightful-forgejo/media/branch/main/resources/forgejo-16.png
|
Loading…
Reference in a new issue