diff --git a/README.md b/README.md index e99e89c..c883e29 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ This section has moved. Look in the files or their documentation below. # Individual documentation for each file ### [[DIR] threadr](./threadr) This folder contains all the files that are parts of ThreadR directly +### [[DIR] config](./config) +A place to store the configuation for a specific ThreadR instance (contains official instance config for now, will be moved elsewhere eventually) ### [admin.php](./admin.php) This is the file that is shown on the internal admin page. It will contain a list of users, forums, threads, etc. At the moment, it is just a convenient way to access the other internal administration tools. diff --git a/config/README.md b/config/README.md new file mode 100644 index 0000000..d3ee6ff --- /dev/null +++ b/config/README.md @@ -0,0 +1,5 @@ +# Files +### [about.template](./about.template) +The customizable part of the content page, will eventually be replaced with a markdown file +### [README.md](./README.md) +this file diff --git a/config/about.template b/config/about.template index 5606b50..ac15450 100644 --- a/config/about.template +++ b/config/about.template @@ -1 +1,25 @@ -
test
++ Hello there! This is the official ThreadR instance provided by the ThreadR development team. +
++ ThreadR is a free and open-source forum engine. That means you can download + it and host an instance of ThreadR on your own web server to run your own forum. +
++ The project originated as a school project in 2019 with the goal of building + a forum. When we finished school, the project was abandoned and eventually taken down. + A year later, we decided to revive it and started working on it again. Now that school + is over and we don’t necessarily have a a reason to run our own forum anymore, + we shifted the project goal to building a FOSS forum engine. +
++ We are a small group of (hobby) developers working on ThreadR in our free time. + To get in touch, ... uhh ... There will be a way once ThreadR is fully functional. + For now, you can find us on Discord: discord.gg/r3w3zSkEUE +