News update, document update

This commit is contained in:
Charlie Root 2019-05-06 15:11:00 -04:00
parent 2091de8d0c
commit 08cccada63
2 changed files with 14 additions and 1 deletions

View File

@ -2,3 +2,6 @@ Documentation
[1|Geomyidae|/docs/geomyidae.gph|server|port]
A gopher server
[1|Usenet/News|/docs/usenet.gph|server|port]
Documentation on using tildeverse news services.

View File

@ -9,7 +9,7 @@ echo " \`-==-' \`-==-'"
echo ""
echo "A tilde server of a different shade. tilde.pink is an open tilde"
echo "server, providing shell, email, and gopher accounts. We are a"
echo "gopher only tilde using geomyidae to serve gopher pages. tilde.pink"
echo "gopher-only tilde using geomyidae to serve gopher pages. tilde.pink"
echo "runs on DragonflyBSD. DragonflyBSD is a unix-like operating system,"
echo "similar to Linux, but different in many ways. If you're up to the"
echo "challenge and want to learn new things, sign up today."
@ -17,8 +17,18 @@ echo ""
echo "[1|Sign Up|/signup.gph|server|port]"
echo "[1|Documentation|/documentation.gph|server|port]"
echo ""
echo " -=News=-"
echo "01May19 - I've been working on adding some new services. We are now"
echo "accessable via tor for gopher and ssh/sftp. Our tor address is"
echo "tdpink573wk3qkz7.onion I've also installed an inn2 news service"
echo "node on tilde.pink. We are linked up to the tildeverse news"
echo "network. For information, visit news.tildeverse.org. You can read"
echo "news locally with alpine, slrn, or tin. I'll write up some"
echo "configuration documentation later."
echo ""
# Generate a list of users
echo "Users:"
users=$(ls /home)
for i in $users
do