An RFC system for the tildeverse
https://rfc.tildeverse.org
|
||
---|---|---|
rfcs | ||
.drone.yml | ||
.gitignore | ||
apple-icon.png | ||
composer.json | ||
composer.lock | ||
footer.php | ||
header.php | ||
index.php | ||
navbar.php | ||
README.md |
rfcs
Similar to khuxkm's previous attempt, this project will bring an RFC-style proposals system to the the tildeverse.
However, unlike that attempt, this system will use YAML front-matter.
See RFC 0 for more info.
nginx configs
location ~* ^/rfcs/(.+)$ {
try_files $uri $uri/ /rfcs/index.php?$1;
include snippets/php.conf;
}