chapeau/kepi/bowler_pub
Marnanel Thurman 1ae4abdf37 docstring for create_remote_person() 2020-09-19 12:50:57 +01:00
..
migrations IncomingMessage is back in bowler_pub.validation. 2020-06-20 00:50:59 +01:00
models Logging is now via getLogger(name="kepi"), and this is done 2020-08-04 17:19:37 +01:00
static Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
tests docstring for create_remote_person() 2020-09-19 12:50:57 +01:00
views bowler's Collection views refactored. It feels a bit like being the redactor of the book of Genesis. 2020-09-16 23:14:38 +01:00
README.md simple README for bowler_pub 2020-04-29 17:20:42 +01:00
__init__.py The "serial" field of bowler_pub's AcItem moves up to AcObject; 2020-02-04 01:38:54 +00:00
activityresponse.py bowler's Collection views refactored. It feels a bit like being the redactor of the book of Genesis. 2020-09-16 23:14:38 +01:00
admin.py intermediate 2020-04-04 21:20:17 +01:00
create.py Person.lookup() removed because it duplicates the functionality of fetch(). 2020-08-23 18:10:50 +01:00
crypto.py Logging is now via getLogger(name="kepi"), and this is done 2020-08-04 17:19:37 +01:00
renderers.py StatusCreateSerializer renamed to CreateActivitySerializer 2020-06-12 17:12:30 +01:00
serializers.py The MIME type of JPEGs serialised to ActivityPub was misspelled as "image/jpg" (instead of "image/jpeg"). Fixed. 2020-08-27 15:35:06 +01:00
signals.py intermediate 2020-04-04 21:20:17 +01:00
urls.py bowler_pub has a new view to produce statuses, though 2020-07-17 18:37:31 +01:00
utils.py log_one_message, a start at a common logging system for messages. 2020-09-03 15:23:50 +01:00
validation.py fetch() rewritten to replace fetch_user() and fetch_status(); 2020-08-04 17:19:17 +01:00

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.