chapeau/kepi/bowler_pub
Marnanel Thurman 37d53b2e4e Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source.
HTML renderings of each one are cached. You can access them at Status.content_as_html
and Status.spoiler_as_html.
2021-02-16 22:58:42 +00:00
..
migrations
models
static
tests Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source. 2021-02-16 22:58:42 +00:00
views
README.md
__init__.py
activityresponse.py
admin.py
create.py Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source. 2021-02-16 22:58:42 +00:00
crypto.py
parsers.py
renderers.py
serializers.py Status.content and Status.spoiler_text are now Status.content_source and Status.spoiler_source. 2021-02-16 22:58:42 +00:00
signals.py
urls.py User page is HTML or JSON depending on Accept header. 2020-11-25 18:46:31 +00:00
utils.py
validation.py

README.md

bowler-pub

Bowler interacts with the rest of the world, mainly via ActivityPub.

It has two main tasks:

  • Produce ActivityPub data when requested by remote servers.

  • Notify remote servers about things that have happened locally.