mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
No description
14fa658774
It's difficult to be able to copy and paste a link to a specific comment or reply. It's only easy from the notifications page. This patch introduces a link to a comment/reply by changing the <span> to a <a> around the "When" text like "15 hours ago". This is usually how other websites do deep links to comments too, they make the time of post into a clickable link, so people should be able to find it easyly. |
||
---|---|---|
app | ||
docs | ||
migrations | ||
testing_data | ||
.gitignore | ||
.woodpecker.yaml | ||
babel.cfg | ||
celery_worker.default.py | ||
celery_worker_docker.py | ||
compose.yaml | ||
config.py | ||
daily.sh | ||
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.