You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phd/README.md

36 lines
667 B
Markdown

4 years ago
```
/ |
___ (___ ___|
| )| )| )
4 years ago
|__/ | / |__/
|
4 years ago
```
4 years ago
an esoteric gopher server.
4 years ago
## todo
4 years ago
- [ ] index.gph
- [ ] footer.gph
- [ ] header.gph
- [ ] *.gph
4 years ago
## usage
4 years ago
phd [options] <directory>
4 years ago
phd ./path/to/gopher/root # Serve directory over port 70.
4 years ago
phd -p 7070 docs # Serve 'docs' directory on port 7070
phd -h localhost # Serve cwd using hostname "localhost".
4 years ago
## development
cargo run -- ./path/to/gopher/site
## resources
- https://github.com/gophernicus/gophernicus/blob/master/README.Gophermap
- https://gopher.zone/posts/how-to-gophermap/
4 years ago
- [rfc 1436](https://tools.ietf.org/html/rfc1436)
4 years ago