From ba09f06a860474ea9501868b23d6457faa42419f Mon Sep 17 00:00:00 2001 From: Greg Sarjeant Date: Thu, 28 Aug 2025 12:57:19 +0000 Subject: [PATCH] small readme tweaks (#81) Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/81 Co-authored-by: Greg Sarjeant Co-committed-by: Greg Sarjeant --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be3dc0e..468265a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple, HTML-only status feed for self-hosted personal websites. Written in PH ## LLM Disclosure -I used Claude for guidance on some portions of this. I limited it to things that I couldn't find good answers to otherwise, and I used it as a learning tool. I've adapted any LLM-generated code suggestions, but if you strongly object to LLMs and don't want any LLM-assisted code on your site, then you shouldn't use this. +I used Claude for guidance on some portions of tkr. I've adapted any LLM-generated code suggestions, but if you strongly object to LLMs and don't want any LLM-assisted code on your site, then you shouldn't use this. ## Requirements @@ -46,10 +46,10 @@ I used Claude for guidance on some portions of this. I limited it to things that * apache shared hosting (e.g. everything served from `public_html`, .htaccess only) * apache VPS * subfolder: e.g. https://example.com/tkr - * subdomain: e.g. https://tke.example.com + * subdomain: e.g. https://tkr.example.com * nginx VPS * subfolder: e.g. https://example.com/tkr - * subdomain: e.g. https://tke.example.com + * subdomain: e.g. https://tkr.example.com * Expose only the `public` folder if possible * The VPS examples are configured this way. * If this isn't possible (e.g. shared hosting), it's okay. There are `.htaccess` files included to block access to other directories in shared hosting environments.