2
0
mirror of https://github.com/xvxx/phd synced 2024-11-10 13:10:23 +00:00
Go to file
2019-12-27 20:12:19 -08:00
src kill debug 2019-12-27 20:12:19 -08:00
.gitignore skeleton 2019-12-22 18:05:48 -08:00
Cargo.lock lean on GopherMap 2019-12-27 15:42:57 -08:00
Cargo.toml lean on GopherMap 2019-12-27 15:42:57 -08:00
README.md readmeh 2019-12-27 16:53:36 -08:00

      /       |
 ___ (___  ___|
|   )|   )|   )
|__/ |  / |__/
|

esoteric gopher server.

todo

  • index.gph
  • footer.gph
  • header.gph
  • *.gph

usage

phd [options] <directory>

phd ./path/to/gopher/root    # Serve directory over port 70.
phd -p 7070 docs             # Serve 'docs' directory on port 7070
phd -h localhost             # Serve cwd using hostname "localhost".

development

cargo run -- ./path/to/gopher/site

resources