kepi is a Django-based microblogging system, implemented in Python. It uses the ActivityPub protocol to communicate with other servers, and the Mastodon protocol to communicate with clients.
 
 
 
 
Go to file
Marnanel Thurman 361657a18d actually that was a daft idea; stick to markdown 2019-10-02 23:35:47 +01:00
django_kepi Add standard headers in middleware. 2019-09-30 21:21:34 +01:00
docs actually that was a daft idea; stick to markdown 2019-10-02 23:35:47 +01:00
kepi add "localhost" to default settings so users can test easily 2019-10-02 23:32:16 +01:00
tests Add standard headers in middleware. 2019-09-30 21:21:34 +01:00
.gitignore removed tests/examples; they're not tests. Added "examples" to .gitignore (local copy). 2019-09-21 17:18:24 +01:00
LICENSE.txt
MANIFEST.in Fixes to settings so that templates get installed properly. 2019-08-08 19:55:32 +01:00
README.md actually that was a daft idea; stick to markdown 2019-10-02 23:35:47 +01:00
manage.py Huge checkin: central project "kepi" to use the "django_kepi" library. 2019-07-11 18:25:06 +01:00
request-test.py
requirements.txt add gunicorn to requirements 2019-10-02 23:23:30 +01:00
runtests.py
setup.py setup.py installs a "kepi" commandline tool which delegates to manage.py. 2019-08-19 17:08:59 +01:00
test_urls.py

README.md

kepi

kepi is an ActivityPub daemon, written in Python.