Add README
This commit is contained in:
parent
379f247d94
commit
83a0e18975
23
README.md
Normal file
23
README.md
Normal file
@ -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;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user