activitypub/apps/blog
Douglas Blank 7b9d5e734f Added README.md and demo image for blog 2018-07-28 18:17:24 -04:00
..
images Added README.md and demo image for blog 2018-07-28 18:17:24 -04:00
sass WIP: Added version of microblog.pub with LICENSE 2018-07-28 18:09:13 -04:00
static WIP: Added version of microblog.pub with LICENSE 2018-07-28 18:09:13 -04:00
templates WIP: Added version of microblog.pub with LICENSE 2018-07-28 18:09:13 -04:00
LICENSE WIP: Added version of microblog.pub with LICENSE 2018-07-28 18:09:13 -04:00
README.md Added README.md and demo image for blog 2018-07-28 18:17:24 -04:00
app.py WIP: Added version of microblog.pub with LICENSE 2018-07-28 18:09:13 -04:00

README.md

ActivityPub Blog

This folder is based on:

Goals:

  • database independent (can use redis, sql, mongo, etc)
  • web framework independent (can use flask or tornado)
  • develop a multi-user blog with users
  • complete support of ActivityPub

Work in progress!

Demo

To run, see installation and then:

  1. Edit app.py for your own database/framework combination.

  2. Run:

python3 app.py