# Git based automatic web deployment system This repository will be automagically pulled by the web server each time something is pushed by a user. The following files and directories are linked to areas where they can be accessed by the web server: * `index.html` → `*/common/index.html` (the website as seen by the majority of the users, maybe a login page?) * `icon.png` → `*/common/icon.png` (self-explanatory) * `stylesheet.css` → `*/common/stylesheet.css` (self-explanatory) * `content/` → `*/common/content/` (everything else acessible by the web server) * `default.html` → `lostcave.ddnss.de/index.html` (http redirect) * `admin.php` → `admin.strassenkind.ip/index.php` (future management page, maybe for services, available sites, users, etc?) * `strassenkind.php` `strassenkind.ip/index.php` (future status page) Arbeit vom 06.01.2020 ``` Login-Funktionalität Administrationsseiten Moderation Reports etc von Usern, Posts, etc Theming (Logowechsel) MotD, Gepinnte Posts auf der Startseite, Themenvorschläge Server-Wartung Bugreports Status Administrative Eingriffe Hauptfunktionen Startseite Newsfeed Forum-Funktionalität (Reddit style) Anonym (UID) / Nickname umschaltbar DMs, Befreundungssystem Random Chat zum Kennenlernen von Leuten PDF shredder Regeln Mögliche Default-Channels Memezz Spam F!ck1&g School! Allgemeines Allgemeinforum Mit Altersnachweis: NSFW / NSFS ```