From 68e364e38846c54e2449acd067d1c4520351abd8 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Wed, 18 Aug 2021 21:21:08 +0200 Subject: [PATCH] split out a goal into two --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb9a97..7e0307f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This is the source code for the ThreadR Forum Engine. It originated as a school Now, that it is being revived, the original scope of the project doesn’t really make sense anymore (at least to me) so it needs to shift slightly. Below is a list of goals that I would like to see achieved, feel free to discuss this in the issues or commit comments. - [ ] come back online (see issue #2) -- [x] go FOSS (make the source code publicly available under a FOSS license (see issue #5) and preferably usable for everyone to host an instance) +- [x] go FOSS (make the source code publicly available under a FOSS license (see issue #5)) +- [ ] make the code portable so everyone can set up their own instance - [ ] get generic forum functionality going (sign-up, creation of boards, creation of threads within boards, messages) Once these two are given, here are some additional goals both from the original scope of the project as well as my own ideas. Input is welcome.