Merge pull request #9 from MineRobber9000/patch-1

Remove section about not exposing finger info
This commit is contained in:
Ben Harris 2019-10-23 14:30:37 -04:00 committed by GitHub
commit dc35a15ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ What does that mean with respect to scripting and programming on a shared host?
- DOs - DOs
- Respect shared CPU/Disk/Network resources - Respect shared CPU/Disk/Network resources
- Keep things that require a tilde.club login local to the server (don't post publicly) : - Keep things that require a tilde.club login local to the server (don't post publicly), like home directory files:
- Finger info
- local home directory files such as `~/.plan` and `~/.profile` files
- Note that exceptions could include an opt-in file or special permissions from the user. - Note that exceptions could include an opt-in file or special permissions from the user.
- Respect `robots.txt` when writing web crawlers - Respect `robots.txt` when writing web crawlers