An RFC system for the tildeverse
Go to file
ubergeek cafb51827c Update 'rfc-tilde-tor-support.md' 2019-08-02 22:22:48 -04:00
rfcs show pretty urls 2019-07-09 00:54:53 -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
rfc-tilde-tor-support.md Update 'rfc-tilde-tor-support.md' 2019-08-02 22:22:48 -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;
}