mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
No description
ba3dba8f57
The issue isn't so much the lack of bold on the headings as the visual hierarchy being disrupted when the community name is bolder than the post title. Removing the bold on the community name makes it work in any situation. |
||
---|---|---|
app | ||
docs | ||
migrations | ||
testing_data | ||
.gitignore | ||
.woodpecker.yaml | ||
babel.cfg | ||
celery_worker.default.py | ||
celery_worker_docker.py | ||
compose.yaml | ||
config.py | ||
deploy.sh | ||
dev_notes.txt | ||
Dockerfile | ||
email_notifs.sh | ||
entrypoint.sh | ||
entrypoint_celery.sh | ||
env.sample | ||
gunicorn.conf.py | ||
INSTALL.md | ||
interests.txt | ||
LICENSE | ||
mini_deploy.sh | ||
profile_app.py | ||
pyfedi.py | ||
README.md | ||
regional.txt | ||
remove_orphan_files.sh | ||
requirements.txt | ||
test_interest_parse.py | ||
test_signature.py | ||
weekly.sh |
PieFed
A lemmy/kbin clone written in Python with Flask.
- Clean, simple code that is easy to understand and contribute to. No fancy design patterns or algorithms.
- Easy setup, easy to manage - few dependencies and extra software required.
- AGPL.
- First class moderation tools.
Project goals
To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin.
For developers
- Screencast: overview of the PieFed codebase
- Database / entity relationship diagram
- see INSTALL.md
- see docs/project_management/* for a project roadmap, contributing guide and much more.