„threadr/about/index.php“ ändern
parent
1e9a72442a
commit
81ae035b7d
|
@ -31,46 +31,44 @@ session_start();
|
|||
<li><a class="active" href="%CONTENT_DIR%/about/">About</a></li>
|
||||
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
|
||||
</ul>
|
||||
<div class="margin">
|
||||
<h1>
|
||||
<center>About us and our website...</center>
|
||||
</h1>
|
||||
<div class="container">
|
||||
<div class="item-1">
|
||||
<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>
|
||||
</div>
|
||||
<div class="item-2">
|
||||
<h2>
|
||||
Who we are
|
||||
</h2>
|
||||
<div class="image_container">
|
||||
<img src="%CONTENT_DIR%/img/group.jpg" alt="Image of the team" />
|
||||
<p class="image_container">
|
||||
From left to right: Ilja, Jakob, Jan [me], and Erik
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-3">
|
||||
<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>
|
||||
<div class="container">
|
||||
<div class="item-1">
|
||||
<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>
|
||||
</div>
|
||||
<div class="item-2">
|
||||
<h2>
|
||||
Who we are
|
||||
</h2>
|
||||
<div class="image_container">
|
||||
<img src="%CONTENT_DIR%/img/group.jpg" alt="Image of the team" />
|
||||
<p class="image_container">
|
||||
From left to right: Ilja, Jakob, Jan [me], and Erik
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-3">
|
||||
<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 GiB ECC DDR2 RAM which do not quite fulfill the performance and capacity requirements of
|
||||
|
@ -84,9 +82,8 @@ session_start();
|
|||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
Okay. That should have given you a rough overview of the hardware. Now, let’s 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 />
|
||||
|
@ -96,32 +93,28 @@ session_start();
|
|||
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
|
||||
I’d 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>
|
||||
</div>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue