From 83a0e18975253888d9b6bb8b28b11d5066dfa490 Mon Sep 17 00:00:00 2001 From: Reimar Date: Sun, 24 Mar 2024 10:46:31 +0100 Subject: [PATCH] Add README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ae1fbc --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +![](public/img/Logo128x152.jpg) + +# TempleOS documentation + +Hosts the source code and documentation files (converted to HTML) of TempleOS + +Currently hosted on https://templeos.info + +The `Copy.HC` script will automatically convert and copy the source files into `/Home/Src` + +The website requires the following nginx configuration: + +```conf +location /Wb/ { + autoindex on; + autoindex_format xml; + + xslt_stylesheet /path/to/file_index.xslt; + + try_files $uri $uri/ =404; +} +``` +