From 6724320c9ad1315ec4eeeef6aeeff331eb30bdd4 Mon Sep 17 00:00:00 2001 From: indifferentketchup Date: Fri, 1 May 2026 22:13:49 +0000 Subject: [PATCH] chore: replace mclogs/Minecraft branding strings with iblogs equivalents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit example.config.json: legal contact, imprint, privacy URLs swapped to indifferentketchup.com placeholders; abuse address changed to samkintop@gmail.com (matches the codex package's author entry); frontend.name placeholder changed from "mclo.gs" to "iblogs.example". UI templates: tagline replaced with "Built for game-server logs" (header.php), meta description rewritten to drop Minecraft & Hytale framing (start.php), api-docs.php's example "Minecraft version" labels updated to "Engine version" with a 42.16.3 sample value matching the codex PZ EngineVersionInformation output shape. CSS comment "Minecraft Format Colors" tagged as legacy mclogs syntax palette (the underlying color classes survive untouched — they may still be useful for highlighting log content). Footer attribution credit linking back to upstream mclogs and Aternos is intentionally preserved per the manual-fork rules. Frontend palette (#5cb85c green accent, etc.) and short-domain choice remain placeholder values; revisit when iblogs branding is finalised. --- example.config.json | 10 +++++----- web/frontend/api-docs.php | 8 ++++---- web/frontend/parts/header.php | 2 +- web/frontend/start.php | 2 +- web/public/css/iblogs.css | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/example.config.json b/example.config.json index 0d8add0..157fe8f 100644 --- a/example.config.json +++ b/example.config.json @@ -8,18 +8,18 @@ }, "mongodb": { "url": "mongodb://127.0.0.1:27017", - "database": "mclogs" + "database": "iblogs" }, "id": { "length": 7 }, "legal": { - "abuse": "abuse@aternos.org", - "imprint": "https://aternos.gmbh/imprint/", - "privacy": "https://aternos.gmbh/en/mclogs/privacy" + "abuse": "samkintop@gmail.com", + "imprint": "https://indifferentketchup.com/imprint", + "privacy": "https://indifferentketchup.com/iblogs/privacy" }, "frontend": { - "name": "mclo.gs", + "name": "iblogs.example", "assets": { "integrity": true }, diff --git a/web/frontend/api-docs.php b/web/frontend/api-docs.php index 92ba794..3afdd76 100644 --- a/web/frontend/api-docs.php +++ b/web/frontend/api-docs.php @@ -433,8 +433,8 @@ $config = Config::getInstance(); { "message": "Label: value", "counter": 1, - "label": "The label of this information, e.g. Minecraft version", - "value": "The value of this information, e.g. 1.12.2", + "label": "The label of this information, e.g. Engine version", + "value": "The value of this information, e.g. 42.16.3", "entry": { "level": 6, "time": null, @@ -515,8 +515,8 @@ $config = Config::getInstance(); { "message": "Label: value", "counter": 1, - "label": "The label of this information, e.g. Minecraft version", - "value": "The value of this information, e.g. 1.12.2", + "label": "The label of this information, e.g. Engine version", + "value": "The value of this information, e.g. 42.16.3", "entry": { "level": 6, "time": null, diff --git a/web/frontend/parts/header.php b/web/frontend/parts/header.php index a5e08a1..7306310 100644 --- a/web/frontend/parts/header.php +++ b/web/frontend/parts/header.php @@ -12,7 +12,7 @@

Paste your logs.

-
Built for Minecraft & Hytale
+
Built for game-server logs