Skip to content

hugopl/http-status-code-manpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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