An RFC system for the tildeverse https://rfc.tildeverse.org
Go to file
ubergeek 321f68297d Merge pull request 'Amend RFC 2 to explicitly disallow rejoin-on-kick behavior' (#11) from ban-rejoin-on-kick into master 2020-04-29 22:41:49 -04:00
rfcs Amend RFC 2 to explicitly disallow rejoin-on-kick behavior 2020-04-28 07:25:46 -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 clean urls 2019-06-19 19:10:32 -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;
}