Releases: xvxx/phd
v0.1.15
- Update
alphanumeric-sort
dependency socargo install phd
works again. - Recommend
cargo install phd --locked
in the README
v0.1.14
- If the
NO_COLOR
env variable is set, colors won't be printed to the log. Same as starting with--no-color
.
See https://no-color.org/.
v0.1.13
v0.1.12
v0.1.11
phd
now ships with a basic manual!
It will be installed via homebrew and (eventually) AUR.
For now you can view it by cloning the repository and running:
man ./doc/phd.1
Enjoy!
v0.1.10
phd
can now render a single page to stdout, instead of starting
as a server. Those of us in the biz refer to this as "serverless".
For example, if your Gopher site lives in /srv/gopher
and you want
to render the main page, just run:
phd -r / /srv/gopher
This will print the raw Gopher menu to stdout!
To view the "/about" page, pass that selector:
phd -r / /srv/gopher
Edge computing is now Gopher-scale! Enjoy!
v0.1.9
v0.1.8
v0.1.7
This release adds support for the geomyidae
Gophermap format:
This is an info line.
[1|This is a link|/help|server|port]
[h|URL Link|URL:https://noogle.com]
This means you can git clone
a copy of Gopher Lawn and run phd
on it locally!
Enjoy.
v0.1.6
This release improves directory sorting.
Directories are now sorted UNIX-style: directories first, then files. However, they also sort by "version". So a file with v1.11
in it will be sorted higher than a mostly-matching file with v1.1
in it. This makes it much easier to share tarballs or other releases over Gopher.
Enjoy!