about page: move all page content into config/about.template, also rewrite most of said content
parent
cb9022d8bd
commit
0bee74ab5b
|
@ -1,25 +1,31 @@
|
||||||
<p>
|
<main>
|
||||||
Hello there! This is the official ThreadR instance provided by the ThreadR development team.
|
<header>
|
||||||
</p>
|
<h2>About ThreadR</h2>
|
||||||
<h2>
|
</header>
|
||||||
What is ThreadR?
|
<section>
|
||||||
</h2>
|
<p>
|
||||||
<p>
|
This is a ThreadR development instance. Beep beep. Boop boop.
|
||||||
ThreadR is a free and open-source forum engine. That means you can download
|
</p>
|
||||||
it and host an instance of ThreadR on your own web server to run your own forum.
|
<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>
|
||||||
The project originated as a school project in 2019 with the goal of building
|
<h2>
|
||||||
a forum. When we finished school, the project was abandoned and eventually taken down.
|
What is ThreadR?
|
||||||
A year later, we decided to revive it and started working on it again. Now that school
|
</h2>
|
||||||
is over and we don't necessarily have a a reason to run our own forum anymore,
|
<p>
|
||||||
we shifted the project goal to building a FOSS forum engine.
|
ThreadR is a free and open-source forum engine. That means you can download
|
||||||
</p>
|
it and host an instance of ThreadR on your own web server to run your own forum.
|
||||||
<h2>
|
It originated in 2019 as a school project and has died twice since.
|
||||||
Who are we?
|
Currently, the project is being rewritten in Go with (hopefully) less ugly hacks.
|
||||||
</h2>
|
</p>
|
||||||
<p>
|
<h2>
|
||||||
We are a small group of (hobby) developers working on ThreadR in our free time.
|
Who dis?
|
||||||
To get in touch, ... uhh ... There will be a way once ThreadR is fully functional.
|
</h2>
|
||||||
For now, you can find us on Discord: <a href="https://discord.gg/r3w3zSkEUE"> discord.gg/r3w3zSkEUE </a>
|
<p>
|
||||||
</p>
|
Depends.<br />
|
||||||
|
If this site is hosted on a LostCave domain, then it's probably us, the developers.
|
||||||
|
For now, you can find us on Discord: <a href="https://discord.gg/r3w3zSkEUE">discord.gg/r3w3zSkEUE</a><br />
|
||||||
|
If it isn't on a LostCave domain, then this site belongs to some lazy admin who forgot to change the about page.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
|
@ -7,14 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{template "navbar" .}}
|
{{template "navbar" .}}
|
||||||
<main>
|
{{.AboutContent}}
|
||||||
<header>
|
|
||||||
<h2>About ThreadR</h2>
|
|
||||||
</header>
|
|
||||||
<section>
|
|
||||||
{{.AboutContent}}
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
{{template "cookie_banner" .}}
|
{{template "cookie_banner" .}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue