merge master branch

merge-requests/168/head
Alain St-Denis 2022-08-19 16:50:21 +00:00
commit 8379df74e3
4 zmienionych plików z 7 dodań i 9 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
[![pipeline status](https://git.feneas.org/jaywink/federation/badges/master/pipeline.svg)](https://git.feneas.org/jaywink/federation/commits/master) [![codecov.io](https://codecov.io/github/jaywink/federation/coverage.svg?branch=master)](https://codecov.io/github/jaywink/federation?branch=master) [![issue tracker](https://img.shields.io/badge/issue%20tracker-gitlab-orange.svg)](https://git.feneas.org/jaywink/federation/issues)
[![pipeline status](https://gitlab.com/jaywink/federation/badges/master/pipeline.svg)](https://gitlab.com/jaywink/federation) [![issue tracker](https://img.shields.io/badge/issue%20tracker-gitlab-orange.svg)](https://gitlab.com/jaywink/federation/-/issues)
[![PyPI version](https://badge.fury.io/py/federation.svg)](https://pypi.python.org/pypi/federation) [![Documentation Status](http://readthedocs.org/projects/federation/badge/?version=latest)](http://federation.readthedocs.io/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/pyversions/federation.svg?maxAge=2592000)](https://pypi.python.org/pypi/federation) [![PyPI](https://img.shields.io/pypi/l/federation.svg?maxAge=2592000)](https://pypi.python.org/pypi/federation)
@ -48,4 +48,4 @@ See [development and support documentation](http://federation.readthedocs.io/en/
### Author
Jason Robinson / https://jasonrobinson.me / https://git.feneas.org/jaywink / https://github.com/jaywink
Jason Robinson / https://jasonrobinson.me / https://gitlab.com/jaywink / https://github.com/jaywink

Wyświetl plik

@ -3,9 +3,8 @@ Development
Help is more than welcome to extend this library. Please see the following resources.
* `Source code repo <https://git.feneas.org/jaywink/federation>`_
* `Issue tracker <https://git.feneas.org/jaywink/federation/issues>`_
* `Kanban board <https://git.feneas.org/jaywink/federation/boards>`_
* `Source code repo <https://gitlab.com/jaywink/federation>`_
* `Issue tracker <https://gitlab.com/jaywink/federation/-/issues>`_
Environment setup
-----------------
@ -34,7 +33,6 @@ Built documentation is available at ``docs/_build/html/index.html``.
Contact for help
----------------
Easiest via Matrix on room ``#socialhome:federator.dev``. There is a bridged
Freenode channel as well found at ``#socialhome``.
Easiest via Matrix on room ``#socialhome:federator.dev``.
You can also ask questions or give feedback via issues.

Wyświetl plik

@ -6,5 +6,5 @@ Projects using federation
For examples on how to integrate this library into your project, check these examples:
* `Socialhome <https://socialhome.network>`_ - a federated home page builder slash personal social network server with high emphasis on card style content visualization.
* `Social-Relay <https://git.feneas.org/jaywink/social-relay>`_ - a reference server for the public content relay system that uses the Diaspora protocol.
* `Social-Relay <https://github.com/jaywink/social-relay>`_ - a reference server for the public content relay system that uses the Diaspora protocol.
* `The Federation info <https://the-federation.info>`_ - statistics and node list for the federated web.

Wyświetl plik

@ -22,7 +22,7 @@ setup(
author_email='mail@jasonrobinson.me',
maintainer='Jason Robinson',
maintainer_email='mail@jasonrobinson.me',
url='https://git.feneas.org/jaywink/federation',
url='https://gitlab.com/jaywink/federation',
download_url='https://pypi.org/project/federation/',
packages=find_packages(),
license="BSD 3-clause",