update some documentation

This commit is contained in:
rimu 2023-10-22 10:32:48 +13:00
parent ec3511eb17
commit c85338506c
3 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,7 @@
# Contributing to PyFedi # Contributing to PyFedi
When it matures enough, PyFedi will aim to work in a way consistent with the [Collective Code Construction Contract](https://42ity.org/c4.html).
Please discuss your ideas in an issue at https://codeberg.org/rimu/pyfedi/issues before Please discuss your ideas in an issue at https://codeberg.org/rimu/pyfedi/issues before
starting any large pieces of work to ensure alignment with the roadmap, architecture and processes. starting any large pieces of work to ensure alignment with the roadmap, architecture and processes.

View file

@ -9,7 +9,7 @@ A lemmy/kbin clone written in Python with Flask.
## Project goals ## Project goals
To build a ... To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin.
## Differences from other federated systems ## Differences from other federated systems

View file

@ -6,11 +6,11 @@ The following are the goals for a 1.0 release, good enough for production use. I
- ✅ log in, register, reset password - ✅ log in, register, reset password
- ✅ browse and subscribe to communities - ✅ browse and subscribe to communities
- post in local community - post in local community
- comment on posts in local community - comment on posts in local community
- vote - vote
- sort posts by hotness algo - sort posts by hotness algo
- markdown - markdown
- logging and debugging support - logging and debugging support