HU
HTTP Status Code Manual
This is exactly like statcode, but real manpages instead of a python package.
Usage
$ man 404
The man pages are installed in category 7 — Miscellaneous (including macro packages and conventions) — so you can also do:
$ man 7 500
Installing
You need ruby to generate the man pages, after this you just need the manpage reader.
$ make
$ sudo make install
Installing on ArchLinux
yay -S http-status-code-manpages
Contributing
- Fork it (https://github.com/hugopl/http-status-code-manpages/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Any ideas/suggestions, fill in an issue.
Contributors
- Hugo Parente Lima - creator and maintainer