mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Merge pull request #6861 from radarhere/fosstodon
This commit is contained in:
commit
dfadb5a2f0
|
@ -88,6 +88,10 @@ As of 2019, Pillow development is
|
||||||
<a href="https://twitter.com/PythonPillow"><img
|
<a href="https://twitter.com/PythonPillow"><img
|
||||||
alt="Follow on https://twitter.com/PythonPillow"
|
alt="Follow on https://twitter.com/PythonPillow"
|
||||||
src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
|
src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
|
||||||
|
<a href="https://fosstodon.org/@pillow"><img
|
||||||
|
alt="Follow on https://fosstodon.org/@pillow"
|
||||||
|
src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg"
|
||||||
|
rel="me"></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -111,7 +111,7 @@ Released as needed privately to individual vendors for critical security-related
|
||||||
|
|
||||||
## Publicize Release
|
## Publicize Release
|
||||||
|
|
||||||
* [ ] Announce release availability via [Twitter](https://twitter.com/pythonpillow) e.g. https://twitter.com/PythonPillow/status/1013789184354603010
|
* [ ] Announce release availability via [Twitter](https://twitter.com/pythonpillow) and [Mastodon](https://fosstodon.org/@pillow) e.g. https://twitter.com/PythonPillow/status/1013789184354603010
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,18 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
|
||||||
:target: https://bestpractices.coreinfrastructure.org/projects/6331
|
:target: https://bestpractices.coreinfrastructure.org/projects/6331
|
||||||
:alt: OpenSSF Best Practices
|
:alt: OpenSSF Best Practices
|
||||||
|
|
||||||
|
.. image:: https://badges.gitter.im/python-pillow/Pillow.svg
|
||||||
|
:target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||||
|
:alt: Join the chat at https://gitter.im/python-pillow/Pillow
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg
|
||||||
|
:target: https://twitter.com/PythonPillow
|
||||||
|
:alt: Follow on https://twitter.com/PythonPillow
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg
|
||||||
|
:target: https://fosstodon.org/@pillow
|
||||||
|
:alt: Follow on https://fosstodon.org/@pillow
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@ project_urls =
|
||||||
Release notes=https://pillow.readthedocs.io/en/stable/releasenotes/index.html
|
Release notes=https://pillow.readthedocs.io/en/stable/releasenotes/index.html
|
||||||
Changelog=https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
|
Changelog=https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
|
||||||
Twitter=https://twitter.com/PythonPillow
|
Twitter=https://twitter.com/PythonPillow
|
||||||
|
Mastodon=https://fosstodon.org/@pillow
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = PIL
|
packages = PIL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user