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