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.
 
 
Go to file
dvkt 5381a49fcd dont send . on files 4 years ago
src dont send . on files 4 years ago
.gitignore skeleton 5 years ago
Cargo.lock lean on GopherMap 4 years ago
Cargo.toml lean on GopherMap 4 years ago
README.md an 4 years ago

README.md

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

an 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