chapeau/README.md

32 wiersze
1.3 KiB
Markdown

# 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](https://kepi.org.uk),
but there will be.
## Links
* [The installation guide](docs/installation.md) (may be out of date)
* [A guide to the structure](docs/modules.md)
* [The roadmap](docs/roadmap.md)
* [Source control](https://gitlab.com/marnanel/kepi)
* [The bug tracker](https://gitlab.com/marnanel/kepi/issues)
* [kepi threads on the activitypub forums](https://socialhub.activitypub.rocks/c/software/kepi/32)
## Trivia
* [bowler-heavy](docs/bowler-heavy.md) was a historical course change that may still affect the state of the codebase.
* [Why the name?](docs/name.md)
## 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.