From 66224bcede600e7063e98f534f7e2067eee68781 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Tue, 3 Mar 2020 13:57:14 +0100 Subject: [PATCH] updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6484df2..da8142c 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ This repository will be automagically pulled by the web server each time somethi ## Symlinks 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) + * `index.html` → `*/common/index.html` (http redirect) + * `icon.png` → `*/common/icon.png` (unused) * `threadr/` → `*/common/threadr/` (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) + * `strassenkind.php` → `strassenkind.ip/index.php` (status page) * `commands_status.conf` → `strassenkind.ip/commands_status.conf` * `commands_ondemand.conf` → `strassenkind.ip/commands_ondemand.conf` @@ -40,3 +40,4 @@ This way, it is possible to change folder names around and fix the URLs in one p * separate home and my feed in %NAVBAR% (or redirect seemlessly) * allow caching of *some* files * put the profile and logout links in a dropdown menu + * remove unused symbolic links from the server directory