2023-12-03 01:41:15 -08:00
|
|
|
# PieFed
|
2023-07-27 19:07:44 -07:00
|
|
|
|
2023-08-22 02:24:11 -07:00
|
|
|
A lemmy/kbin clone written in Python with Flask.
|
|
|
|
|
2023-09-16 00:09:04 -07:00
|
|
|
- Clean, simple code that is easy to understand and contribute to. No fancy design patterns or algorithms.
|
2023-08-22 02:24:11 -07:00
|
|
|
- Easy setup, easy to manage - few dependencies and extra software required.
|
2024-01-12 21:18:32 -08:00
|
|
|
- AGPL.
|
2023-09-16 00:09:04 -07:00
|
|
|
- First class moderation tools.
|
|
|
|
|
2024-01-22 00:14:40 -08:00
|
|
|
## Project goals
|
2023-08-25 20:41:11 -07:00
|
|
|
|
2024-01-31 19:01:10 -08:00
|
|
|
To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin.
|
|
|
|
|
|
|
|
## For developers
|
|
|
|
|
|
|
|
- [Screencast: overview of the PieFed codebase](https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/)
|
|
|
|
- [Database / entity relationship diagram](https://join.piefed.social/wp-content/uploads/2024/02/PieFed-entity-relationships.png)
|
2024-02-24 23:05:46 -08:00
|
|
|
- see [INSTALL.md](INSTALL.md)
|
2024-04-06 21:06:42 -07:00
|
|
|
- see docs/project_management/* for a project roadmap, contributing guide and much more.
|