commit f3aa41d5ab7cbfb74caf7721f005775faf755e85 Author: Donnie Corbitt Date: Tue Jan 5 14:37:12 2021 -0600 Initial commit diff --git a/gophermap b/gophermap new file mode 100644 index 0000000..2b6dcb1 --- /dev/null +++ b/gophermap @@ -0,0 +1,45 @@ +!Kiiwiis.xyz + .```. _.''.. + ; ``` ``'. + : d `. + / >,: \ + /.' `'., : + /' ;. . ; + / ; \ ; ; / + `..;\: :' + __|| `...,' + `-, ) || + /.^/ ___|| + '---,_\ + (/ `\ + + ____________________________________________________________________________ + / Welcome to \ +| kiiwiis.xyz! | + \____________________________________________________________________________/ +kiiwiis.xyz is a pubnix, or public unix system! Users that sign-up have access +to the server where they can upload stuff to their personal gopherhole! If you'd +like to sign-up, please email me with your requested username at the email below + + ____________________________________________________________________________ + / Latest \ +| News | + \____________________________________________________________________________/ +Janurary 4th, 2021 -- Gopher Server is added! Users can add files into their + public_gopher directory to have their own gopherhole! + + ____________________________________________________________________________ + / Member \ +| List | + \____________________________________________________________________________/ +Here's a list of all the members of kiiwiis.xyz in order of when they joined the +server. + +1kiiwiiwastaken -- November 28, 2020 /~kiiwiiwastaken kiiwiis.xyz 70 +1acdw -- November 28, 2020 /~acdw kiiwiis.xyz 70 +1anton -- November 28, 2020 /~anton kiiwiis.xyz 70 +1neko -- November 28, 2020 /~neko kiiwiis.xyz 70 +1jdfffdfdjdfgkjdddddjkdf -- December 06, 2020 /~jdfffdfdjdfgkjdddddjkdf kiiwiis.xyz 70 +1fosslinux -- Janurary 01, 2021 /~fosslinux kiiwiis.xyz 70 + +hSource code of this gopher server! URL:https://tildegit.org/kiiwiis.xyz/gopher diff --git a/gophermap.OLD b/gophermap.OLD new file mode 100644 index 0000000..0dc612f --- /dev/null +++ b/gophermap.OLD @@ -0,0 +1,37 @@ +!Welcome to Gophernicus! +# +# $ figlet -f chunky Gophernicus +# + _______ __ __ +| __|.-----.-----.| |--.-----.----.-----.|__|.----.--.--.-----. +| | || _ | _ || | -__| _| || || __| | |__ --| +|_______||_____| __||__|__|_____|__| |__|__||__||____|_____|_____| + |__| +# +# Shamelessly lifted from Apache 1.3... +# +If you can see this, it means that the installation of Gophernicus +on this system was successful. You may now add content to this +directory and replace this page. + +# +# Real-time configuration output (WOO!) +# +Generic information: +=echo " your ip address: $REMOTE_ADDR" +=echo " server time....: $(date)" +=echo " server uptime..: $(uptime | sed 's/.*up *\([^,]*\), .*/\1/')" +=echo " server version.: $SERVER_VERSION \"$SERVER_CODENAME\"" +=echo " server platform: $SERVER_ARCH" +=echo " description....: $SERVER_DESCRIPTION" + +Server configuration: +=echo " config file....: $(for FILE in /etc/sysconfig/gophernicus /etc/default/gophernicus /Library/LaunchDaemons/org.gophernicus.server.plist /boot/common/settings/network/services /lib/systemd/system/gophernicus\@.service /etc/xinetd.d/gophernicus /etc/inetd.conf; do if [ -f $FILE ]; then echo $FILE; break; fi; done)" +=echo " server hostname: $SERVER_HOST" +=echo " root directory.: $DOCUMENT_ROOT" +=echo " running as user: $(whoami)" +=echo " output charset.: $GOPHER_CHARSET" +=echo " output width...: $COLUMNS characters" + + +*