aboutsummaryrefslogtreecommitdiff
path: root/page.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-01 02:13:52 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-01 02:25:30 +0200
commit75f1f223d45d00629ed0866bf8bed726b60d8215 (patch)
treef0ab9d6c450566d5ce8c42e830898ace14f35133 /page.c
parent7cc5ab1e796aef5c2103f76915d6139b80ea4794 (diff)
downloadslcl-75f1f223d45d00629ed0866bf8bed726b60d8215.tar.gz
Do some minor rebranding
Despite designed around portability and minimalism, I feel slcl no longer aligns with the philosophical views from the suckless project. Therefore, I think it was appropriate to unlink its branding from it.
Diffstat (limited to 'page.c')
-rw-r--r--page.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/page.c b/page.c
index 23f1fce..5510b17 100644
--- a/page.c
+++ b/page.c
@@ -20,7 +20,7 @@
#include <time.h>
#define PROJECT_NAME "slcl"
-#define PROJECT_TITLE PROJECT_NAME ", a suckless cloud"
+#define PROJECT_TITLE PROJECT_NAME ", a simple and lightweight cloud"
#define PROJECT_TAG "<title>" PROJECT_TITLE "</title>"
#define DOCTYPE_TAG "<!DOCTYPE html>\n"
#define PROJECT_URL "https://gitea.privatedns.org/Xavi92/" PROJECT_NAME
@@ -33,7 +33,8 @@
#define STYLE_A "<link href=\"/style.css\" rel=\"stylesheet\">"
#define LOGIN_BODY \
"<header>\n" \
- " <a href=\"" PROJECT_URL "\">" PROJECT_NAME "</a>, a suckless cloud\n" \
+ " <a href=\"" PROJECT_URL "\">" PROJECT_NAME "</a>," \
+ " a simple and lightweight cloud\n" \
"</header>\n" \
" <form class=\"loginform\" action=\"/login\" method=\"post\">\n" \
" <label for=\"username\">Username:</label>\n" \