new about page, I guess?

master
BodgeMaster 2021-09-02 02:20:02 +02:00
parent b424a8051e
commit 39af301484
3 changed files with 10 additions and 79 deletions

1
config/about.template Normal file
View File

@ -0,0 +1 @@
<p> test </p>

View File

@ -21,94 +21,23 @@ $navbar="about";
<div class="container">
<div class="item-1">
<h1>
<center>About us and our website...</center>
<center>About this ThreadR instance...</center>
</h1>
</div>
<div class="item-2">
<p>
Hello! I am Jan, the server owner and I write this <i>about us</i> page on behalf of my team members.<br />
We are a group of students hosting a variety of services on an old server that I found on the sidewalk.
These services provide the necessary foundation to host a few school projects.
</p>
%ABOUT_PAGE%
</div>
<div class="item-3">
<h2>
Who we are
</h2>
<h1>
<center>About ThreadR...</center>
</h1>
</div>
<div class="item-4">
<p>
We are in the process of finishing school and our last semester in computer science is a project of our choice.
Our main project is a social media platform but we are hosting some other projects as well. Turns out, we are better at
general server management and providing web space for others than actual software development...
</p>
<h2>
About the server
</h2>
<div class="image_container">
<img src="%CONTENT_DIR%/img/server.jpg" alt="Image of the server" />
<p class="image_container">
The server at its current place in the basement
</p>
</div>
<p>
The server is a 2006 Dell PowerEdge [whatever number goes here] featuring the 2.66 GHz socket 771 equivalent of some
Intel Core 2 Quad which was considered powerful back then (I guess?). Memory wise, the system has to offer the incredible
amount of four&nbsp;GiB&nbsp;ECC&nbsp;DDR2&nbsp;RAM which do not quite fulfill the performance and capacity requirements of
most real world applications today but are plenty to host some two or three files on a web server. <br />
Basically, that thing is <b>*s l o w*</b> but more than enough for my private internet connection.
Guess what, there might have been a reason why it was thrown out by its previous owners. <br />
As for storage, the server came with three enterprise grade Dell branded Western Digitals (one of which since died) and I threw
in the SSD I pulled from my old laptop as a boot disk. Another laptop hard drive was given to me by a friend but there are
no free S-ATA connectors left. [If someone at our school wants to donate their old drive controller expansion card, feel
free to approach me or one of my team mates. Youll be the hero of the week and you will be given credit here.]<br />
Oh, btw: It is worth mentioning the fan. Yes, only one fan (plus the one in the power supply). Before the server was moved
to the basement it was the loudest device in the kitchen, easily capable of exceeding the noise level of my 15 year old
fridge twice.
This forum is powered by the ThreadR Forum Engine. More information here: <a href="https://threadr.lostcave.ddnss.de/threadr/about"> [about page on the Developer's instance] </a> and <a href="https://lostcave.ddnss.de/git/root/threadr.lostcave.ddnss.de"> [git repository] </a>
</p>
<p>
Okay. That should have given you a rough overview of the hardware. Now, lets talk software. <br />
We currently run Ubuntu Server with a custom installation capable of doing GUI stuff as well but we rarely use that.
The best use I found so far is to access internal status web pages via OpenSSH with X forwarding and Firefox. <br />
The server came with an installation of Windowze Server 2003 but we had no login credentials and who uses Microsoft
products anyways? [BTW: The drives were filled with personal data of the employees. To all enterprises: PleAze WIPe
THe DaTa Off All SERvERS YOU EVeR THrow OUt. You do not want to be in the place former NCIX employees found themselves in
a few years ago.]<br />
Apart from that, there is not much to say here except for the fact that Ubuntu has become worse over the time I used it and
Id not choose it again. It is just what I was (and still am) most familiar with.
</p>
<h2>
Our goals
</h2>
<p>
As I briefly mentioned above we want to build a social media platform. Here is a rough feature list of what we have planned:
</p>
<ul>
<li>
A general purpose forum engine that allows the creation of forums and forum threads
</li>
<li>
Registered users and guest users
</li>
<li>
Anonymity mode: A mode which allows registered users to post anonymously, even in private threads
</li>
<li>
Random contacts: Get to know new people
</li>
</ul>
<h2>
A year flew by...
</h2>
<p>
...and we decided to get this page back online again. A lot of things happened in this year.
The whole, first developer Team gratuated! Once again: Congratulations to everyone!
Some of us started a studies, some started a Training (to a specific job).
[Note to myself: add some more information on what everybosy did in this year]
Back to the Future! We finally decided to give this Project another try and here we are in 2021 still with Covid-19...
The developement team got a few new faces so we are back but stronger than ever!
If you encounter any issues, please report them to the issues board on our official instance at <a href=""> [put link here when ready] </a>
</p>
</div>
</div>

View File

@ -1,4 +1,5 @@
{
"NAVBAR":["file","navbar.template"],
"BANNER_COOKIES":["file","banner_cookies.template"]
"BANNER_COOKIES":["file","banner_cookies.template"],
"ABOUT_PAGE":["file","config/about.template"]
}