Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 966 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 966 Bytes

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

  1. Fork it (https://github.com/hugopl/http-status-code-manpages/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Any ideas/suggestions, fill in an issue.

Contributors