about page: move all page content into config/about.template, also rewrite most of said content

master
BodgeMaster 2025-06-14 17:31:32 +02:00
parent cb9022d8bd
commit 0bee74ab5b
2 changed files with 33 additions and 34 deletions

View File

@ -1,5 +1,13 @@
<main>
<header>
<h2>About ThreadR</h2>
</header>
<section>
<p> <p>
Hello there! This is the official ThreadR instance provided by the ThreadR development team. This is a ThreadR development instance. Beep beep. Boop boop.
</p>
<p>
If you see this message in a production environment (aka. a Forum that is actually being used), kindly tell the admin that they forgot to change the about page. :)
</p> </p>
<h2> <h2>
What is ThreadR? What is ThreadR?
@ -7,19 +15,17 @@
<p> <p>
ThreadR is a free and open-source forum engine. That means you can download 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. it and host an instance of ThreadR on your own web server to run your own forum.
</p> It originated in 2019 as a school project and has died twice since.
<p> Currently, the project is being rewritten in Go with (hopefully) less ugly hacks.
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&apos;t necessarily have a a reason to run our own forum anymore,
we shifted the project goal to building a FOSS forum engine.
</p> </p>
<h2> <h2>
Who are we? Who dis?
</h2> </h2>
<p> <p>
We are a small group of (hobby) developers working on ThreadR in our free time. Depends.<br />
To get in touch, ... uhh ... There will be a way once ThreadR is fully functional. If this site is hosted on a LostCave domain, then it&apos;s probably us, the developers.
For now, you can find us on Discord: <a href="https://discord.gg/r3w3zSkEUE"> discord.gg/r3w3zSkEUE </a> For now, you can find us on Discord: <a href="https://discord.gg/r3w3zSkEUE">discord.gg/r3w3zSkEUE</a><br />
If it isn&apos;t on a LostCave domain, then this site belongs to some lazy admin who forgot to change the about page.
</p> </p>
</section>
</main>

View File

@ -7,14 +7,7 @@
</head> </head>
<body> <body>
{{template "navbar" .}} {{template "navbar" .}}
<main>
<header>
<h2>About ThreadR</h2>
</header>
<section>
{{.AboutContent}} {{.AboutContent}}
</section>
</main>
{{template "cookie_banner" .}} {{template "cookie_banner" .}}
</body> </body>
</html> </html>