Lana-chan / pronoun-gdn

A website to quickly display pronoun usage examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a very shameless clone of Pronoun Island written in PHP in a few hours by maple "mavica" syrup whose pronouns are byte or it

thanks and sorry to @morganastra, whose pronouns are ze or she for the original Pronoun Island.

Hosting

i expect an nginx file passing arguments to PHP-CGI like so:

	location / {
			try_files $uri /index.php?$uri$is_args$args;
	}

	location ~ \.php$ {
			fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
			fastcgi_split_path_info ^(.+\.php)(/.+)$;
			fastcgi_index index.php;
			include fastcgi_params;
			fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
	}

License

/*
 * ----------------------------------------------------------------------------
 * "THE BEER-WARE LICENSE" (Revision 42 modified):
 * <maple@maple.pet> wrote this file.  As long as you retain this notice and
 * my credit somewhere you can do whatever you want with this stuff.  If we
 * meet some day, and you think this stuff is worth it, you can buy me a beer
 * in return.
 * ----------------------------------------------------------------------------
 */

About

A website to quickly display pronoun usage examples

License:Other


Languages

Language:PHP 65.9%Language:Smarty 29.5%Language:CSS 4.6%