pubnix-configs/gemini/vern.cc/index.gmi

24 lines
1009 B
Plaintext
Executable File

#!/usr/bin/env bash
printf "20 text/gemini \r\n"
echo '# Welcome to ~vern!'
echo
echo '```'
printf " __ __
____ \ \ / / _____ __ __
/ \____/| \ \ / / | _ | | |--| | \-----
| ____ | \ \ / / | |_| | | __| | _ |
|/ \___/ \ \/ / | |__ | | | | | |
\__/ |____| |__| |__| |__|
"
echo '```'
echo
echo '~vern is a non-commercial tilde focused on free software and services!'
echo 'We do not have any conversion scripts or people to maintain the capsule and we do not want to serve outdated info.'
echo 'Hence, we made the decision to not have any content on the capsule for the time being.'
echo 'If you are interested in volunteering, please get in contact with us (https://vern.cc/#community).'
echo 'Here is a list of ~vern gemini users:'
for i in /home/*/public_gemini/index.gmi; do
a="$(echo "${i}" | /run/current-system/sw/bin/awk -F '/' '{print $3}')"
echo "=> gemini://${a}.vern.cc ~${a}"
done