activitypub/apps/blog
Andrés Maldonado e3137e9404 [app.py] Move 'manager' declaration before the code that adds fake data 2020-05-25 12:16:23 +02: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 Update README.md 2018-07-28 19:25:40 -04:00
app.py [app.py] Move 'manager' declaration before the code that adds fake data 2020-05-25 12:16:23 +02: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