From 40c53a7c3040f5ff1e0fe70cc9c7253ac6732374 Mon Sep 17 00:00:00 2001 From: Miraty Date: Mon, 29 Jul 2024 02:31:22 +0200 Subject: [PATCH] readme: add sites list and better warning --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0fc6da..9a0f38b 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ mkht.php is a PHP script for building HTML/CSS sites from source documents in PHP, Gemtext, Pandoc Markdown, Gettext translation files, HTML and CSS. -For my personal use cases, this project include some specific tweaks that may not be fully or correctly documented. +This is used to generate the static websites for: +* Antopie [repo](https://code.antopie.org/Antopie/antopie) [live](https://antopie.org/) +* ServNest [repo](https://code.antopie.org/servnest/docs) [live](https://servnest.niv.re/) +* Niver [repo](https://code.antopie.org/Antopie/about-niver) [live](https://about.niv.re/) +* Miraty [live](https://miraty.niv.re/) + +This is an accumulation of code designed for my specific use-cases without much consideration for affordance, readability, maintainability or performance. You probably don't want to use it as is for your own sites. ## Usage