An RFC system for the tildeverse https://rfc.tildeverse.org
Go to file
Ben Harris 4dafaf300d
continuous-integration/drone/push Build is passing Details
add drone deploy
2021-04-22 12:33:27 -04:00
rfcs Add exception to auto-rejoin rule for auto-rejoin mechanisms that the channel operator can turn off 2020-05-08 19:14:31 -04:00
.drone.yml add drone deploy 2021-04-22 12:33:27 -04:00
.gitignore clean urls 2019-06-19 19:10:32 -04:00
README.md show pretty urls 2019-07-09 00:54:53 -04:00
apple-icon.png Initial commit 2018-08-09 00:40:24 -04:00
composer.json use tildeverse/wiki 2019-07-03 01:17:59 -04:00
composer.lock use tildeverse/wiki 2019-07-03 01:17:59 -04:00
footer.php Initial commit 2018-08-09 00:40:24 -04:00
header.php offset #fragment urls, closes #8 2021-04-22 12:28:29 -04:00
index.php show pretty urls 2019-07-09 00:54:53 -04:00
navbar.php wrap text and trim trailing whitespace 2019-06-19 19:41:45 -04:00

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;
}