An RFC system for the tildeverse
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ubergeek cafb51827c Update 'rfc-tilde-tor-support.md' 4 years ago
rfcs show pretty urls 4 years ago
.gitignore clean urls 4 years ago
README.md show pretty urls 4 years ago
apple-icon.png Initial commit 5 years ago
composer.json use tildeverse/wiki 4 years ago
composer.lock use tildeverse/wiki 4 years ago
footer.php Initial commit 5 years ago
header.php clean urls 4 years ago
index.php show pretty urls 4 years ago
navbar.php wrap text and trim trailing whitespace 4 years ago
rfc-tilde-tor-support.md Update 'rfc-tilde-tor-support.md' 4 years ago

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