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 a5848e45e2 test_as_follower moved to home timeline test, rather than public timeline test.
Test of "since" param, which doesn't exist, replaced with the correct "since_id".

Removed a lot of debug code that shouldn't have been checked in.

Fixed some comments.
2021-02-18 18:37:43 +00:00
docs 16x16 icon for the-federation.info 2020-10-03 01:11:31 +01:00
kepi test_as_follower moved to home timeline test, rather than public timeline test. 2021-02-18 18:37:43 +00:00
.gitignore static/ added to .gitignore 2021-02-02 20:10:36 +00:00
LICENSE.txt Initial commit 2018-08-06 14:44:35 +01:00
MANIFEST.in MANIFEST.in includes markdown and images in docs/ 2020-10-10 02:54:13 +01:00
README.md basic framework for the front page. Still needs the login box etc. 2020-11-09 22:28:05 +00:00
manage.py Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
requirements.txt new additions to requirements.txt 2020-08-03 19:39:30 +01:00
runtests.py changed location of test_settings 2018-08-16 18:51:24 +01:00
setup.py Version bump to 0.4.5 "archer"; various bits of package metadata changed 2020-10-10 02:54:36 +01:00

README.md

kepi

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.

There is nothing particularly interesting at kepi.org.uk, but there will be.

Trivia

Licence

kepi is distributed under version 2 of the GNU General Public License.

Some Mastodon-based tests are included in the source distribution. These are copyright (C) 2016-2019 Eugen Rochko & other Mastodon contributors. They are released under the GNU Affero General Public License, version 3.

The base template is based on the Clean Blog template by Start Bootstrap. This is copyright (c) 2013-2020 Start Bootstrap LLC. It's distributed under the MIT license.