kopia lustrzana https://github.com/dsblank/activitypub
|
|
||
|---|---|---|
| .. | ||
| images | ||
| sass | ||
| static | ||
| templates | ||
| LICENSE | ||
| README.md | ||
| app.py | ||
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!
To run, see installation and then:
-
Edit app.py for your own database/framework combination.
-
Run:
python3 app.py
