Skip to content

Releases: xvxx/phd

v0.1.5

05 Jan 00:31
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

Bugfixes and technicolor logs!

image

Download the latest version over Gopher:

gopher://phkt.io/1/phd

v0.1.4

01 Jan 23:05
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Bugfixes

v0.1.3

30 Dec 05:22
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Bugfix release for v0.1.0.

Diff since last release: v0.1.2...v0.1.3

v0.1.2

28 Dec 22:17
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Bugfix release for v0.1.0.

v0.1.1

28 Dec 22:10
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bugfix release for v0.1.0. Changed default port to 7070.

v0.1.0

28 Dec 21:54
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

phd logo

This is the first v0.x release of phd, an esoteric gopher server. Please let us know if you discover any bugs, or have any suggestions, on the issue tracker.

phd is simple to use: point it at a directory and it'll serve up all the content over gopher. .gph files are special - for more information, see the README.md.

Usage:

    phd [options] <root directory>

Options:

    -p, --port      Port to bind to.
    -h, --host      Hostname to use when generating links.

Other flags:

    -h, --help      Print this screen.
    -v, --version   Print phd version.

Examples:

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

Enjoy.