17 lines
645 B
Markdown
17 lines
645 B
Markdown
# Files
|
||
### [about.template](./about.template)
|
||
The customizable part of the content page, will eventually be replaced with a markdown file
|
||
### [names.conf](./names.conf)
|
||
Information about the installation location of ThreadR
|
||
- domain name
|
||
- ThreadR directory on that domain
|
||
|
||
Format: <config option>=<value>
|
||
|
||
This format is strictly enforced because the mechanism to load the config is very primitive. Don’t add additional whitespace for fancy formatting. Things *will* break. You have been warned.
|
||
|
||
How it is integrated: exec section of variable grabbler `/<config option>=/s/.*=//p" config/names.conf`
|
||
|
||
### [README.md](./README.md)
|
||
this file
|